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 |
![]() | |
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 |
hboost::variant< SingleEdit, FullEdit > | myData |
bool | myWorldSpace |
![]() | |
exint | mySourceElem |
Definition at line 306 of file VEX_GeoCommand.h.
|
protected |
Definition at line 349 of file VEX_GeoCommand.h.
|
protected |
Definition at line 348 of file VEX_GeoCommand.h.
|
inline |
Definition at line 309 of file VEX_GeoCommand.h.
|
inline |
Definition at line 317 of file VEX_GeoCommand.h.
|
inline |
Definition at line 325 of file VEX_GeoCommand.h.
|
inline |
Definition at line 345 of file VEX_GeoCommand.h.
|
inline |
Definition at line 327 of file VEX_GeoCommand.h.
|
inline |
Definition at line 343 of file VEX_GeoCommand.h.
|
inline |
Definition at line 328 of file VEX_GeoCommand.h.
|
inline |
Definition at line 333 of file VEX_GeoCommand.h.
|
inline |
Definition at line 338 of file VEX_GeoCommand.h.
|
protected |
Definition at line 353 of file VEX_GeoCommand.h.
|
protected |
Definition at line 351 of file VEX_GeoCommand.h.
|
protected |
Definition at line 354 of file VEX_GeoCommand.h.