Open CASCADE Technology
6.5.4
|
The Class Graph permits the exploration of the
Bisector Locus.
#include <MAT_Graph.hxx>
Public Member Functions | |
MAT_Graph () | |
Empty constructor. | |
void | Perform (const Standard_Boolean SemiInfinite, const Handle< MAT_ListOfBisector > &TheRoots, const Standard_Integer NbBasicElts, const Standard_Integer NbArcs) |
Construct <me> from the result of the method <CreateMat> of the class <MAT> from <MAT>. <SemiInfinite> : if some bisector are infinites. <TheRoots> : Set of the bisectors. <NbBasicElts> : Number of Basic Elements. <NbArcs> : Number of Arcs = Number of Bisectors. | |
Handle_MAT_Arc | Arc (const Standard_Integer Index) const |
Return the Arc of index <Index> in <theArcs>. | |
Handle_MAT_BasicElt | BasicElt (const Standard_Integer Index) const |
Return the BasicElt of index <Index> in <theBasicElts>. | |
Handle_MAT_Node | Node (const Standard_Integer Index) const |
Return the Node of index <Index> in <theNodes>. | |
Standard_Integer | NumberOfArcs () const |
Return the number of arcs of <me>. | |
Standard_Integer | NumberOfNodes () const |
Return the number of nodes of <me>. | |
Standard_Integer | NumberOfBasicElts () const |
Return the number of basic elements of <me>. | |
Standard_Integer | NumberOfInfiniteNodes () const |
Return the number of infinites nodes of <me>. | |
void | FusionOfBasicElts (const Standard_Integer IndexElt1, const Standard_Integer IndexElt2, Standard_Boolean &MergeArc1, Standard_Integer &GeomIndexArc1, Standard_Integer &GeomIndexArc2, Standard_Boolean &MergeArc2, Standard_Integer &GeomIndexArc3, Standard_Integer &GeomIndexArc4) |
Merge two BasicElts. The End of the BasicElt Elt1 of IndexElt1 becomes The End of the BasicElt Elt2 of IndexElt2. Elt2 is replaced in the arcs by Elt1, Elt2 is eliminated. <MergeArc1> is True if the fusion of the BasicElts => a fusion of two Arcs which separated the same elements. In this case <GeomIndexArc1> and <GeomIndexArc2> are the Geometric Index of this arcs. If the BasicElt corresponds to a close line , the StartArc and the EndArc of Elt1 can separate the same elements . In this case there is a fusion of this arcs, <MergeArc2> is true and <GeomIndexArc3> and <GeomIndexArc4> are the Geometric Index of this arcs. | |
void | CompactArcs () |
void | CompactNodes () |
void | ChangeBasicElts (const MAT_DataMapOfIntegerBasicElt &NewMap) |
Handle_MAT_BasicElt | ChangeBasicElt (const Standard_Integer Index) |
Handle_MAT_Arc MAT_Graph::Arc | ( | const Standard_Integer | Index | ) | const |
Handle_MAT_BasicElt MAT_Graph::BasicElt | ( | const Standard_Integer | Index | ) | const |
Handle_MAT_BasicElt MAT_Graph::ChangeBasicElt | ( | const Standard_Integer | Index | ) |
void MAT_Graph::FusionOfBasicElts | ( | const Standard_Integer | IndexElt1, |
const Standard_Integer | IndexElt2, | ||
Standard_Boolean & | MergeArc1, | ||
Standard_Integer & | GeomIndexArc1, | ||
Standard_Integer & | GeomIndexArc2, | ||
Standard_Boolean & | MergeArc2, | ||
Standard_Integer & | GeomIndexArc3, | ||
Standard_Integer & | GeomIndexArc4 | ||
) |
Handle_MAT_Node MAT_Graph::Node | ( | const Standard_Integer | Index | ) | const |
Standard_Integer MAT_Graph::NumberOfArcs | ( | ) | const |
Standard_Integer MAT_Graph::NumberOfBasicElts | ( | ) | const |
Standard_Integer MAT_Graph::NumberOfNodes | ( | ) | const |
void MAT_Graph::Perform | ( | const Standard_Boolean | SemiInfinite, |
const Handle< MAT_ListOfBisector > & | TheRoots, | ||
const Standard_Integer | NbBasicElts, | ||
const Standard_Integer | NbArcs | ||
) |