HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_OptionEntry.h File Reference
#include "UT_API.h"
#include "UT_SmallObject.h"
#include "UT_Assert.h"
#include "UT_IntArray.h"
#include "UT_StringArray.h"
#include "UT_StringHolder.h"
#include "UT_VectorTypes.h"
#include "UT_UniquePtr.h"
#include "UT_Options.h"
+ Include dependency graph for UT_OptionEntry.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_OptionEntry
 
class  UT_OptionEntryImpl< T, ID >
 
class  UT_OptionString
 
class  UT_OptionDict
 
class  UT_OptionInt64Array
 
class  UT_OptionFpreal64Array
 
class  UT_OptionStringArray
 
class  UT_OptionDictArray
 
class  UT_OptionStringRaw
 

Typedefs

using UT_OptionEntryPtr = UT_UniquePtr< UT_OptionEntry >
 
typedef UT_OptionEntryImpl
< int64, UT_OPTION_INT
UT_OptionInt
 
typedef UT_OptionEntryImpl
< bool, UT_OPTION_BOOL
UT_OptionBool
 
typedef UT_OptionEntryImpl
< fpreal64, UT_OPTION_FPREAL
UT_OptionFpreal
 
typedef UT_OptionEntryImpl
< UT_Vector2D,
UT_OPTION_VECTOR2
UT_OptionVector2
 
typedef UT_OptionEntryImpl
< UT_Vector3D,
UT_OPTION_VECTOR3
UT_OptionVector3
 
typedef UT_OptionEntryImpl
< UT_Vector4D,
UT_OPTION_VECTOR4
UT_OptionVector4
 
typedef UT_OptionEntryImpl
< UT_QuaternionD,
UT_OPTION_QUATERNION
UT_OptionQuaternion
 
typedef UT_OptionEntryImpl
< UT_Matrix2D,
UT_OPTION_MATRIX2
UT_OptionMatrix2
 
typedef UT_OptionEntryImpl
< UT_Matrix3D,
UT_OPTION_MATRIX3
UT_OptionMatrix3
 
typedef UT_OptionEntryImpl
< UT_Matrix4D,
UT_OPTION_MATRIX4
UT_OptionMatrix4
 
typedef UT_OptionEntryImpl
< UT_Vector2D, UT_OPTION_UV
UT_OptionUV
 
typedef UT_OptionEntryImpl
< UT_Vector3D, UT_OPTION_UVW
UT_OptionUVW
 

Functions

UT_API size_t format (char *buffer, size_t bufsize, const UT_OptionEntry &o)
 

Typedef Documentation

Definition at line 297 of file UT_OptionEntry.h.

Definition at line 30 of file UT_OptionEntry.h.

Definition at line 296 of file UT_OptionEntry.h.

Function Documentation

UT_API size_t format ( char *  buffer,
size_t  bufsize,
const UT_OptionEntry o 
)