This class allows to compute a uniform distribution of points on a curve (i.e. the points will all be equally distant).
More...
|
| | GCPnts_UniformAbscissa () |
| | creation of a indefinite UniformAbscissa
|
| |
| | GCPnts_UniformAbscissa (const Adaptor3d_Curve &theC, const Standard_Real theAbscissa, const Standard_Real theToler=-1) |
| | Computes a uniform abscissa distribution of points on the 3D curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor3d_Curve &theC, const Standard_Real theAbscissa, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Computes a Uniform abscissa distribution of points on a part of the 3D Curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor3d_Curve &theC, const Standard_Integer theNbPoints, const Standard_Real theToler=-1) |
| | Computes a uniform abscissa distribution of points on the 3D Curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor3d_Curve &theC, const Standard_Integer theNbPoints, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Computes a Uniform abscissa distribution of points on a part of the 3D Curve.
|
| |
| void | Initialize (const Adaptor3d_Curve &theC, const Standard_Real theAbscissa, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 3D curve, Abscissa, and Tolerance.
|
| |
| void | Initialize (const Adaptor3d_Curve &theC, const Standard_Real theAbscissa, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 3D curve, Abscissa, Tolerance, and parameter range.
|
| |
| void | Initialize (const Adaptor3d_Curve &theC, const Standard_Integer theNbPoints, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 3D curve, number of points, and Tolerance.
|
| |
| void | Initialize (const Adaptor3d_Curve &theC, const Standard_Integer theNbPoints, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 3D curve, number of points, Tolerance, and parameter range.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor2d_Curve2d &theC, const Standard_Real theAbscissa, const Standard_Real theToler=-1) |
| | Computes a uniform abscissa distribution of points on the 2D curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor2d_Curve2d &theC, const Standard_Real theAbscissa, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Computes a Uniform abscissa distribution of points on a part of the 2D Curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor2d_Curve2d &theC, const Standard_Integer theNbPoints, const Standard_Real theToler=-1) |
| | Computes a uniform abscissa distribution of points on the 2D Curve.
|
| |
| | GCPnts_UniformAbscissa (const Adaptor2d_Curve2d &theC, const Standard_Integer theNbPoints, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Computes a Uniform abscissa distribution of points on a part of the 2D Curve.
|
| |
| void | Initialize (const Adaptor2d_Curve2d &theC, const Standard_Real theAbscissa, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 2D curve, Abscissa, and Tolerance.
|
| |
| void | Initialize (const Adaptor2d_Curve2d &theC, const Standard_Real theAbscissa, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 2D curve, Abscissa, Tolerance, and parameter range.
|
| |
| void | Initialize (const Adaptor2d_Curve2d &theC, const Standard_Integer theNbPoints, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 2D curve, number of points, and Tolerance.
|
| |
| void | Initialize (const Adaptor2d_Curve2d &theC, const Standard_Integer theNbPoints, const Standard_Real theU1, const Standard_Real theU2, const Standard_Real theToler=-1) |
| | Initialize the algorithms with 2D curve, number of points, Tolerance, and parameter range.
|
| |
| Standard_Boolean | IsDone () const |
| |
| Standard_Integer | NbPoints () const |
| |
| Standard_Real | Parameter (const Standard_Integer Index) const |
| | returns the computed Parameter of index <Index>.
|
| |
| Standard_Real | Abscissa () const |
| | Returns the current abscissa, i.e. the distance between two consecutive points.
|
| |
This class allows to compute a uniform distribution of points on a curve (i.e. the points will all be equally distant).