|
Open CASCADE Technology 6.5.2
|
determines strong componants of a graph, that is
isolated entities (single componants) or loops
#include <IFGraph_StrongComponants.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IFGraph_StrongComponants (const Interface_Graph &agraph, const Standard_Boolean whole) | |
| creates with a Graph, and will analyse : whole True : all the contents of the Model whole False : sub-parts which will be given later | |
| virtual void | Evaluate () |
| does the computation | |
| IFGraph_StrongComponants::IFGraph_StrongComponants | ( | const Interface_Graph & | agraph, |
| const Standard_Boolean | whole | ||
| ) |
| virtual void IFGraph_StrongComponants::Evaluate | ( | ) | [virtual] |
Reimplemented from IFGraph_SubPartsIterator.
Reimplemented in IFGraph_SCRoots.
| void IFGraph_StrongComponants::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
Reimplemented in IFGraph_SCRoots.
| void* IFGraph_StrongComponants::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
Reimplemented in IFGraph_SCRoots.
| void* IFGraph_StrongComponants::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
Reimplemented in IFGraph_SCRoots.
1.7.4