MeVisLab Toolbox Reference
mlObjMgrAttributes.h File Reference

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define omINFOTYPE_INT32   "omAttribute_MLint32"
 This file declares attribute types. More...
 
#define omINFOTYPE_BOOL   "omAttribute_bool"
 
#define omINFOTYPE_DOUBLE   "omAttribute_double"
 
#define omINFOTYPE_MAT4   "omAttribute_mat4"
 
#define omINFOTYPE_INT32VEC   "omAttribute_std_MLint32Vec"
 
#define omINFOTYPE_STRING   "omAttribute_std_string"
 
#define omINFOTYPE_MESSAGE   "omAttribute_omMessage"
 
#define omINFOTYPE_VEC3   "omAttribute_vec3"
 
#define omINFOTYPE_VEC4   "omAttribute_vec4"
 
#define omINFOTYPE_VEC3VEC   "omAttribute_std_vec3Vec"
 
#define omINFOTYPE_BASEPTR   "omAttribute_BasePtr"
 

Functions

std::list< std::string > ml::omGetKnownAttributes ()
 Returns a list of all registered attribute type names. More...
 

Macro Definition Documentation

◆ omINFOTYPE_BASEPTR

#define omINFOTYPE_BASEPTR   "omAttribute_BasePtr"

Definition at line 37 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_BOOL

#define omINFOTYPE_BOOL   "omAttribute_bool"

Definition at line 28 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_DOUBLE

#define omINFOTYPE_DOUBLE   "omAttribute_double"

Definition at line 29 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_INT32

#define omINFOTYPE_INT32   "omAttribute_MLint32"

This file declares attribute types.

Definition at line 27 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_INT32VEC

#define omINFOTYPE_INT32VEC   "omAttribute_std_MLint32Vec"

Definition at line 31 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_MAT4

#define omINFOTYPE_MAT4   "omAttribute_mat4"

Definition at line 30 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_MESSAGE

#define omINFOTYPE_MESSAGE   "omAttribute_omMessage"

Definition at line 33 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_STRING

#define omINFOTYPE_STRING   "omAttribute_std_string"

Definition at line 32 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_VEC3

#define omINFOTYPE_VEC3   "omAttribute_vec3"

Definition at line 34 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_VEC3VEC

#define omINFOTYPE_VEC3VEC   "omAttribute_std_vec3Vec"

Definition at line 36 of file mlObjMgrAttributes.h.

◆ omINFOTYPE_VEC4

#define omINFOTYPE_VEC4   "omAttribute_vec4"

Definition at line 35 of file mlObjMgrAttributes.h.