|
Open CASCADE Technology
7.0.0
|
#include <math_GlobOptMin.hxx>
Public Types | |
| typedef math_Vector | Point |
| Points and target type. More... | |
| typedef math_Vector | Target |
Public Member Functions | |
| NCollection_CellFilter_Inspector (const Standard_Integer theDim, const Standard_Real theTol) | |
| void | Shift (const Point &thePnt, const NCollection_Array1< Standard_Real > &theTol, Point &theLowPnt, Point &theUppPnt) const |
| Auxiliary method to shift point by each coordinate on given value; useful for preparing a points range for Inspect with tolerance. More... | |
| void | ClearFind () |
| Standard_Boolean | isFind () |
| void | SetCurrent (const math_Vector &theCurPnt) |
| Set current point to search for coincidence. More... | |
| NCollection_CellFilter_Action | Inspect (const Target &theObject) |
| Implementation of inspection method. More... | |
Static Public Member Functions | |
| static Standard_Real | Coord (int i, const Point &thePnt) |
| Access to co-ordinate. More... | |
Points and target type.
|
inline |
|
inline |
|
inlinestatic |
Access to co-ordinate.
|
inline |
Implementation of inspection method.
|
inline |
|
inline |
Set current point to search for coincidence.
|
inline |
Auxiliary method to shift point by each coordinate on given value; useful for preparing a points range for Inspect with tolerance.
1.8.10