ActiViz .NET
5.8.0
|
vtkParametricSpline - parametric function for 1D interpolating splines More...
Public Member Functions | |
vtkParametricSpline (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkParametricSpline () | |
Construct the spline with the following parameters: MinimumU = 0, MaximumU = 1, JoinU = 0 (unless the spline is closed, then JoinU = 1), TwistU = 0, DerivativesSupplied = 0 (the other vtkParametricFunction parameters are ignored). | |
virtual void | ClosedOff () |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous. | |
virtual void | ClosedOn () |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous. | |
override void | Evaluate (IntPtr u, IntPtr Pt, IntPtr Du) |
Evaluate the spline at parametric coordinate u[0] returning the point coordinate Pt[3]. | |
override double | EvaluateScalar (IntPtr u, IntPtr Pt, IntPtr Du) |
Evaluate a scalar value at parametric coordinate u[0] and Pt[3]. The scalar value is just the parameter u[0]. | |
virtual int | GetClosed () |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous. | |
override int | GetDimension () |
Description Return the parametric dimension of the class. | |
virtual int | GetLeftConstraint () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual int | GetLeftConstraintMaxValue () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual int | GetLeftConstraintMinValue () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual double | GetLeftValue () |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3. | |
virtual int | GetParameterizeByLength () |
Control whether the spline is parameterized by length or by point index. Default is by length. | |
virtual vtkPoints | GetPoints () |
Specify the list of points defining the spline. Do this by specifying a vtkPoints array containing the points. Note that the order of the points in vtkPoints is the order that the splines will be fit. | |
virtual int | GetRightConstraint () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual int | GetRightConstraintMaxValue () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual int | GetRightConstraintMinValue () |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual double | GetRightValue () |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3. | |
virtual vtkSpline | GetXSpline () |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
virtual vtkSpline | GetYSpline () |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
virtual vtkSpline | GetZSpline () |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkParametricSpline | NewInstance () |
Undocumented Block. | |
virtual void | ParameterizeByLengthOff () |
Control whether the spline is parameterized by length or by point index. Default is by length. | |
virtual void | ParameterizeByLengthOn () |
Control whether the spline is parameterized by length or by point index. Default is by length. | |
virtual void | SetClosed (int _arg) |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous. | |
virtual void | SetLeftConstraint (int _arg) |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual void | SetLeftValue (double _arg) |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3. | |
void | SetNumberOfPoints (int numPts) |
Another API to set the points. Set the number of points and then set the individual point coordinates. | |
virtual void | SetParameterizeByLength (int _arg) |
Control whether the spline is parameterized by length or by point index. Default is by length. | |
void | SetPoint (int index, double x, double y, double z) |
Another API to set the points. Set the number of points and then set the individual point coordinates. | |
void | SetPoints (vtkPoints arg0) |
Specify the list of points defining the spline. Do this by specifying a vtkPoints array containing the points. Note that the order of the points in vtkPoints is the order that the splines will be fit. | |
virtual void | SetRightConstraint (int _arg) |
Set the type of constraint of the left(right) end points. Four constraints are available: | |
virtual void | SetRightValue (double _arg) |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3. | |
void | SetXSpline (vtkSpline arg0) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
void | SetYSpline (vtkSpline arg0) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
void | SetZSpline (vtkSpline arg0) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline. | |
Static Public Member Functions | |
static new vtkParametricSpline | New () |
Construct the spline with the following parameters: MinimumU = 0, MaximumU = 1, JoinU = 0 (unless the spline is closed, then JoinU = 1), TwistU = 0, DerivativesSupplied = 0 (the other vtkParametricFunction parameters are ignored). | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkParametricSpline | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkParametricSpline" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkParametricSpline" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkParametricSpline_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParametricSpline_ClosedOff_01 (HandleRef pThis) |
static internal void | vtkParametricSpline_ClosedOn_02 (HandleRef pThis) |
static internal void | vtkParametricSpline_Evaluate_03 (HandleRef pThis, IntPtr u, IntPtr Pt, IntPtr Du) |
static internal double | vtkParametricSpline_EvaluateScalar_04 (HandleRef pThis, IntPtr u, IntPtr Pt, IntPtr Du) |
static internal int | vtkParametricSpline_GetClosed_05 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetDimension_06 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetLeftConstraint_07 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetLeftConstraintMaxValue_08 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetLeftConstraintMinValue_09 (HandleRef pThis) |
static internal double | vtkParametricSpline_GetLeftValue_10 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetParameterizeByLength_11 (HandleRef pThis) |
static internal IntPtr | vtkParametricSpline_GetPoints_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkParametricSpline_GetRightConstraint_13 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetRightConstraintMaxValue_14 (HandleRef pThis) |
static internal int | vtkParametricSpline_GetRightConstraintMinValue_15 (HandleRef pThis) |
static internal double | vtkParametricSpline_GetRightValue_16 (HandleRef pThis) |
static internal IntPtr | vtkParametricSpline_GetXSpline_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParametricSpline_GetYSpline_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParametricSpline_GetZSpline_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkParametricSpline_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkParametricSpline_IsTypeOf_21 (string type) |
static internal IntPtr | vtkParametricSpline_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParametricSpline_ParameterizeByLengthOff_24 (HandleRef pThis) |
static internal void | vtkParametricSpline_ParameterizeByLengthOn_25 (HandleRef pThis) |
static internal IntPtr | vtkParametricSpline_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParametricSpline_SetClosed_27 (HandleRef pThis, int _arg) |
static internal void | vtkParametricSpline_SetLeftConstraint_28 (HandleRef pThis, int _arg) |
static internal void | vtkParametricSpline_SetLeftValue_29 (HandleRef pThis, double _arg) |
static internal void | vtkParametricSpline_SetNumberOfPoints_30 (HandleRef pThis, int numPts) |
static internal void | vtkParametricSpline_SetParameterizeByLength_31 (HandleRef pThis, int _arg) |
static internal void | vtkParametricSpline_SetPoint_32 (HandleRef pThis, int index, double x, double y, double z) |
static internal void | vtkParametricSpline_SetPoints_33 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParametricSpline_SetRightConstraint_34 (HandleRef pThis, int _arg) |
static internal void | vtkParametricSpline_SetRightValue_35 (HandleRef pThis, double _arg) |
static internal void | vtkParametricSpline_SetXSpline_36 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParametricSpline_SetYSpline_37 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParametricSpline_SetZSpline_38 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkParametricSpline () |
Automatically generated type registration mechanics. |
vtkParametricSpline - parametric function for 1D interpolating splines
Description vtkParametricSpline is a parametric function for 1D interpolating splines. vtkParametricSpline maps the single parameter u into a 3D point (x,y,z) using three instances of interpolating splines. This family of 1D splines is quaranteed to be parameterized in the interval [0,1]. Attempting to evaluate outside this interval will cause the parameter u to be clamped in the range [0,1].
When constructed, this class creates instances of vtkCardinalSpline for each of the x-y-z coordinates. The user may choose to replace these with their own instances of subclasses of vtkSpline.
Caveats If you wish to tessellate the spline, use the class vtkParametricFunctionSource.
static Kitware.VTK.vtkParametricSpline.vtkParametricSpline | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkParametricSpline.vtkParametricSpline | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct the spline with the following parameters: MinimumU = 0, MaximumU = 1, JoinU = 0 (unless the spline is closed, then JoinU = 1), TwistU = 0, DerivativesSupplied = 0 (the other vtkParametricFunction parameters are ignored).
virtual void Kitware.VTK.vtkParametricSpline.ClosedOff | ( | ) | [virtual] |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous.
virtual void Kitware.VTK.vtkParametricSpline.ClosedOn | ( | ) | [virtual] |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous.
override void Kitware.VTK.vtkParametricSpline.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkParametricFunction.
override void Kitware.VTK.vtkParametricSpline.Evaluate | ( | IntPtr | u, |
IntPtr | Pt, | ||
IntPtr | Du | ||
) | [virtual] |
Evaluate the spline at parametric coordinate u[0] returning the point coordinate Pt[3].
Reimplemented from Kitware.VTK.vtkParametricFunction.
override double Kitware.VTK.vtkParametricSpline.EvaluateScalar | ( | IntPtr | u, |
IntPtr | Pt, | ||
IntPtr | Du | ||
) | [virtual] |
Evaluate a scalar value at parametric coordinate u[0] and Pt[3]. The scalar value is just the parameter u[0].
Reimplemented from Kitware.VTK.vtkParametricFunction.
virtual int Kitware.VTK.vtkParametricSpline.GetClosed | ( | ) | [virtual] |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous.
override int Kitware.VTK.vtkParametricSpline.GetDimension | ( | ) | [virtual] |
Description Return the parametric dimension of the class.
Reimplemented from Kitware.VTK.vtkParametricFunction.
virtual int Kitware.VTK.vtkParametricSpline.GetLeftConstraint | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual int Kitware.VTK.vtkParametricSpline.GetLeftConstraintMaxValue | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual int Kitware.VTK.vtkParametricSpline.GetLeftConstraintMinValue | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual double Kitware.VTK.vtkParametricSpline.GetLeftValue | ( | ) | [virtual] |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3.
virtual int Kitware.VTK.vtkParametricSpline.GetParameterizeByLength | ( | ) | [virtual] |
Control whether the spline is parameterized by length or by point index. Default is by length.
virtual vtkPoints Kitware.VTK.vtkParametricSpline.GetPoints | ( | ) | [virtual] |
virtual int Kitware.VTK.vtkParametricSpline.GetRightConstraint | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual int Kitware.VTK.vtkParametricSpline.GetRightConstraintMaxValue | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual int Kitware.VTK.vtkParametricSpline.GetRightConstraintMinValue | ( | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual double Kitware.VTK.vtkParametricSpline.GetRightValue | ( | ) | [virtual] |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3.
virtual vtkSpline Kitware.VTK.vtkParametricSpline.GetXSpline | ( | ) | [virtual] |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
virtual vtkSpline Kitware.VTK.vtkParametricSpline.GetYSpline | ( | ) | [virtual] |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
virtual vtkSpline Kitware.VTK.vtkParametricSpline.GetZSpline | ( | ) | [virtual] |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
override int Kitware.VTK.vtkParametricSpline.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static new int Kitware.VTK.vtkParametricSpline.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static new vtkParametricSpline Kitware.VTK.vtkParametricSpline.New | ( | ) | [static] |
Construct the spline with the following parameters: MinimumU = 0, MaximumU = 1, JoinU = 0 (unless the spline is closed, then JoinU = 1), TwistU = 0, DerivativesSupplied = 0 (the other vtkParametricFunction parameters are ignored).
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
virtual void Kitware.VTK.vtkParametricSpline.ParameterizeByLengthOff | ( | ) | [virtual] |
Control whether the spline is parameterized by length or by point index. Default is by length.
virtual void Kitware.VTK.vtkParametricSpline.ParameterizeByLengthOn | ( | ) | [virtual] |
Control whether the spline is parameterized by length or by point index. Default is by length.
static new vtkParametricSpline Kitware.VTK.vtkParametricSpline.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
virtual void Kitware.VTK.vtkParametricSpline.SetClosed | ( | int | _arg | ) | [virtual] |
Control whether the spline is open or closed. A closed spline forms a continuous loop: the first and last points are the same, and derivatives are continuous.
virtual void Kitware.VTK.vtkParametricSpline.SetLeftConstraint | ( | int | _arg | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual void Kitware.VTK.vtkParametricSpline.SetLeftValue | ( | double | _arg | ) | [virtual] |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3.
void Kitware.VTK.vtkParametricSpline.SetNumberOfPoints | ( | int | numPts | ) |
Another API to set the points. Set the number of points and then set the individual point coordinates.
virtual void Kitware.VTK.vtkParametricSpline.SetParameterizeByLength | ( | int | _arg | ) | [virtual] |
Control whether the spline is parameterized by length or by point index. Default is by length.
void Kitware.VTK.vtkParametricSpline.SetPoint | ( | int | index, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Another API to set the points. Set the number of points and then set the individual point coordinates.
void Kitware.VTK.vtkParametricSpline.SetPoints | ( | vtkPoints | arg0 | ) |
virtual void Kitware.VTK.vtkParametricSpline.SetRightConstraint | ( | int | _arg | ) | [virtual] |
Set the type of constraint of the left(right) end points. Four constraints are available:
0: the first derivative at left(right) most point is determined from the line defined from the first(last) two points.
1: the first derivative at left(right) most point is set to Left(Right)Value.
2: the second derivative at left(right) most point is set to Left(Right)Value.
3: the second derivative at left(right)most points is Left(Right)Value times second derivative at first interior point.
virtual void Kitware.VTK.vtkParametricSpline.SetRightValue | ( | double | _arg | ) | [virtual] |
The values of the derivative on the left and right sides. The value is used only if the left(right) constraint is type 1-3.
void Kitware.VTK.vtkParametricSpline.SetXSpline | ( | vtkSpline | arg0 | ) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
void Kitware.VTK.vtkParametricSpline.SetYSpline | ( | vtkSpline | arg0 | ) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
void Kitware.VTK.vtkParametricSpline.SetZSpline | ( | vtkSpline | arg0 | ) |
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-z coordinate axes). The user may choose to create and assign their own instances of vtkSpline.
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_ClosedOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_ClosedOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_Evaluate_03 | ( | HandleRef | pThis, |
IntPtr | u, | ||
IntPtr | Pt, | ||
IntPtr | Du | ||
) | [private] |
static internal double Kitware.VTK.vtkParametricSpline.vtkParametricSpline_EvaluateScalar_04 | ( | HandleRef | pThis, |
IntPtr | u, | ||
IntPtr | Pt, | ||
IntPtr | Du | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetClosed_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetDimension_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetLeftConstraint_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetLeftConstraintMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetLeftConstraintMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetLeftValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetParameterizeByLength_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetPoints_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetRightConstraint_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetRightConstraintMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetRightConstraintMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetRightValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetXSpline_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetYSpline_18 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_GetZSpline_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricSpline.vtkParametricSpline_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_ParameterizeByLengthOff_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_ParameterizeByLengthOn_25 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetClosed_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetLeftConstraint_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetLeftValue_29 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetNumberOfPoints_30 | ( | HandleRef | pThis, |
int | numPts | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetParameterizeByLength_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetPoint_32 | ( | HandleRef | pThis, |
int | index, | ||
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetPoints_33 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetRightConstraint_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetRightValue_35 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetXSpline_36 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetYSpline_37 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParametricSpline.vtkParametricSpline_SetZSpline_38 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkParametricSpline.MRClassNameKey = "19vtkParametricSpline" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkParametricFunction.
new const string Kitware.VTK.vtkParametricSpline.MRFullTypeName = "Kitware.VTK.vtkParametricSpline" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkParametricFunction.