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 643 of file ROP_Node.h.

Constructor & Destructor Documentation

ROP_RenderDepParms::ROP_RenderDepParms ( )
inline

Definition at line 646 of file ROP_Node.h.

ROP_RenderDepParms::ROP_RenderDepParms ( const ROP_RenderDepParms copy)
inline

Definition at line 664 of file ROP_Node.h.

ROP_RenderDepParms::~ROP_RenderDepParms ( )
inline

Definition at line 669 of file ROP_Node.h.

Member Function Documentation

const ROP_RenderItemHandle& ROP_RenderDepParms::getDepParent ( ) const
inline

Definition at line 735 of file ROP_Node.h.

bool ROP_RenderDepParms::getDoInputs ( ) const
inline

Definition at line 710 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getEnd ( ) const
inline

Definition at line 687 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFrameInc ( ) const
inline

Definition at line 688 of file ROP_Node.h.

bool ROP_RenderDepParms::getFrameMerge ( ) const
inline

Definition at line 741 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullEnd ( ) const
inline

Definition at line 684 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullFrameInc ( ) const
inline

Definition at line 685 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getFullStart ( ) const
inline

Definition at line 683 of file ROP_Node.h.

bool ROP_RenderDepParms::getIgnoreBypass ( ) const
inline

Definition at line 724 of file ROP_Node.h.

bool ROP_RenderDepParms::getIgnoreLocks ( ) const
inline

Definition at line 725 of file ROP_Node.h.

ROP_RenderList& ROP_RenderDepParms::getOrder ( ) const
inline

Definition at line 676 of file ROP_Node.h.

int ROP_RenderDepParms::getRenderSerial ( ) const
inline

Definition at line 730 of file ROP_Node.h.

fpreal ROP_RenderDepParms::getStart ( ) const
inline

Definition at line 686 of file ROP_Node.h.

ROP_Node* ROP_RenderDepParms::getTopLevelRop ( ) const
inline

Definition at line 716 of file ROP_Node.h.

bool ROP_RenderDepParms::isFirstFrame ( ) const
inline

Definition at line 738 of file ROP_Node.h.

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

Definition at line 743 of file ROP_Node.h.

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

Definition at line 762 of file ROP_Node.h.

void ROP_RenderDepParms::setDepParent ( const ROP_RenderItemHandle dep_parent)
inline

Definition at line 733 of file ROP_Node.h.

void ROP_RenderDepParms::setDoInputsFlag ( bool  do_inputs)
inline

Definition at line 709 of file ROP_Node.h.

void ROP_RenderDepParms::setFirstFrame ( bool  first)
inline

Definition at line 737 of file ROP_Node.h.

void ROP_RenderDepParms::setFrameMerge ( bool  merge)
inline

Definition at line 740 of file ROP_Node.h.

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

Definition at line 681 of file ROP_Node.h.

void ROP_RenderDepParms::setFullAscendingFrameRange ( ROP_Node rop)
inline

Definition at line 690 of file ROP_Node.h.

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

Definition at line 679 of file ROP_Node.h.

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

Definition at line 719 of file ROP_Node.h.

void ROP_RenderDepParms::setOrder ( ROP_RenderList order)
inline

Definition at line 675 of file ROP_Node.h.

void ROP_RenderDepParms::setRenderSerial ( int  render_serial)
inline

Definition at line 728 of file ROP_Node.h.

void ROP_RenderDepParms::setTopLevelRop ( ROP_Node rop)
inline

Definition at line 715 of file ROP_Node.h.


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