![]() |
VR-Forces 4.3.1 Class Documentation
|
Agent class for the scene object class: DtBhaveLinesModel. More...

Public Member Functions | |
| DtBhaveLinesModelAgentImplementation () | |
| CTOR. | |
| virtual | ~DtBhaveLinesModelAgentImplementation () |
| DTOR. | |
| virtual void | update () |
| virtual void | init (std::string &str, bool useLocalCoord) |
Public Member Functions inherited from DtBhaveLinesModelAgent | |
| DtBhaveLinesModelAgent () | |
| CTOR. | |
| virtual | ~DtBhaveLinesModelAgent () |
| DTOR. | |
| DtBhaveLinesModel * | findObject () |
| Attempt to find the actual object the agent is controlling. | |
| const DtBhaveLinesModel * | findObject () const |
Public Member Functions inherited from makVrv::DtAgent | |
| virtual | ~DtAgent () |
| DTOR. | |
| DtAgentManagerInterface & | sceneInterface () |
| Get the scene interface, the scene interface may not be NULL (so a reference is safe. | |
| void | setSceneInterface (DtAgentManagerInterface *iface) |
| Set the internal scene interface pointer. | |
| void | init (DtAgentManagerInterface &sceneInterface, bool bDistribute) |
| Initialize the object proxy this must be called once before using the object. | |
| const std::string & | className () const |
| Get the class name. | |
| void | clean () |
| void | dirty () |
| DtUniqueID | uniqueId () const |
| inline accessor | |
| bool | distributeMessages () const |
| Accessor for myDistributeMessageFlag. | |
Protected Member Functions | |
| virtual DtBhaveLinesModel * | findObjectAsDtBhaveLinesModel () |
Additional Inherited Members | |
Static Public Member Functions inherited from DtBhaveLinesModelAgent | |
| static DtBhaveLinesModelAgent * | create (makVrv::DtAgentManagerInterface &sceneInterface, bool bDistribute=true) |
| Static helper creator. | |
Protected Attributes inherited from makVrv::DtAgent | |
| DtAgentManagerInterface * | mySceneInterface |
| DtUniqueID | myUniqueId |
| std::string | myClassName |
| bool | myUpdateFlag |
| DtAgentManagerInterface::OrderedCallList | myCalls |
| bool | myDistributeObjectFlag |
Agent class for the scene object class: DtBhaveLinesModel.
| DtBhaveLinesModelAgentImplementation::DtBhaveLinesModelAgentImplementation | ( | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Implements DtBhaveLinesModelAgent.
|
virtual |
Implements DtBhaveLinesModelAgent.
|
protectedvirtual |
Implements DtBhaveLinesModelAgent.