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

#include <SOP_NodeFlags.h>

Public Member Functions

 SOP_NodeFlags ()
 
 SOP_NodeFlags (const SOP_NodeFlags &source)
 
void setDefaults ()
 
void save (std::ostream &os, int binary=0) const
 
bool load (UT_IStream &is, const char *path=0)
 
void setInstance (bool onOff)
 
void setNeedGuide1 (bool onOff)
 
void setNeedGuide2 (bool onOff)
 
void setTimeDepGuide1 (bool timedep)
 
void setTimeDepGuide2 (bool timedep)
 
void setManagesDataIDs (bool onOff)
 
void setNeedOutputDetail (bool onOff)
 
bool getInstance () const
 
bool getNeedGuide1 () const
 
bool getNeedGuide2 () const
 
bool getTimeDepGuide1 () const
 
bool getTimeDepGuide2 () const
 
bool getManagesDataIDs () const
 
bool getNeedOutputDetail () const
 

Detailed Description

Definition at line 20 of file SOP_NodeFlags.h.

Constructor & Destructor Documentation

SOP_NodeFlags::SOP_NodeFlags ( )
inline

Definition at line 23 of file SOP_NodeFlags.h.

SOP_NodeFlags::SOP_NodeFlags ( const SOP_NodeFlags source)

Member Function Documentation

bool SOP_NodeFlags::getInstance ( ) const
inline

Definition at line 39 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getManagesDataIDs ( ) const
inline

Definition at line 44 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getNeedGuide1 ( ) const
inline

Definition at line 40 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getNeedGuide2 ( ) const
inline

Definition at line 41 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getNeedOutputDetail ( ) const
inline

If false, the node does not require myGdpHandle to refer to a detail before cooking. This is for SOPs that usually just instance another node's geometry, like Null, SubNet, or Switch.

Definition at line 50 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getTimeDepGuide1 ( ) const
inline

Definition at line 42 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::getTimeDepGuide2 ( ) const
inline

Definition at line 43 of file SOP_NodeFlags.h.

bool SOP_NodeFlags::load ( UT_IStream is,
const char *  path = 0 
)
void SOP_NodeFlags::save ( std::ostream &  os,
int  binary = 0 
) const
void SOP_NodeFlags::setDefaults ( )
void SOP_NodeFlags::setInstance ( bool  onOff)
inline

Definition at line 31 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setManagesDataIDs ( bool  onOff)
inline

Definition at line 36 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setNeedGuide1 ( bool  onOff)
inline

Definition at line 32 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setNeedGuide2 ( bool  onOff)
inline

Definition at line 33 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setNeedOutputDetail ( bool  onOff)
inline

Definition at line 37 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setTimeDepGuide1 ( bool  timedep)
inline

Definition at line 34 of file SOP_NodeFlags.h.

void SOP_NodeFlags::setTimeDepGuide2 ( bool  timedep)
inline

Definition at line 35 of file SOP_NodeFlags.h.


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