#include <rdEdge.h>
Inheritance diagram for rdEdge:

Public Member Functions | |
| rdEdge () | |
| Construct an empty graphics model. | |
| rdEdge (IDOM_Element *aElement) | |
| Construct a graphics model from an XML Element. | |
| virtual | ~rdEdge () |
| Destructor. | |
| const char * | getVertexName (int aWhich) const |
| int | getVertexIndex (int aWhich) const |
| Get the index of a vertex. | |
| void | updateIndicies (rdVertices *aVerts) |
| Update the triangle indices based on the names of the vertices. | |
| virtual void | updateObject (bool aDeep=true) |
| Update this object based on its XML node. | |
| virtual void | updateNode (bool aDeep=true) |
| Update the XML node representing this object. | |
| void | updateData () |
| Update the member data of this object based on its XML node. | |
Private Member Functions | |
| void | setNull () |
| Set NULL values for all member variables. | |
Private Attributes | |
| char * | _v3dNames [2] |
| int | _v3dIndex [2] |
|
|
Construct a graphics model from an XML Element.
|
|
|
Get the index of a vertex.
|
|
|
Update the member data of this object based on its XML node. Member objects (children) are not updated. |
|
|
Update the XML node representing this object.
Reimplemented from rdObject. |
|
|
Update this object based on its XML node.
Reimplemented from rdObject. |
1.3