Class BRepBuilderAPI_VertexInspector derived from NCollection_CellFilter_InspectorXYZ This class define the Inspector interface for CellFilter algorithm, working with gp_XYZ points in 3d space. Used in search of coincidence points with a certain tolerance.  
 More...
#include <BRepBuilderAPI_VertexInspector.hxx>
Class BRepBuilderAPI_VertexInspector derived from NCollection_CellFilter_InspectorXYZ This class define the Inspector interface for CellFilter algorithm, working with gp_XYZ points in 3d space. Used in search of coincidence points with a certain tolerance. 
 
◆ Target
◆ BRepBuilderAPI_VertexInspector()
  
  
      
        
          | BRepBuilderAPI_VertexInspector::BRepBuilderAPI_VertexInspector  | 
          ( | 
          const Standard_Real  | 
          theTol | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor; remembers the tolerance. 
 
 
◆ Add()
  
  
      
        
          | void BRepBuilderAPI_VertexInspector::Add  | 
          ( | 
          const gp_XYZ &  | 
          thePnt | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Keep the points used for comparison. 
 
 
◆ ClearResList()
  
  
      
        
          | void BRepBuilderAPI_VertexInspector::ClearResList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Clear the list of adjacent points. 
 
 
◆ Inspect()
Implementation of inspection method. 
 
 
◆ ResInd()
Get list of indexes of points adjacent with the current. 
 
 
◆ SetCurrent()
  
  
      
        
          | void BRepBuilderAPI_VertexInspector::SetCurrent  | 
          ( | 
          const gp_XYZ &  | 
          theCurPnt | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set current point to search for coincidence. 
 
 
The documentation for this class was generated from the following file: