![]() |
VR-Vantage 2.3 API Documentation
|
Public Member Functions | |
| DtAttachmentDescriptor () | |
| Default constructor. | |
| DtAttachmentDescriptor (int vIndex, float percent) | |
| Constructor. | |
| DtAttachmentDescriptor (const DtAttachmentDescriptor &orig) | |
| Copy Constructor. | |
| DtAttachmentDescriptor & | operator= (const DtAttachmentDescriptor &orig) |
| Assignment Operator. | |
| DtAttachmentDescriptor (const DtNetAttachmentDescriptor &netDesc) | |
| Constructs from a network structure. | |
| operator DtNetAttachmentDescriptor () const | |
| Cast to a net attachment descriptor. | |
| bool | operator== (const DtAttachmentDescriptor &other) const |
| Equality/inequality operators. | |
| bool | operator!= (const DtAttachmentDescriptor &other) const |
| virtual void | setVertexIndex (int index) |
| Set/Get vertex index. | |
| virtual int | vertexIndex () const |
| virtual void | setPercentage (float percent) |
| Set/Get percentage. | |
| virtual float | percentage () const |
Protected Attributes | |
| int | myVertexIndex |
| float | myPercentage |
| DtAttachmentDescriptor::DtAttachmentDescriptor | ( | ) |
Default constructor.
| DtAttachmentDescriptor::DtAttachmentDescriptor | ( | int | vIndex, |
| float | percent | ||
| ) |
Constructor.
| DtAttachmentDescriptor::DtAttachmentDescriptor | ( | const DtAttachmentDescriptor & | orig | ) |
Copy Constructor.
| DtAttachmentDescriptor::DtAttachmentDescriptor | ( | const DtNetAttachmentDescriptor & | netDesc | ) |
Constructs from a network structure.
| DtAttachmentDescriptor& DtAttachmentDescriptor::operator= | ( | const DtAttachmentDescriptor & | orig | ) |
Assignment Operator.
| DtAttachmentDescriptor::operator DtNetAttachmentDescriptor | ( | ) | const |
Cast to a net attachment descriptor.
| bool DtAttachmentDescriptor::operator== | ( | const DtAttachmentDescriptor & | other | ) | const |
Equality/inequality operators.
| bool DtAttachmentDescriptor::operator!= | ( | const DtAttachmentDescriptor & | other | ) | const |
|
virtual |
|
virtual |
Set/Get percentage.
|
virtual |
Referenced by makVrv::DT_PROTOCOL_NAMESPACE::DtVrlink3DTextStateListener::update(), makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAttributeGroupStateListener::update(), makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkCylinderStateListener::update(), makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkCuboidStateListener::update(), makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEllipsoidStateListener::update(), and makVrv::DT_PROTOCOL_NAMESPACE::DtVrlink3DLineStateListener::update().
|
protected |
|
protected |