HDK
|
#include <SYS/SYS_Types.h>
Go to the source code of this file.
|
strong |
Enumeration of attribute cast results.
Definition at line 101 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of merge strategies for handling collisions when deserializing attributes into a map with existing attributes
Definition at line 301 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of possible errors that could occur when attempting to to construct an attribute reference
Definition at line 121 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of extra attribute flags. Flags can be ORed together.
Definition at line 43 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of types of attribute that can be queried from work items.
Enumerator | |
---|---|
eIndexAttrib |
Index [numeric, string]. |
eFrameAttrib |
Frame [numeric, string]. |
eLoopDepthAttrib |
Loop depth [numeric, string]. |
eIdAttrib |
Work item unique id [numeric, string]. |
eInputSizeAttrib |
Input result list size [numeric, string]. |
eOutputSizeAttrib | |
eNameAttrib |
Name [string]. |
eLabelAttrib |
Label [string]. |
eLogAttrib |
Log path [string]. |
eInputAttrib |
Input result list [string]. |
eInputTagAttrib |
Input tag [string]. |
eOutputAttrib |
Output result list [string]. |
eOutputTagAttrib |
Output tag [string]. |
eSchedulerName |
Scheduler name [string]. |
eNodeName |
Node name [string]. |
eCustomAttrib |
Custom attribute name [numeric, string]. |
Definition at line 225 of file PDG_AttributeTypes.h.
|
strong |
Enumerations of errors that can occur when merging attributes.
Enumerator | |
---|---|
eNone |
No error occured. |
eType |
Mismatch between types. |
eInvalidOp |
Invalid merge operation for the attribute type. |
eStride |
Mismatch between stride lengths. |
Definition at line 209 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of different ways that attributes can be combined.
Definition at line 163 of file PDG_AttributeTypes.h.
|
strong |
Detrmines when to overwrite an attribute when requesting a writeable reference to it.
Definition at line 268 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of the different ways that attributes can be saved.
Definition at line 283 of file PDG_AttributeTypes.h.
|
strong |
Enumeration of possible attribute types.
Enumerator | |
---|---|
eUndefined |
Undefined or uninitialized attribute type. |
eIntegerArray |
An array of |
eFloatArray |
An array of |
eStringArray |
An array of |
eFileArray |
An array of |
ePythonObject |
A single, opaque PyObject. |
eGeometry |
A single PDG_ApplicationShim::Geometry instance. |
eDictArray |
An array of |
Definition at line 15 of file PDG_AttributeTypes.h.