HDK
|
#include <VEX_GeoCommand.h>
Public Member Functions | |
VEX_GeoCommandAgentAddClip (exint srcelem, VEXint< PREC > primnum, const UT_StringHolder &clip_name, const UT_StringHolder &clip_path, bool keep_ref) | |
VEX_GeoCommandAgentAddClip () | |
VEXint< PREC > | primnum () const |
Public Member Functions inherited from VEX_GeoCommand | |
VEX_GeoCommand (exint srcelem) | |
VEX_GeoCommand () | |
exint | elem () const |
Public Attributes | |
VEXint< PREC > | myPrimNum |
UT_StringHolder | myClipName |
UT_StringHolder | myClipPath |
bool | myKeepRef |
Additional Inherited Members | |
Protected Attributes inherited from VEX_GeoCommand | |
exint | mySourceElem |
Definition at line 458 of file VEX_GeoCommand.h.
|
inline |
Definition at line 461 of file VEX_GeoCommand.h.
|
inline |
Definition at line 474 of file VEX_GeoCommand.h.
|
inline |
Definition at line 483 of file VEX_GeoCommand.h.
UT_StringHolder VEX_GeoCommandAgentAddClip< PREC >::myClipName |
Definition at line 486 of file VEX_GeoCommand.h.
UT_StringHolder VEX_GeoCommandAgentAddClip< PREC >::myClipPath |
Definition at line 487 of file VEX_GeoCommand.h.
bool VEX_GeoCommandAgentAddClip< PREC >::myKeepRef |
Definition at line 488 of file VEX_GeoCommand.h.
VEXint<PREC> VEX_GeoCommandAgentAddClip< PREC >::myPrimNum |
Definition at line 485 of file VEX_GeoCommand.h.