|
Public Member Functions |
Standard_EXPORT | MAT_BasicElt (const Standard_Integer anInteger) |
| Constructor, <aninteger> is the <index> of <me>.
.
|
Standard_EXPORT Handle_MAT_Arc | StartArc () const |
| Return <startarcleft> or <startarcright> corresponding
to <aside>.
.
|
Standard_EXPORT Handle_MAT_Arc | EndArc () const |
| Return <endarcleft> or <endarcright> corresponding
to <aside>.
.
|
Standard_EXPORT Standard_Integer | Index () const |
| Return the <index> of <me> in Graph.TheBasicElts.
.
|
Standard_EXPORT Standard_Integer | GeomIndex () const |
| Return the <geomindex> of <me>.
.
|
Standard_EXPORT void | SetStartArc (const Handle(MAT_Arc)&anArc) |
Standard_EXPORT void | SetEndArc (const Handle(MAT_Arc)&anArc) |
Standard_EXPORT void | SetIndex (const Standard_Integer anInteger) |
Standard_EXPORT void | SetGeomIndex (const Standard_Integer anInteger) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Standard_Address | startLeftArc |
Standard_Address | endLeftArc |
Standard_Integer | index |
Standard_Integer | geomIndex |