Open CASCADE Technology 6.6.0
|
#include <Poly_MakeLoops.hxx>
Data Structures | |
class | Helper |
The abstract helper class. More... | |
Public Member Functions | |
Poly_MakeLoops3D (const Helper *theHelper, const Handle_NCollection_BaseAllocator &theAlloc) | |
Constructor. If helper is NULL then the algorithm will probably return a wrong result. | |
Protected Member Functions | |
virtual Standard_Integer | chooseLeftWay (const Standard_Integer theNode, const Standard_Integer theSegIndex, const NCollection_List< Standard_Integer > &theLstIndS) const |
const Helper * | getHelper () const |
Poly_MakeLoops3D::Poly_MakeLoops3D | ( | const Helper * | theHelper, |
const Handle_NCollection_BaseAllocator & | theAlloc | ||
) |
virtual Standard_Integer Poly_MakeLoops3D::chooseLeftWay | ( | const Standard_Integer | theNode, |
const Standard_Integer | theSegIndex, | ||
const NCollection_List< Standard_Integer > & | theLstIndS | ||
) | const [protected, virtual] |
Implements Poly_MakeLoops.
const Helper* Poly_MakeLoops3D::getHelper | ( | ) | const [inline, protected] |
Reimplemented from Poly_MakeLoops.