#include <GraphTools_SC.hxx>
Inheritance diagram for GraphTools_SC:

Public Member Functions | |
| Standard_EXPORT | GraphTools_SC () |
| Standard_EXPORT void | Reset () |
| Standard_EXPORT void | AddVertex (const Standard_Integer V) |
| Standard_EXPORT Standard_Integer | NbVertices () const |
| Standard_EXPORT Standard_Integer | GetVertex (const Standard_Integer index) const |
| Standard_EXPORT void | AddFrontSC (const Handle(GraphTools_SC)&SC) |
| Standard_EXPORT const GraphTools_SCList & | GetFrontSC () const |
| Standard_EXPORT void | AddBackSC (const Handle(GraphTools_SC)&SC) |
| Standard_EXPORT const GraphTools_SCList & | GetBackSC () const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| GraphTools_SCList | myBackSC |
| TColStd_SequenceOfInteger | myVertices |
| GraphTools_SCList | myFrontSC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1