#include <ROP_Dumper.h>

Public Member Functions | |
| void | OUTPUT (UT_String &str, float t) |
| A convenience method to evaluate our custom file parameter. | |
Static Public Member Functions | |
| static OP_TemplatePair * | getTemplatePair () |
| Provides access to our parm templates. | |
| static OP_VariablePair * | getVariablePair () |
| Provides access to our variables. | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *op) |
| Creates an instance of this node. | |
Protected Member Functions | |
| ROP_Dumper (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~ROP_Dumper () |
| virtual int | startRender (int nframes, float s, float e) |
| virtual ROP_RENDER_CODE | renderFrame (float time, UT_Interrupt *boss) |
| virtual ROP_RENDER_CODE | endRender () |
Definition at line 46 of file ROP_Dumper.h.
| ROP_Dumper::ROP_Dumper | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
| ROP_Dumper::~ROP_Dumper | ( | ) | [protected, virtual] |
| ROP_RENDER_CODE ROP_Dumper::endRender | ( | ) | [protected, virtual] |
Called after the rendering is done to perform any post-rendering steps required.
Reimplemented from ROP_Node.
Definition at line 161 of file ROP_Dumper.C.
| OP_TemplatePair * ROP_Dumper::getTemplatePair | ( | ) | [static] |
Provides access to our parm templates.
Definition at line 72 of file ROP_Dumper.C.
| OP_VariablePair * ROP_Dumper::getVariablePair | ( | ) | [static] |
Provides access to our variables.
Definition at line 86 of file ROP_Dumper.C.
| OP_Node * ROP_Dumper::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
Creates an instance of this node.
Definition at line 95 of file ROP_Dumper.C.
| void HDK_Sample::ROP_Dumper::OUTPUT | ( | UT_String & | str, | |
| float | t | |||
| ) | [inline] |
A convenience method to evaluate our custom file parameter.
Definition at line 85 of file ROP_Dumper.h.
| ROP_RENDER_CODE ROP_Dumper::renderFrame | ( | float | time, | |
| UT_Interrupt * | boss | |||
| ) | [protected, virtual] |
Called once for every frame that is rendered.
| time | The time to render at. | |
| boss | Interrupt handler. |
Reimplemented from ROP_Node.
Definition at line 139 of file ROP_Dumper.C.
| int ROP_Dumper::startRender | ( | int | nframes, | |
| float | s, | |||
| float | e | |||
| ) | [protected, virtual] |
Called at the beginning of rendering to perform any intialization necessary.
| nframes | Number of frames being rendered. | |
| s | Start time, in seconds. | |
| e | End time, in seconds. |
Reimplemented from ROP_Node.
Definition at line 118 of file ROP_Dumper.C.
1.5.9