|
Open CASCADE Technology 6.5.2
|
determines strong componants in a graph which are Roots
#include <IFGraph_SCRoots.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IFGraph_SCRoots (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 | |
| IFGraph_SCRoots (IFGraph_StrongComponants &subparts) | |
| creates from a StrongComponants which was already computed | |
| virtual void | Evaluate () |
| does the computation | |
| IFGraph_SCRoots::IFGraph_SCRoots | ( | const Interface_Graph & | agraph, |
| const Standard_Boolean | whole | ||
| ) |
| IFGraph_SCRoots::IFGraph_SCRoots | ( | IFGraph_StrongComponants & | subparts | ) |
| virtual void IFGraph_SCRoots::Evaluate | ( | ) | [virtual] |
Reimplemented from IFGraph_StrongComponants.
| void IFGraph_SCRoots::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IFGraph_StrongComponants.
| void* IFGraph_SCRoots::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IFGraph_StrongComponants.
| void* IFGraph_SCRoots::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IFGraph_StrongComponants.
1.7.4