|
Open CASCADE Technology 6.5.2
|
determines Connected Componants in a Graph. They define
disjoined sets of Entities
#include <IFGraph_ConnectedComponants.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IFGraph_ConnectedComponants (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_ConnectedComponants::IFGraph_ConnectedComponants | ( | const Interface_Graph & | agraph, |
| const Standard_Boolean | whole | ||
| ) |
| virtual void IFGraph_ConnectedComponants::Evaluate | ( | ) | [virtual] |
Reimplemented from IFGraph_SubPartsIterator.
| void IFGraph_ConnectedComponants::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
| void* IFGraph_ConnectedComponants::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
| void* IFGraph_ConnectedComponants::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IFGraph_SubPartsIterator.
1.7.4