|
Open CASCADE Technology 6.5.2
|
#include <TopOpeBRepTool_ShapeExplorer.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopOpeBRepTool_ShapeExplorer () | |
| Creates an empty explorer, becomes usefull after Init. | |
| TopOpeBRepTool_ShapeExplorer (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) | |
| Creates an Explorer on the Shape <S>. <ToFind> is the type of shapes to search. TopAbs_VERTEX, TopAbs_EDGE, ... <ToAvoid> is the type of shape to skip in the exploration. If <ToAvoid> is equal or less complex than <ToFind> or if <ToAVoid> is SHAPE it has no effect on the exploration. | |
| void | Init (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) |
| Standard_Boolean | More () const |
| Returns True if there are more shapes in the exploration. | |
| void | Next () |
| Moves to the next Shape in the exploration. | |
| const TopoDS_Shape & | Current () const |
| Returns the current shape in the exploration. | |
| Standard_Integer | NbShapes () const |
| Standard_Integer | Index () const |
| Standard_OStream & | DumpCurrent (Standard_OStream &OS) const |
| TopOpeBRepTool_ShapeExplorer::TopOpeBRepTool_ShapeExplorer | ( | ) |
| TopOpeBRepTool_ShapeExplorer::TopOpeBRepTool_ShapeExplorer | ( | const TopoDS_Shape & | S, |
| const TopAbs_ShapeEnum | ToFind, | ||
| const TopAbs_ShapeEnum | ToAvoid = TopAbs_SHAPE |
||
| ) |
| const TopoDS_Shape& TopOpeBRepTool_ShapeExplorer::Current | ( | ) | const |
| Standard_OStream& TopOpeBRepTool_ShapeExplorer::DumpCurrent | ( | Standard_OStream & | OS | ) | const |
| Standard_Integer TopOpeBRepTool_ShapeExplorer::Index | ( | ) | const |
| void TopOpeBRepTool_ShapeExplorer::Init | ( | const TopoDS_Shape & | S, |
| const TopAbs_ShapeEnum | ToFind, | ||
| const TopAbs_ShapeEnum | ToAvoid = TopAbs_SHAPE |
||
| ) |
| Standard_Boolean TopOpeBRepTool_ShapeExplorer::More | ( | ) | const |
| Standard_Integer TopOpeBRepTool_ShapeExplorer::NbShapes | ( | ) | const |
| void TopOpeBRepTool_ShapeExplorer::Next | ( | ) |
| void TopOpeBRepTool_ShapeExplorer::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TopOpeBRepTool_ShapeExplorer::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* TopOpeBRepTool_ShapeExplorer::operator new | ( | size_t | size | ) | [inline] |
1.7.4