![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSdc3DPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~DtSdc3DPositionedObject () |
| virtual const DtSdc3DAttachPoint & | attachment () const =0 |
| attachment accessor | |
| virtual void | setAttachment (const DtSdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
Private Member Functions | |
| DtSdc3DPositionedObject () | |
| Default constructor. | |
| DtSdc3DPositionedObject (const DtSdc3DPositionedObject &orig) | |
| Copy constructor. | |
| DtSdc3DPositionedObject & | operator= (const DtSdc3DPositionedObject &rhs) |
| Assignment operator. | |
| DtSdc3DPositionedObject::DtSdc3DPositionedObject | ( | DtExerciseConn * | exConn, |
| unsigned | id, | ||
| const DtString & | objName | ||
| ) |
| virtual DtSdc3DPositionedObject::~DtSdc3DPositionedObject | ( | ) | [virtual] |
| DtSdc3DPositionedObject::DtSdc3DPositionedObject | ( | ) | [private] |
Default constructor.
Private and not implemented - you must supply an id and basic geometric parameters to construct the ellipse or rectangle
| DtSdc3DPositionedObject::DtSdc3DPositionedObject | ( | const DtSdc3DPositionedObject & | orig | ) | [private] |
Copy constructor.
Private and unimplemented - not copyable.
| DtSdc3DPositionedObject& DtSdc3DPositionedObject::operator= | ( | const DtSdc3DPositionedObject & | rhs | ) | [private] |
Assignment operator.
Private and unimplemented - not copyable.
| virtual const DtSdc3DAttachPoint& DtSdc3DPositionedObject::attachment | ( | ) | const [pure virtual] |
attachment accessor
Get the text's attachment information
Implemented in DtSdcText3DObject, and DtSdcEllipsoidCuboidBase.
| virtual void DtSdc3DPositionedObject::setAttachment | ( | const DtSdc3DAttachPoint & | attachment | ) | [pure virtual] |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in DtSdcText3DObject, DtSdcEllipsoidObject, DtSdcCuboidObject, and DtSdcEllipsoidCuboidBase.