![]() |
VR-Forces 4.0.4 Class Documentation
|
Class Description: DtVrfAttachmentManager. More...

Public Member Functions | |
| DtVrfAttachmentManager (DtSimObjectStateRepository *owner) | |
| Constructor. | |
| DtVrfAttachmentManager (const DtVrfAttachmentManager &orig) | |
| Copy Constructor. | |
| const DtVrfAttachmentManager & | operator= (const DtVrfAttachmentManager &orig) |
| Assignment Operator. | |
| virtual | ~DtVrfAttachmentManager () |
| Destructor. | |
| virtual DtAttachmentManager * | clone () const |
| Creates a new manager calling the copy constructor and returns the result. | |
| virtual DtVector | getPartAttachPoint (const DtObjectType &partType, bool recurse=false) const |
| This looks up the attachment geometry in the .epd file when creating art parts discovered on remote entities. | |
| virtual DtVrfObjectStateRepository * | vrfOwner () const |
Private Member Functions | |
| DtVrfAttachmentManager () | |
| Default Constructor. Do not use. | |
Class Description: DtVrfAttachmentManager.
The vrf attachment manager overrides DtAttachmentManager and provides an implementation of getPartAttachPoint that can take advantage of the component descriptors of the objects parameter entry.
| DtVrfAttachmentManager::DtVrfAttachmentManager | ( | ) | [private] |
Default Constructor. Do not use.
Constructor.
| DtVrfAttachmentManager::DtVrfAttachmentManager | ( | const DtVrfAttachmentManager & | orig | ) |
Copy Constructor.
| virtual DtVrfAttachmentManager::~DtVrfAttachmentManager | ( | ) | [virtual] |
Destructor.
| const DtVrfAttachmentManager& DtVrfAttachmentManager::operator= | ( | const DtVrfAttachmentManager & | orig | ) |
Assignment Operator.
| virtual DtAttachmentManager* DtVrfAttachmentManager::clone | ( | ) | const [virtual] |
Creates a new manager calling the copy constructor and returns the result.
Reimplemented from DtAttachmentManager.
| virtual DtVector DtVrfAttachmentManager::getPartAttachPoint | ( | const DtObjectType & | partType, |
| bool | recurse = false |
||
| ) | const [virtual] |
This looks up the attachment geometry in the .epd file when creating art parts discovered on remote entities.
Need to give this a little more thought...
Reimplemented from DtAttachmentManager.
| virtual DtVrfObjectStateRepository* DtVrfAttachmentManager::vrfOwner | ( | ) | const [virtual] |