MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLObjMgr/ObjMgr/mlObjMgrAttributes.h File Reference

This file declares attribute types. More...

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define omINFOTYPE_INT32   "omAttribute_MLint32"
#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.

Detailed Description

This file declares attribute types.

Author:
Felix Ritter
Date:
01/2004

Definition in file mlObjMgrAttributes.h.


Define Documentation

#define omINFOTYPE_BASEPTR   "omAttribute_BasePtr"

Definition at line 39 of file mlObjMgrAttributes.h.

#define omINFOTYPE_BOOL   "omAttribute_bool"

Definition at line 30 of file mlObjMgrAttributes.h.

#define omINFOTYPE_DOUBLE   "omAttribute_double"

Definition at line 31 of file mlObjMgrAttributes.h.

#define omINFOTYPE_INT32   "omAttribute_MLint32"

Definition at line 29 of file mlObjMgrAttributes.h.

#define omINFOTYPE_INT32VEC   "omAttribute_std_MLint32Vec"

Definition at line 33 of file mlObjMgrAttributes.h.

#define omINFOTYPE_MAT4   "omAttribute_mat4"

Definition at line 32 of file mlObjMgrAttributes.h.

#define omINFOTYPE_MESSAGE   "omAttribute_omMessage"

Definition at line 35 of file mlObjMgrAttributes.h.

#define omINFOTYPE_STRING   "omAttribute_std_string"

Definition at line 34 of file mlObjMgrAttributes.h.

#define omINFOTYPE_VEC3   "omAttribute_vec3"

Definition at line 36 of file mlObjMgrAttributes.h.

#define omINFOTYPE_VEC3VEC   "omAttribute_std_vec3Vec"

Definition at line 38 of file mlObjMgrAttributes.h.

#define omINFOTYPE_VEC4   "omAttribute_vec4"

Definition at line 37 of file mlObjMgrAttributes.h.