HDK
|
#include <VEX_GeoCommand.h>
Public Member Functions | |
VEX_GeoCommandAgentXformEdit (exint srcelem, VEXint< PREC > primnum, const VEXmat4< PREC > &xform, VEXint< PREC > xformidx, bool worldspace) | |
VEX_GeoCommandAgentXformEdit (exint srcelem, VEXint< PREC > primnum, const UT_Array< VEXmat4< PREC >> &xforms, bool worldspace) | |
VEX_GeoCommandAgentXformEdit () | |
VEXint< PREC > | primnum () const |
const VEXmat4< PREC > & | xform () const |
VEXint< PREC > | xformidx () const |
const UT_Array< VEXmat4< PREC > > & | xforms () const |
bool | worldspace () const |
bool | isSingleEdit () const |
Public Member Functions inherited from VEX_GeoCommand | |
VEX_GeoCommand (exint srcelem) | |
VEX_GeoCommand () | |
exint | elem () const |
Protected Types | |
typedef std::pair< VEXmat4 < PREC >, VEXint< PREC > > | SingleEdit |
typedef UT_Array< VEXmat4< PREC > > | FullEdit |
Protected Attributes | |
VEXint< PREC > | myPrimNum |
std::variant< SingleEdit, FullEdit > | myData |
bool | myWorldSpace |
Protected Attributes inherited from VEX_GeoCommand | |
exint | mySourceElem |
Definition at line 326 of file VEX_GeoCommand.h.
|
protected |
Definition at line 369 of file VEX_GeoCommand.h.
|
protected |
Definition at line 368 of file VEX_GeoCommand.h.
|
inline |
Definition at line 329 of file VEX_GeoCommand.h.
|
inline |
Definition at line 337 of file VEX_GeoCommand.h.
|
inline |
Definition at line 345 of file VEX_GeoCommand.h.
|
inline |
Definition at line 365 of file VEX_GeoCommand.h.
|
inline |
Definition at line 347 of file VEX_GeoCommand.h.
|
inline |
Definition at line 363 of file VEX_GeoCommand.h.
|
inline |
Definition at line 348 of file VEX_GeoCommand.h.
|
inline |
Definition at line 353 of file VEX_GeoCommand.h.
|
inline |
Definition at line 358 of file VEX_GeoCommand.h.
|
protected |
Definition at line 373 of file VEX_GeoCommand.h.
|
protected |
Definition at line 371 of file VEX_GeoCommand.h.
|
protected |
Definition at line 374 of file VEX_GeoCommand.h.