![]() |
VR-Forces 5.0.3 Developer's Guide
|
A container for information provided to a plan callback.
plan callback
Public Member Functions | |
| PlanCbInfo (const DtUUID &n, bool global, DtPlanCallbackFcn f, void *usr) | |
| ~PlanCbInfo () | |
| bool | operator== (const PlanCbInfo &orig) const |
Public Attributes | |
| DtUUID | planName |
| bool | isGlobal |
| DtPlanCallbackFcn | fcn |
| void * | data |
|
inline |
|
inline |
|
inline |
| DtUUID PlanCbInfo::planName |
Referenced by operator==().
| bool PlanCbInfo::isGlobal |
Referenced by operator==().
| DtPlanCallbackFcn PlanCbInfo::fcn |
Referenced by operator==().
| void* PlanCbInfo::data |
Referenced by operator==().