#include <ROP_MDD.h>

Public Member Functions | |
| OP_Context & | getContext () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *op) |
| static OP_Operator * | buildOperator () |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
Protected Types | |
| enum | CoordSysType { COORDSYS_LEFT, COORDSYS_RIGHT } |
Protected Member Functions | |
| ROP_MDD (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~ROP_MDD () |
| virtual int | startRender (int nframes, float s, float e) |
| virtual ROP_RENDER_CODE | renderFrame (float time, UT_Interrupt *boss) |
| virtual ROP_RENDER_CODE | endRender () |
| void | OUTPUT (UT_String &str, float t) |
| File name for output. | |
| void | SOPPATH (UT_String &str, float t) |
| Path to the SOP whose points we want to write to the file. | |
| int | INITSIM () |
| Should we initialize simulation SOPs? | |
| CoordSysType | COORDSYS () |
| int | XFORMTYPE () |
| float | SX () |
| float | SY () |
| float | SZ () |
| bool | RELTIME () |
| float | RESTFRAME () |
Definition at line 51 of file ROP_MDD.h.
enum ROP_MDD::CoordSysType [protected] |
| ROP_MDD::ROP_MDD | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
| virtual ROP_MDD::~ROP_MDD | ( | ) | [protected, virtual] |
| static OP_Operator* ROP_MDD::buildOperator | ( | ) | [static] |
| CoordSysType ROP_MDD::COORDSYS | ( | ) | [inline, protected] |
| virtual ROP_RENDER_CODE ROP_MDD::endRender | ( | ) | [protected, virtual] |
Reimplemented from ROP_Node.
| OP_Context& ROP_MDD::getContext | ( | ) | [inline] |
| int ROP_MDD::INITSIM | ( | ) | [inline, protected] |
| static OP_Node* ROP_MDD::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
| void ROP_MDD::OUTPUT | ( | UT_String & | str, | |
| float | t | |||
| ) | [inline, protected] |
| virtual ROP_RENDER_CODE ROP_MDD::renderFrame | ( | float | time, | |
| UT_Interrupt * | boss | |||
| ) | [protected, virtual] |
Reimplemented from ROP_Node.
| void ROP_MDD::SOPPATH | ( | UT_String & | str, | |
| float | t | |||
| ) | [inline, protected] |
| virtual int ROP_MDD::startRender | ( | int | nframes, | |
| float | s, | |||
| float | e | |||
| ) | [protected, virtual] |
Reimplemented from ROP_Node.
PRM_Template ROP_MDD::myTemplateList[] [static] |
1.5.9