|
Open CASCADE Technology 6.5.2
|
Constucts links between the Face of the explorer and
the BasicElts contained in the bisecting locus.
#include <BRepMAT2d_LinkTopoBilo.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepMAT2d_LinkTopoBilo () | |
| BRepMAT2d_LinkTopoBilo (const BRepMAT2d_Explorer &Explo, const BRepMAT2d_BisectingLocus &BiLo) | |
| Constructs the links Between S and BiLo. //! raises if <S> is not a face. | |
| void | Perform (const BRepMAT2d_Explorer &Explo, const BRepMAT2d_BisectingLocus &BiLo) |
| Constructs the links Between S and BiLo. //! raises if <S> is not a face or a wire. | |
| void | Init (const TopoDS_Shape &S) |
| Initialise the Iterator on <S> <S> is an edge or a vertex of the initial wire or face. //! raises if <S> is not an edge or a vertex. | |
| Standard_Boolean | More () |
| Returns True if there is a current BasicElt. | |
| void | Next () |
| Proceed to the next BasicElt. | |
| Handle_MAT_BasicElt | Value () const |
| Returns the current BasicElt. | |
| TopoDS_Shape | GeneratingShape (const Handle< MAT_BasicElt > &aBE) const |
| Returns the Shape linked to <aBE>. | |
| BRepMAT2d_LinkTopoBilo::BRepMAT2d_LinkTopoBilo | ( | ) |
| BRepMAT2d_LinkTopoBilo::BRepMAT2d_LinkTopoBilo | ( | const BRepMAT2d_Explorer & | Explo, |
| const BRepMAT2d_BisectingLocus & | BiLo | ||
| ) |
| TopoDS_Shape BRepMAT2d_LinkTopoBilo::GeneratingShape | ( | const Handle< MAT_BasicElt > & | aBE | ) | const |
| void BRepMAT2d_LinkTopoBilo::Init | ( | const TopoDS_Shape & | S | ) |
| Standard_Boolean BRepMAT2d_LinkTopoBilo::More | ( | ) |
| void BRepMAT2d_LinkTopoBilo::Next | ( | ) |
| void BRepMAT2d_LinkTopoBilo::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepMAT2d_LinkTopoBilo::operator new | ( | size_t | size | ) | [inline] |
| void* BRepMAT2d_LinkTopoBilo::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BRepMAT2d_LinkTopoBilo::Perform | ( | const BRepMAT2d_Explorer & | Explo, |
| const BRepMAT2d_BisectingLocus & | BiLo | ||
| ) |
| Handle_MAT_BasicElt BRepMAT2d_LinkTopoBilo::Value | ( | ) | const |
1.7.4