HDK
|
#include <VEX_GeoCommand.h>
Public Member Functions | |
VEX_GeoCommandPrimChannelEdit (exint srcelem, VEXint< PREC > primnum, VEX_GeoPrimChannelOperation operation, float time=0.0, float value=0.0, VEX_GeoPrimChannelKeyHalf half=VEX_GeoPrimChannelKeyHalf::InOut) | |
VEX_GeoCommandPrimChannelEdit () | |
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 |
VEX_GeoPrimChannelOperation | myOperation |
float | myTime |
float | myValue |
VEX_GeoPrimChannelKeyHalf | myHalf |
Additional Inherited Members | |
Protected Attributes inherited from VEX_GeoCommand | |
exint | mySourceElem |
Definition at line 492 of file VEX_GeoCommand.h.
|
inline |
Definition at line 495 of file VEX_GeoCommand.h.
|
inline |
Definition at line 510 of file VEX_GeoCommand.h.
|
inline |
Definition at line 520 of file VEX_GeoCommand.h.
VEX_GeoPrimChannelKeyHalf VEX_GeoCommandPrimChannelEdit< PREC >::myHalf |
Definition at line 526 of file VEX_GeoCommand.h.
VEX_GeoPrimChannelOperation VEX_GeoCommandPrimChannelEdit< PREC >::myOperation |
Definition at line 523 of file VEX_GeoCommand.h.
VEXint<PREC> VEX_GeoCommandPrimChannelEdit< PREC >::myPrimNum |
Definition at line 522 of file VEX_GeoCommand.h.
float VEX_GeoCommandPrimChannelEdit< PREC >::myTime |
Definition at line 524 of file VEX_GeoCommand.h.
float VEX_GeoCommandPrimChannelEdit< PREC >::myValue |
Definition at line 525 of file VEX_GeoCommand.h.