Open CASCADE Technology 6.6.0
|
This class is used to identify a Strong Component.
The user has not to used its methods.
#include <GraphTools_SC.hxx>
Public Member Functions | |
GraphTools_SC () | |
void | Reset () |
void | AddVertex (const Standard_Integer V) |
Standard_Integer | NbVertices () const |
Standard_Integer | GetVertex (const Standard_Integer index) const |
void | AddFrontSC (const Handle< GraphTools_SC > &SC) |
const GraphTools_SCList & | GetFrontSC () const |
void | AddBackSC (const Handle< GraphTools_SC > &SC) |
const GraphTools_SCList & | GetBackSC () const |
GraphTools_SC::GraphTools_SC | ( | ) |
void GraphTools_SC::AddBackSC | ( | const Handle< GraphTools_SC > & | SC | ) |
void GraphTools_SC::AddFrontSC | ( | const Handle< GraphTools_SC > & | SC | ) |
void GraphTools_SC::AddVertex | ( | const Standard_Integer | V | ) |
const GraphTools_SCList& GraphTools_SC::GetBackSC | ( | ) | const |
const GraphTools_SCList& GraphTools_SC::GetFrontSC | ( | ) | const |
Standard_Integer GraphTools_SC::GetVertex | ( | const Standard_Integer | index | ) | const |
Standard_Integer GraphTools_SC::NbVertices | ( | ) | const |
void GraphTools_SC::Reset | ( | ) |