|
HDK
|
#include <VEX_GeoCommand.h>
Inheritance diagram for VEX_GeoCommandPrimChannelEdit< PREC >: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 496 of file VEX_GeoCommand.h.
|
inline |
Definition at line 499 of file VEX_GeoCommand.h.
|
inline |
Definition at line 514 of file VEX_GeoCommand.h.
|
inline |
Definition at line 524 of file VEX_GeoCommand.h.
| VEX_GeoPrimChannelKeyHalf VEX_GeoCommandPrimChannelEdit< PREC >::myHalf |
Definition at line 530 of file VEX_GeoCommand.h.
| VEX_GeoPrimChannelOperation VEX_GeoCommandPrimChannelEdit< PREC >::myOperation |
Definition at line 527 of file VEX_GeoCommand.h.
| VEXint<PREC> VEX_GeoCommandPrimChannelEdit< PREC >::myPrimNum |
Definition at line 526 of file VEX_GeoCommand.h.
| float VEX_GeoCommandPrimChannelEdit< PREC >::myTime |
Definition at line 528 of file VEX_GeoCommand.h.
| float VEX_GeoCommandPrimChannelEdit< PREC >::myValue |
Definition at line 529 of file VEX_GeoCommand.h.