HDK
|
Go to the source code of this file.
Classes | |
class | SIM_GeometryCopy |
This implements a SIM_Geometry that copies the source geometry. More... | |
class | SIM_GeometryAutoWriteLock |
Enumerations | |
enum | SIM_DataIdStrategy { SIM_DATA_ID_BUMP = 0, SIM_DATA_ID_PRESERVE = 1 } |
enum SIM_DataIdStrategy |
Enumerator | |
---|---|
SIM_DATA_ID_BUMP |
The default strategy is to bump all data ids after releasing the lock on the SIM_GeometryCopy's internal geometry. |
SIM_DATA_ID_PRESERVE |
The data ids will not be automatically bumped, and the caller is responsible for bumping data ids on any modified attributes. |
Definition at line 15 of file SIM_GeometryCopy.h.