| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
This inspector will find a node nearest to the given point not far than on the given tolerance. More...
#include <BRepBuilderAPI_FastSewing.hxx>

Public Types | |
| typedef Standard_Integer | Target | 
  Public Types inherited from NCollection_CellFilter_InspectorXYZ | |
| enum | { Dimension = 3 } | 
| Points dimension.  More... | |
| typedef gp_XYZ | Point | 
| Points type.   | |
Public Member Functions | |
| NodeInspector (const NCollection_Vector< FS_Vertex > &theVec, const gp_Pnt &thePnt, const Standard_Real theTol) | |
| NCollection_CellFilter_Action | Inspect (const Target theId) | 
| Target | GetResult () | 
  Public Member Functions inherited from NCollection_CellFilter_InspectorXYZ | |
| Point | Shift (const Point &thePnt, Standard_Real theTol) const | 
| Auxiliary method to shift point by each coordinate on given value; useful for preparing a points range for Inspect with tolerance.   | |
Additional Inherited Members | |
  Static Public Member Functions inherited from NCollection_CellFilter_InspectorXYZ | |
| static Standard_Real | Coord (int i, const Point &thePnt) | 
| Access to coordinate.   | |
This inspector will find a node nearest to the given point not far than on the given tolerance.
| BRepBuilderAPI_FastSewing::NodeInspector::NodeInspector | ( | const NCollection_Vector< FS_Vertex > & | theVec, | 
| const gp_Pnt & | thePnt, | ||
| const Standard_Real | theTol | ||
| ) | 
      
  | 
  inline | 
| NCollection_CellFilter_Action BRepBuilderAPI_FastSewing::NodeInspector::Inspect | ( | const Target | theId | ) |