#include <SOP_NodeFlags.h>
Definition at line 20 of file SOP_NodeFlags.h.
SOP_NodeFlags::SOP_NodeFlags |
( |
| ) |
|
|
inline |
bool SOP_NodeFlags::getInstance |
( |
| ) |
const |
|
inline |
bool SOP_NodeFlags::getManagesDataIDs |
( |
| ) |
const |
|
inline |
bool SOP_NodeFlags::getNeedGuide1 |
( |
| ) |
const |
|
inline |
bool SOP_NodeFlags::getNeedGuide2 |
( |
| ) |
const |
|
inline |
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 |
bool SOP_NodeFlags::getTimeDepGuide2 |
( |
| ) |
const |
|
inline |
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 |
void SOP_NodeFlags::setManagesDataIDs |
( |
bool |
onOff | ) |
|
|
inline |
void SOP_NodeFlags::setNeedGuide1 |
( |
bool |
onOff | ) |
|
|
inline |
void SOP_NodeFlags::setNeedGuide2 |
( |
bool |
onOff | ) |
|
|
inline |
void SOP_NodeFlags::setNeedOutputDetail |
( |
bool |
onOff | ) |
|
|
inline |
void SOP_NodeFlags::setTimeDepGuide1 |
( |
bool |
timedep | ) |
|
|
inline |
void SOP_NodeFlags::setTimeDepGuide2 |
( |
bool |
timedep | ) |
|
|
inline |
The documentation for this class was generated from the following file: