|
HDK
|
#include <SIM_ObjectReader.h>
Public Member Functions | |
| BatchRWHandleA (GA_Attribute *attrib=nullptr) | |
| ~BatchRWHandleA () | |
| void | flush () const |
| bool | isValid () const |
| void | bumpDataId () |
| void | bind (GA_Detail *gdp, GA_AttributeOwner owner, const UT_StringRef &name, int minsize=1) |
Public Attributes | |
| GA_RWHandleT< ARRAY_T > | myAttrib |
| ARRAY_T | myVals |
| GA_Offset | myCacheOffset |
| int | myTupleSize |
Batches all writes to array elements for the current offset, until a flush() or its destructor.
Definition at line 189 of file SIM_ObjectReader.h.
| SIM_AgentShapeReader::BatchRWHandleA< ARRAY_T >::BatchRWHandleA | ( | GA_Attribute * | attrib = nullptr | ) |
Definition at line 315 of file SIM_ObjectReader.h.
|
inline |
Definition at line 192 of file SIM_ObjectReader.h.
| void SIM_AgentShapeReader::BatchRWHandleA< ARRAY_T >::bind | ( | GA_Detail * | gdp, |
| GA_AttributeOwner | owner, | ||
| const UT_StringRef & | name, | ||
| int | minsize = 1 |
||
| ) |
Definition at line 336 of file SIM_ObjectReader.h.
|
inline |
Definition at line 197 of file SIM_ObjectReader.h.
| void SIM_AgentShapeReader::BatchRWHandleA< ARRAY_T >::flush | ( | ) | const |
Definition at line 325 of file SIM_ObjectReader.h.
|
inline |
Definition at line 195 of file SIM_ObjectReader.h.
| GA_RWHandleT<ARRAY_T> SIM_AgentShapeReader::BatchRWHandleA< ARRAY_T >::myAttrib |
Definition at line 202 of file SIM_ObjectReader.h.
|
mutable |
Definition at line 204 of file SIM_ObjectReader.h.
| int SIM_AgentShapeReader::BatchRWHandleA< ARRAY_T >::myTupleSize |
Definition at line 205 of file SIM_ObjectReader.h.
|
mutable |
Definition at line 203 of file SIM_ObjectReader.h.