Open CASCADE Technology 6.6.0
Public Member Functions
GraphTools_SC Class Reference

This class is used to identify a Strong Component.
The user has not to used its methods.

#include <GraphTools_SC.hxx>

Inheritance diagram for GraphTools_SC:
Inheritance graph
[legend]

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_SCListGetFrontSC () const
void AddBackSC (const Handle< GraphTools_SC > &SC)
const GraphTools_SCListGetBackSC () const

Constructor & Destructor Documentation

GraphTools_SC::GraphTools_SC ( )

Member Function Documentation

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 ( )

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines