HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_GeometryCopy.h File Reference
#include "SIM_API.h"
#include <UT/UT_DMatrix4.h>
#include "SIM_Geometry.h"
+ Include dependency graph for SIM_GeometryCopy.h:
+ This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

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.