HDK
|
#include "PDG_API.h"
#include "PDG_AttributeArray.h"
#include "PDG_AttributeData.h"
#include "PDG_AttributeTypes.h"
#include <UT/UT_JSONValue.h>
#include <UT/UT_JSONWriter.h>
#include <UT/UT_Options.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_ValArray.h>
Go to the source code of this file.
Classes | |
class | PDG_AttributePrimitive< AttribType, DataType, ArrayType, JSONType > |
using PDG_AttributeFloat = PDG_AttributePrimitive< PDG_AttributeType::eFloatArray, fpreal, UT_ValArray<fpreal>, UT_ValArray<fpreal64>> |
Primitive array attribute type specializations for float, integer and string attributes
Definition at line 146 of file PDG_AttributePrimitive.h.
using PDG_AttributeInteger = PDG_AttributePrimitive< PDG_AttributeType::eIntegerArray, exint, UT_ValArray<exint>, UT_ValArray<int64>> |
Definition at line 151 of file PDG_AttributePrimitive.h.
using PDG_AttributeString = PDG_AttributePrimitive< PDG_AttributeType::eStringArray, UT_StringHolder, UT_StringArray> |
Definition at line 155 of file PDG_AttributePrimitive.h.