File vector.h
FileList > deps > vector.h
Go to the source code of this file
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <iosfwd>
#include <iostream>
#include <limits>
#include <type_traits>
#include "absl/log/absl_check.h"
#include "absl/utility/utility.h"
Namespaces
Classes
Public Types
Public Types Documentation
typedef Vector2_b
typedef Vector2<uint8_t> Vector2_b;
typedef Vector2_d
typedef Vector2<double> Vector2_d;
typedef Vector2_f
typedef Vector2<float> Vector2_f;
typedef Vector2_i
typedef Vector2<int> Vector2_i;
typedef Vector2_s
typedef Vector2<int16_t> Vector2_s;
typedef Vector3_b
typedef Vector3<uint8_t> Vector3_b;
typedef Vector3_d
typedef Vector3<double> Vector3_d;
typedef Vector3_f
typedef Vector3<float> Vector3_f;
typedef Vector3_i
typedef Vector3<int> Vector3_i;
typedef Vector3_s
typedef Vector3<int16_t> Vector3_s;
typedef Vector4_b
typedef Vector4<uint8_t> Vector4_b;
typedef Vector4_d
typedef Vector4<double> Vector4_d;
typedef Vector4_f
typedef Vector4<float> Vector4_f;
typedef Vector4_i
typedef Vector4<int> Vector4_i;
typedef Vector4_s
typedef Vector4<int16_t> Vector4_s;
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/deps/vector.h