| HDK
    | 
#include <PDG_ApplicationShim.h>
| Public Member Functions | |
| Graph () | |
| virtual | ~Graph () | 
| virtual void | startCook (const PDGE_EvaluationOptions &)=0 | 
| Called when a graph cook begins.  More... | |
| virtual bool | tickCook (const PDGE_EvaluationOptions &)=0 | 
| virtual void | stopCook (const PDGE_EvaluationOptions &, bool canceled)=0 | 
| Called when a graph cook completes.  More... | |
| virtual bool | defaultWorkItemLabel (UT_StringHolder &label) const =0 | 
| Called to determine the default label for a work item.  More... | |
Graph class for binding a PDG node to an application-specific graph, such as a TOP parent.
Definition at line 134 of file PDG_ApplicationShim.h.
| 
 | inline | 
Definition at line 137 of file PDG_ApplicationShim.h.
| 
 | inlinevirtual | 
Definition at line 138 of file PDG_ApplicationShim.h.
| 
 | pure virtual | 
Called to determine the default label for a work item.
| 
 | pure virtual | 
Called when a graph cook begins.
| 
 | pure virtual | 
Called when a graph cook completes.
| 
 | pure virtual | 
Called when a graph cook should update progress. Returns true if a blocking cook should cancel.