HDK
|
#include <PDG_CookState.h>
Public Member Functions | |
PDG_CookState () | |
bool | prepare (const PDG_Graph &graph, const PDG_CookOptions &options, PDG_Scheduler *default_scheduler, const PDG_SchedulerArray &schedulers, UT_WorkBuffer &errors) |
void | clear () |
const PDG_CookOptions & | options () const |
PDG_CookOptions & | options () |
bool | isGenerateOnly () const |
bool | isCook () const |
PDG_CookOptions::CookType | cookType () const |
const UT_StringArray & | nodeNames () const |
bool | autoRecook () const |
int | autoRecookInterval () const |
bool | blocking () const |
const PDG_Filter & | staticFilter () const |
fpreal | cookTime () const |
bool | isSaveScene () const |
bool | isStaticCook () const |
const PDG_NodeSet & | cookSet () const |
const PDG_NodeSet & | leafSet () const |
const PDG_NodeSet & | errorSet () const |
const PDG_SchedulerSet & | schedulers () const |
void | incCookCount () |
int | cookCount () const |
Contains various state associated with a cook, e.g. the set of nodes being cooked, the fringe set, the filters, etc
Definition at line 29 of file PDG_CookState.h.
PDG_CookState::PDG_CookState | ( | ) |
|
inline |
Definition at line 54 of file PDG_CookState.h.
|
inline |
Definition at line 56 of file PDG_CookState.h.
|
inline |
Definition at line 58 of file PDG_CookState.h.
void PDG_CookState::clear | ( | ) |
|
inline |
Definition at line 81 of file PDG_CookState.h.
|
inline |
Definition at line 70 of file PDG_CookState.h.
|
inline |
Definition at line 62 of file PDG_CookState.h.
|
inline |
Definition at line 49 of file PDG_CookState.h.
|
inline |
Definition at line 74 of file PDG_CookState.h.
|
inline |
Definition at line 79 of file PDG_CookState.h.
bool PDG_CookState::isCook | ( | ) | const |
bool PDG_CookState::isGenerateOnly | ( | ) | const |
|
inline |
Definition at line 65 of file PDG_CookState.h.
|
inline |
Definition at line 67 of file PDG_CookState.h.
|
inline |
Definition at line 72 of file PDG_CookState.h.
|
inline |
Definition at line 51 of file PDG_CookState.h.
|
inline |
Definition at line 41 of file PDG_CookState.h.
|
inline |
Definition at line 43 of file PDG_CookState.h.
bool PDG_CookState::prepare | ( | const PDG_Graph & | graph, |
const PDG_CookOptions & | options, | ||
PDG_Scheduler * | default_scheduler, | ||
const PDG_SchedulerArray & | schedulers, | ||
UT_WorkBuffer & | errors | ||
) |
|
inline |
Definition at line 76 of file PDG_CookState.h.
|
inline |
Definition at line 60 of file PDG_CookState.h.