#include <SIM_GuideTimeDep.h>
Public Member Functions | |
| SIM_GuideTimeDep (const SIM_Data *owner) | |
| Constructor which takes a const SIM_Data as our owner. | |
| SIM_GuideTimeDep (const SIM_Data *owner, bool displayonce) | |
| virtual | ~SIM_GuideTimeDep () |
| Destructor for this class. | |
Protected Member Functions | |
| virtual GU_ConstDetailHandle | getGuideGeometrySubclass (const SIM_RootData &root, UT_DMatrix4 &xform, const SIM_Time &t) |
Definition at line 26 of file SIM_GuideTimeDep.h.
| SIM_GuideTimeDep< GuideBase >::SIM_GuideTimeDep | ( | const SIM_Data * | owner | ) | [inline, explicit] |
Constructor which takes a const SIM_Data as our owner.
Definition at line 30 of file SIM_GuideTimeDep.h.
| SIM_GuideTimeDep< GuideBase >::SIM_GuideTimeDep | ( | const SIM_Data * | owner, | |
| bool | displayonce | |||
| ) | [inline, explicit] |
Constructor which takes an owner, and a flag to pass on to our base. This flag is used by SIM_GuideShared.
Definition at line 36 of file SIM_GuideTimeDep.h.
| virtual SIM_GuideTimeDep< GuideBase >::~SIM_GuideTimeDep | ( | ) | [inline, virtual] |
| virtual GU_ConstDetailHandle SIM_GuideTimeDep< GuideBase >::getGuideGeometrySubclass | ( | const SIM_RootData & | root, | |
| UT_DMatrix4 & | xform, | |||
| const SIM_Time & | t | |||
| ) | [inline, protected, virtual] |
Definition at line 47 of file SIM_GuideTimeDep.h.
1.5.9