HDK
|
#include <PDG_Node.h>
Public Attributes | |
UT_StringHolder | myServiceName |
PDG_ServiceResetWhen | myLoopResetWhen |
PDG_ServiceResetType | myLoopResetType |
const PDG_Node * | myBeginNode |
bool | myEndCooked |
Helper struct for validating and dirtying incomplete loop blocks. Each node in a loop is passed a vector of infos for any loops that pass through that node, which is usd to set the maximal loop depth and begin block list for each node in a block.
Definition at line 567 of file PDG_Node.h.
const PDG_Node* PDG_Node::LoopInfo::myBeginNode |
Definition at line 572 of file PDG_Node.h.
bool PDG_Node::LoopInfo::myEndCooked |
Definition at line 573 of file PDG_Node.h.
PDG_ServiceResetType PDG_Node::LoopInfo::myLoopResetType |
Definition at line 571 of file PDG_Node.h.
PDG_ServiceResetWhen PDG_Node::LoopInfo::myLoopResetWhen |
Definition at line 570 of file PDG_Node.h.
UT_StringHolder PDG_Node::LoopInfo::myServiceName |
Definition at line 569 of file PDG_Node.h.