Go to the source code of this file.
◆ MR_VECTOR_IMPL
◆ MR_VECTOR_LIKE_IMPL
#define MR_VECTOR_LIKE_IMPL |
( |
| ClassName, |
|
|
| Type ) |
Value:
{ \
} \
{ \
} \
{ \
}
#define MR_CONCAT(a, b)
Definition MRMacros.h:17
Definition MRCameraOrientationPlugin.h:8
◆ NEW_VECTOR
◆ REGISTER_VECTOR
#define REGISTER_VECTOR |
( |
| Type | ) |
|
Value:
#define ADD_AUTO_CAST(From, To)
helper macro to associate source and target types for auto-casting
Definition TypeCast.h:53
#define VECTOR_WRAPPER(Type)
Definition Vector.h:96
#define VECTOR_REF_WRAPPER(Type)
Definition Vector.h:97
◆ REGISTER_VECTOR_LIKE
#define REGISTER_VECTOR_LIKE |
( |
| ClassName, |
|
|
| Type ) |
◆ RETURN_NEW_VECTOR
◆ RETURN_VECTOR
◆ VECTOR
◆ VECTOR_REF_WRAPPER
◆ VECTOR_WRAPPER
#define VECTOR_WRAPPER |
( |
| Type | ) |
vector_wrapper<typename Type::value_type> |