34#define VEC_ARG_CURVE 6
35#define VEC_ARG_PARAM 7
#define VEC_ARG_DZ
Definition: GEOMImpl_IVector.hxx:29
#define VEC_ARG_DX
Definition: GEOMImpl_IVector.hxx:27
#define VEC_ARG_PNT1
Definition: GEOMImpl_IVector.hxx:31
#define VEC_ARG_CURVE
Definition: GEOMImpl_IVector.hxx:34
#define VEC_ARG_DY
Definition: GEOMImpl_IVector.hxx:28
#define VEC_ARG_PNT2
Definition: GEOMImpl_IVector.hxx:32
#define VEC_ARG_PARAM
Definition: GEOMImpl_IVector.hxx:35
Definition: GEOMImpl_IVector.hxx:39
Handle(GEOM_Function) _func
void SetPoint1(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IVector.hxx:52
void SetDX(double theDX)
Definition: GEOMImpl_IVector.hxx:44
Handle(GEOM_Function) GetCurve()
Definition: GEOMImpl_IVector.hxx:60
void SetCurve(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IVector.hxx:58
void SetDY(double theDY)
Definition: GEOMImpl_IVector.hxx:45
void SetParameter(double theParam)
Definition: GEOMImpl_IVector.hxx:62
GEOMImpl_IVector(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IVector.hxx:42
double GetDY()
Definition: GEOMImpl_IVector.hxx:49
void SetDZ(double theDZ)
Definition: GEOMImpl_IVector.hxx:46
double GetDZ()
Definition: GEOMImpl_IVector.hxx:50
double GetParameter()
Definition: GEOMImpl_IVector.hxx:64
void SetPoint2(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IVector.hxx:53
Handle(GEOM_Function) GetPoint2()
Definition: GEOMImpl_IVector.hxx:56
Handle(GEOM_Function) GetPoint1()
Definition: GEOMImpl_IVector.hxx:55
double GetDX()
Definition: GEOMImpl_IVector.hxx:48