Open CASCADE Technology
7.3.0
|
#include <TopOpeBRepDS_PointExplorer.hxx>
Public Member Functions | |
TopOpeBRepDS_PointExplorer () | |
TopOpeBRepDS_PointExplorer (const TopOpeBRepDS_DataStructure &DS, const Standard_Boolean FindOnlyKeep=Standard_True) | |
void | Init (const TopOpeBRepDS_DataStructure &DS, const Standard_Boolean FindOnlyKeep=Standard_True) |
Standard_Boolean | More () const |
void | Next () |
const TopOpeBRepDS_Point & | Point () const |
Standard_Boolean | IsPoint (const Standard_Integer I) const |
Standard_Boolean | IsPointKeep (const Standard_Integer I) const |
const TopOpeBRepDS_Point & | Point (const Standard_Integer I) const |
Standard_Integer | NbPoint () |
Standard_Integer | Index () const |
TopOpeBRepDS_PointExplorer::TopOpeBRepDS_PointExplorer | ( | ) |
TopOpeBRepDS_PointExplorer::TopOpeBRepDS_PointExplorer | ( | const TopOpeBRepDS_DataStructure & | DS, |
const Standard_Boolean | FindOnlyKeep = Standard_True |
||
) |
Standard_Integer TopOpeBRepDS_PointExplorer::Index | ( | ) | const |
void TopOpeBRepDS_PointExplorer::Init | ( | const TopOpeBRepDS_DataStructure & | DS, |
const Standard_Boolean | FindOnlyKeep = Standard_True |
||
) |
Standard_Boolean TopOpeBRepDS_PointExplorer::IsPoint | ( | const Standard_Integer | I | ) | const |
Standard_Boolean TopOpeBRepDS_PointExplorer::IsPointKeep | ( | const Standard_Integer | I | ) | const |
Standard_Boolean TopOpeBRepDS_PointExplorer::More | ( | ) | const |
Standard_Integer TopOpeBRepDS_PointExplorer::NbPoint | ( | ) |
void TopOpeBRepDS_PointExplorer::Next | ( | ) |
const TopOpeBRepDS_Point& TopOpeBRepDS_PointExplorer::Point | ( | ) | const |
const TopOpeBRepDS_Point& TopOpeBRepDS_PointExplorer::Point | ( | const Standard_Integer | I | ) | const |