|
HDK
|
#include <VEX_GeoCommand.h>
Inheritance diagram for VEX_GeoCommandAgentXformEdit< PREC >: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 330 of file VEX_GeoCommand.h.
|
protected |
Definition at line 373 of file VEX_GeoCommand.h.
|
protected |
Definition at line 372 of file VEX_GeoCommand.h.
|
inline |
Definition at line 333 of file VEX_GeoCommand.h.
|
inline |
Definition at line 341 of file VEX_GeoCommand.h.
|
inline |
Definition at line 349 of file VEX_GeoCommand.h.
|
inline |
Definition at line 369 of file VEX_GeoCommand.h.
|
inline |
Definition at line 351 of file VEX_GeoCommand.h.
|
inline |
Definition at line 367 of file VEX_GeoCommand.h.
|
inline |
Definition at line 352 of file VEX_GeoCommand.h.
|
inline |
Definition at line 357 of file VEX_GeoCommand.h.
|
inline |
Definition at line 362 of file VEX_GeoCommand.h.
|
protected |
Definition at line 377 of file VEX_GeoCommand.h.
|
protected |
Definition at line 375 of file VEX_GeoCommand.h.
|
protected |
Definition at line 378 of file VEX_GeoCommand.h.