#include <ROP_Node.h>
Public Member Functions | |
| ROP_RenderDepParms () | |
| void | setOrder (ROP_RenderList &order) |
| ROP_RenderList & | getOrder () const |
| void | setFrameRange (float start, float end, float finc) |
| float | getStart () const |
| float | getEnd () const |
| float | getFrameInc () const |
| void | setDoInputsFlag (bool do_inputs) |
| bool | getDoInputs () const |
| void | setTopLevelRop (ROP_Node *rop) |
| ROP_Node * | getTopLevelRop () const |
| void | setIgnoreFlags (bool ignore_bypass, bool ignore_locks) |
| bool | getIgnoreBypass () const |
| bool | getIgnoreLocks () const |
| void | setRenderSerial (int render_serial) |
| int | getRenderSerial () const |
| void | setDepParent (ROP_RenderItem *dep_parent) |
| ROP_RenderItem * | getDepParent () const |
| void | setFirstFrame (bool first) |
| bool | isFirstFrame () const |
Definition at line 431 of file ROP_Node.h.
| ROP_RenderDepParms::ROP_RenderDepParms | ( | ) | [inline] |
Definition at line 434 of file ROP_Node.h.
| ROP_RenderItem* ROP_RenderDepParms::getDepParent | ( | ) | const [inline] |
Definition at line 486 of file ROP_Node.h.
| bool ROP_RenderDepParms::getDoInputs | ( | ) | const [inline] |
Definition at line 461 of file ROP_Node.h.
| float ROP_RenderDepParms::getEnd | ( | ) | const [inline] |
Definition at line 456 of file ROP_Node.h.
| float ROP_RenderDepParms::getFrameInc | ( | ) | const [inline] |
Definition at line 457 of file ROP_Node.h.
| bool ROP_RenderDepParms::getIgnoreBypass | ( | ) | const [inline] |
Definition at line 475 of file ROP_Node.h.
| bool ROP_RenderDepParms::getIgnoreLocks | ( | ) | const [inline] |
Definition at line 476 of file ROP_Node.h.
| ROP_RenderList& ROP_RenderDepParms::getOrder | ( | void | ) | const [inline] |
Definition at line 449 of file ROP_Node.h.
| int ROP_RenderDepParms::getRenderSerial | ( | ) | const [inline] |
Definition at line 481 of file ROP_Node.h.
| float ROP_RenderDepParms::getStart | ( | ) | const [inline] |
Definition at line 455 of file ROP_Node.h.
| ROP_Node* ROP_RenderDepParms::getTopLevelRop | ( | ) | const [inline] |
Definition at line 467 of file ROP_Node.h.
| bool ROP_RenderDepParms::isFirstFrame | ( | ) | const [inline] |
Definition at line 489 of file ROP_Node.h.
| void ROP_RenderDepParms::setDepParent | ( | ROP_RenderItem * | dep_parent | ) | [inline] |
Definition at line 484 of file ROP_Node.h.
| void ROP_RenderDepParms::setDoInputsFlag | ( | bool | do_inputs | ) | [inline] |
Definition at line 460 of file ROP_Node.h.
| void ROP_RenderDepParms::setFirstFrame | ( | bool | first | ) | [inline] |
Definition at line 488 of file ROP_Node.h.
| void ROP_RenderDepParms::setFrameRange | ( | float | start, | |
| float | end, | |||
| float | finc | |||
| ) | [inline] |
Definition at line 453 of file ROP_Node.h.
| void ROP_RenderDepParms::setIgnoreFlags | ( | bool | ignore_bypass, | |
| bool | ignore_locks | |||
| ) | [inline] |
Definition at line 470 of file ROP_Node.h.
| void ROP_RenderDepParms::setOrder | ( | ROP_RenderList & | order | ) | [inline] |
Definition at line 448 of file ROP_Node.h.
| void ROP_RenderDepParms::setRenderSerial | ( | int | render_serial | ) | [inline] |
Definition at line 479 of file ROP_Node.h.
| void ROP_RenderDepParms::setTopLevelRop | ( | ROP_Node * | rop | ) | [inline] |
Definition at line 466 of file ROP_Node.h.
1.5.9