HDK
|
#include <PDG_WorkItemStateTracker.h>
Public Member Functions | |
PDG_WorkItemStateTracker () | |
void | reset () |
int | workItemCount () const |
int | stateCount (PDG_WorkItemState state) const |
void | addWorkItem (PDG_WorkItemState state) |
void | removeWorkItem (PDG_WorkItemState state) |
void | updateWorkItem (PDG_WorkItemState prev, PDG_WorkItemState cur) |
template<typename T > | |
void | stateCounts (UT_Array< T > &array) const |
PDG_NodeState | nodeState (bool is_active, bool is_generated) const |
fpreal | nodeProgress () const |
Definition at line 21 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 24 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 46 of file PDG_WorkItemStateTracker.h.
fpreal PDG_WorkItemStateTracker::nodeProgress | ( | ) | const |
PDG_NodeState PDG_WorkItemStateTracker::nodeState | ( | bool | is_active, |
bool | is_generated | ||
) | const |
|
inline |
Definition at line 53 of file PDG_WorkItemStateTracker.h.
Definition at line 27 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 43 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 70 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 60 of file PDG_WorkItemStateTracker.h.
|
inline |
Definition at line 40 of file PDG_WorkItemStateTracker.h.