Interface to data of analitically defined curve.
More...
#include <GEOMImpl_ICurveParametric.hxx>
WARNING: this data co-exists with data of either GEOMImpl_IPolyline or GEOMImpl_ISpline
GEOMImpl_IPolyline data scheme:
- POLY_ARG_LENG 1 (int)
- POLY_ARG_LAST 1 (GEOM_Function)
- POLY_ARG_CLOS 2 (int)
- POLY_CONSTRUCTOR 3 (int)
- POLY_ARG_ARRAY 4 (HArray1OfReal)
GEOMImpl_ISpline data scheme:
- ARG_POINTS = 1, (HSequenceOfTransient)
- ARG_CLOSED = 2, (int)
- ARG_REORDER = 3, (int)
- CONSTRUCTOR = 4, (int)
- ARG_ARRAY = 5, (HArray1OfReal)
- ARG_VEC_1 = 6, (GEOM_Function)
- ARG_VEC_2 = 7 (GEOM_Function)
Enumerator |
---|
CP_ARG_EXPR_X |
|
CP_ARG_EXPR_Y |
|
CP_ARG_EXPR_Z |
|
CP_ARG_MIN |
|
CP_ARG_MAX |
|
CP_ARG_STEP |
|
CP_ARG_NBSTEP |
|
TCollection_AsciiString GEOMImpl_ICurveParametric::GetExprX |
( |
| ) |
const |
|
inline |
TCollection_AsciiString GEOMImpl_ICurveParametric::GetExprY |
( |
| ) |
const |
|
inline |
TCollection_AsciiString GEOMImpl_ICurveParametric::GetExprZ |
( |
| ) |
const |
|
inline |
double GEOMImpl_ICurveParametric::GetParamMax |
( |
| ) |
const |
|
inline |
double GEOMImpl_ICurveParametric::GetParamMin |
( |
| ) |
const |
|
inline |
double GEOMImpl_ICurveParametric::GetParamNbStep |
( |
| ) |
const |
|
inline |
double GEOMImpl_ICurveParametric::GetParamStep |
( |
| ) |
const |
|
inline |
bool GEOMImpl_ICurveParametric::HasData |
( |
| ) |
const |
|
inline |
void GEOMImpl_ICurveParametric::SetExprX |
( |
const char * |
theExpr | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetExprY |
( |
const char * |
theExpr | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetExprZ |
( |
const char * |
theExpr | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetParamMax |
( |
double |
theMax | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetParamMin |
( |
double |
theMin | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetParamNbStep |
( |
double |
theNbStep | ) |
|
|
inline |
void GEOMImpl_ICurveParametric::SetParamStep |
( |
double |
theStep | ) |
|
|
inline |
The documentation for this struct was generated from the following file: