|
HDK
|
#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_OptionDictArray |
| class | UT_OptionStringRaw |
| class | UT_OptionStringUtf8 |
| class | UT_OptionStringArray |
| class | UT_OptionStringRawArray |
| class | UT_OptionStringUtf8Array |
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 UT_OptionEntryImpl<bool, UT_OPTION_BOOL> UT_OptionBool |
Definition at line 300 of file UT_OptionEntry.h.
| using UT_OptionEntryPtr = UT_UniquePtr<UT_OptionEntry> |
Definition at line 30 of file UT_OptionEntry.h.
Definition at line 301 of file UT_OptionEntry.h.
| typedef UT_OptionEntryImpl<int64, UT_OPTION_INT> UT_OptionInt |
Definition at line 299 of file UT_OptionEntry.h.
Definition at line 306 of file UT_OptionEntry.h.
Definition at line 307 of file UT_OptionEntry.h.
Definition at line 308 of file UT_OptionEntry.h.
Definition at line 305 of file UT_OptionEntry.h.
| typedef UT_OptionEntryImpl<UT_Vector2D, UT_OPTION_UV> UT_OptionUV |
Definition at line 309 of file UT_OptionEntry.h.
Definition at line 310 of file UT_OptionEntry.h.
Definition at line 302 of file UT_OptionEntry.h.
Definition at line 303 of file UT_OptionEntry.h.
Definition at line 304 of file UT_OptionEntry.h.
| UT_API size_t format | ( | char * | buffer, |
| size_t | bufsize, | ||
| const UT_OptionEntry & | o | ||
| ) |