HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ROP_RenderDepParms Class Reference

#include <ROP_Node.h>

Public Member Functions

 ROP_RenderDepParms ()
 
 ROP_RenderDepParms (const ROP_RenderDepParms &copy)
 
 ~ROP_RenderDepParms ()
 
void setOrder (ROP_RenderList &order)
 
ROP_RenderListgetOrder () const
 
void setFullFrameRange (fpreal start, fpreal end, fpreal finc)
 
void setFrameRange (fpreal start, fpreal end, fpreal finc)
 
fpreal getFullStart () const
 
fpreal getFullEnd () const
 
fpreal getFullFrameInc () const
 
fpreal getStart () const
 
fpreal getEnd () const
 
fpreal getFrameInc () const
 
void setFullAscendingFrameRange (ROP_Node &rop)
 
void setDoInputsFlag (bool do_inputs)
 
bool getDoInputs () const
 
void setTopLevelRop (ROP_Node *rop)
 
ROP_NodegetTopLevelRop () 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 (const ROP_RenderItemHandle &dep_parent)
 
const ROP_RenderItemHandlegetDepParent () const
 
void setFirstFrame (bool first)
 
bool isFirstFrame () const
 
void setFrameMerge (bool merge)
 
bool getFrameMerge () const
 
const ROP_RenderDepParmsoperator= (const ROP_RenderDepParms &copy)
 
bool operator== (const ROP_RenderDepParms &copy)
 

Detailed Description

Definition at line 647 of file ROP_Node.h.

Constructor & Destructor Documentation

ROP_RenderDepParms::ROP_RenderDepParms ( )
inline

Definition at line 650 of file ROP_Node.h.

ROP_RenderDepParms::ROP_RenderDepParms ( const ROP_RenderDepParms copy)
inline

Definition at line 668 of file ROP_Node.h.

ROP_RenderDepParms::~ROP_RenderDepParms ( )
inline

Definition at line 673 of file ROP_Node.h.

Member Function Documentation

const ROP_RenderItemHandle& ROP_RenderDepParms::getDepParent ( ) const
inline

Definition at line 739 of file ROP_Node.h.

bool ROP_RenderDepParms::getDoInputs ( ) const
inline

Definition at line 714 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getEnd ( ) const
inline

Definition at line 691 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFrameInc ( ) const
inline

Definition at line 692 of file ROP_Node.h.

bool ROP_RenderDepParms::getFrameMerge ( ) const
inline

Definition at line 745 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullEnd ( ) const
inline

Definition at line 688 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullFrameInc ( ) const
inline

Definition at line 689 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullStart ( ) const
inline

Definition at line 687 of file ROP_Node.h.

bool ROP_RenderDepParms::getIgnoreBypass ( ) const
inline

Definition at line 728 of file ROP_Node.h.

bool ROP_RenderDepParms::getIgnoreLocks ( ) const
inline

Definition at line 729 of file ROP_Node.h.

ROP_RenderList& ROP_RenderDepParms::getOrder ( ) const
inline

Definition at line 680 of file ROP_Node.h.

int ROP_RenderDepParms::getRenderSerial ( ) const
inline

Definition at line 734 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getStart ( ) const
inline

Definition at line 690 of file ROP_Node.h.

ROP_Node* ROP_RenderDepParms::getTopLevelRop ( ) const
inline

Definition at line 720 of file ROP_Node.h.

bool ROP_RenderDepParms::isFirstFrame ( ) const
inline

Definition at line 742 of file ROP_Node.h.

const ROP_RenderDepParms& ROP_RenderDepParms::operator= ( const ROP_RenderDepParms copy)
inline

Definition at line 747 of file ROP_Node.h.

bool ROP_RenderDepParms::operator== ( const ROP_RenderDepParms copy)
inline

Definition at line 766 of file ROP_Node.h.

void ROP_RenderDepParms::setDepParent ( const ROP_RenderItemHandle dep_parent)
inline

Definition at line 737 of file ROP_Node.h.

void ROP_RenderDepParms::setDoInputsFlag ( bool  do_inputs)
inline

Definition at line 713 of file ROP_Node.h.

void ROP_RenderDepParms::setFirstFrame ( bool  first)
inline

Definition at line 741 of file ROP_Node.h.

void ROP_RenderDepParms::setFrameMerge ( bool  merge)
inline

Definition at line 744 of file ROP_Node.h.

void ROP_RenderDepParms::setFrameRange ( fpreal  start,
fpreal  end,
fpreal  finc 
)
inline

Definition at line 685 of file ROP_Node.h.

void ROP_RenderDepParms::setFullAscendingFrameRange ( ROP_Node rop)
inline

Definition at line 694 of file ROP_Node.h.

void ROP_RenderDepParms::setFullFrameRange ( fpreal  start,
fpreal  end,
fpreal  finc 
)
inline

Definition at line 683 of file ROP_Node.h.

void ROP_RenderDepParms::setIgnoreFlags ( bool  ignore_bypass,
bool  ignore_locks 
)
inline

Definition at line 723 of file ROP_Node.h.

void ROP_RenderDepParms::setOrder ( ROP_RenderList order)
inline

Definition at line 679 of file ROP_Node.h.

void ROP_RenderDepParms::setRenderSerial ( int  render_serial)
inline

Definition at line 732 of file ROP_Node.h.

void ROP_RenderDepParms::setTopLevelRop ( ROP_Node rop)
inline

Definition at line 719 of file ROP_Node.h.


The documentation for this class was generated from the following file: