ActiViz .NET
5.8.0
|
vtkSplineFilter - generate uniformly subdivided polylines from a set of input polyline using a vtkSpline More...
Public Member Functions | |
vtkSplineFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSplineFilter () | |
Construct the class with no limit on the number of subdivisions and using an instance of vtkCardinalSpline to perform interpolation. | |
virtual int | GetGenerateTCoords () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
string | GetGenerateTCoordsAsString () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
virtual int | GetGenerateTCoordsMaxValue () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
virtual int | GetGenerateTCoordsMinValue () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
virtual double | GetLength () |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions. | |
virtual double | GetLengthMaxValue () |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions. | |
virtual double | GetLengthMinValue () |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions. | |
virtual int | GetMaximumNumberOfSubdivisions () |
Set the maximum number of subdivisions that are created for each polyline. | |
virtual int | GetMaximumNumberOfSubdivisionsMaxValue () |
Set the maximum number of subdivisions that are created for each polyline. | |
virtual int | GetMaximumNumberOfSubdivisionsMinValue () |
Set the maximum number of subdivisions that are created for each polyline. | |
virtual int | GetNumberOfSubdivisions () |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify(). | |
virtual int | GetNumberOfSubdivisionsMaxValue () |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify(). | |
virtual int | GetNumberOfSubdivisionsMinValue () |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify(). | |
virtual vtkSpline | GetSpline () |
Specify an instance of vtkSpline to use to perform the interpolation. | |
virtual int | GetSubdivide () |
Specify how the number of subdivisions is determined. | |
string | GetSubdivideAsString () |
Specify how the number of subdivisions is determined. | |
virtual int | GetSubdivideMaxValue () |
Specify how the number of subdivisions is determined. | |
virtual int | GetSubdivideMinValue () |
Specify how the number of subdivisions is determined. | |
virtual double | GetTextureLength () |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space. | |
virtual double | GetTextureLengthMaxValue () |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space. | |
virtual double | GetTextureLengthMinValue () |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSplineFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetGenerateTCoords (int _arg) |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
void | SetGenerateTCoordsToNormalizedLength () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
void | SetGenerateTCoordsToOff () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
void | SetGenerateTCoordsToUseLength () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
void | SetGenerateTCoordsToUseScalars () |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values. | |
virtual void | SetLength (double _arg) |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions. | |
virtual void | SetMaximumNumberOfSubdivisions (int _arg) |
Set the maximum number of subdivisions that are created for each polyline. | |
virtual void | SetNumberOfSubdivisions (int _arg) |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify(). | |
virtual void | SetSpline (vtkSpline arg0) |
Specify an instance of vtkSpline to use to perform the interpolation. | |
virtual void | SetSubdivide (int _arg) |
Specify how the number of subdivisions is determined. | |
void | SetSubdivideToLength () |
Specify how the number of subdivisions is determined. | |
void | SetSubdivideToSpecified () |
Specify how the number of subdivisions is determined. | |
virtual void | SetTextureLength (double _arg) |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space. | |
Static Public Member Functions | |
static new vtkSplineFilter | New () |
Construct the class with no limit on the number of subdivisions and using an instance of vtkCardinalSpline to perform interpolation. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSplineFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSplineFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSplineFilter" |
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 | vtkSplineFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSplineFilter_GetGenerateTCoords_01 (HandleRef pThis) |
static internal IntPtr | vtkSplineFilter_GetGenerateTCoordsAsString_02 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetGenerateTCoordsMaxValue_03 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetGenerateTCoordsMinValue_04 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetLength_05 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetLengthMaxValue_06 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetLengthMinValue_07 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetMaximumNumberOfSubdivisions_08 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetMaximumNumberOfSubdivisionsMaxValue_09 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetMaximumNumberOfSubdivisionsMinValue_10 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetNumberOfSubdivisions_11 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetNumberOfSubdivisionsMaxValue_12 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetNumberOfSubdivisionsMinValue_13 (HandleRef pThis) |
static internal IntPtr | vtkSplineFilter_GetSpline_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSplineFilter_GetSubdivide_15 (HandleRef pThis) |
static internal IntPtr | vtkSplineFilter_GetSubdivideAsString_16 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetSubdivideMaxValue_17 (HandleRef pThis) |
static internal int | vtkSplineFilter_GetSubdivideMinValue_18 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetTextureLength_19 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetTextureLengthMaxValue_20 (HandleRef pThis) |
static internal double | vtkSplineFilter_GetTextureLengthMinValue_21 (HandleRef pThis) |
static internal int | vtkSplineFilter_IsA_22 (HandleRef pThis, string type) |
static internal int | vtkSplineFilter_IsTypeOf_23 (string type) |
static internal IntPtr | vtkSplineFilter_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSplineFilter_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSplineFilter_SetGenerateTCoords_27 (HandleRef pThis, int _arg) |
static internal void | vtkSplineFilter_SetGenerateTCoordsToNormalizedLength_28 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetGenerateTCoordsToOff_29 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetGenerateTCoordsToUseLength_30 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetGenerateTCoordsToUseScalars_31 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetLength_32 (HandleRef pThis, double _arg) |
static internal void | vtkSplineFilter_SetMaximumNumberOfSubdivisions_33 (HandleRef pThis, int _arg) |
static internal void | vtkSplineFilter_SetNumberOfSubdivisions_34 (HandleRef pThis, int _arg) |
static internal void | vtkSplineFilter_SetSpline_35 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkSplineFilter_SetSubdivide_36 (HandleRef pThis, int _arg) |
static internal void | vtkSplineFilter_SetSubdivideToLength_37 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetSubdivideToSpecified_38 (HandleRef pThis) |
static internal void | vtkSplineFilter_SetTextureLength_39 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkSplineFilter () |
Automatically generated type registration mechanics. |
vtkSplineFilter - generate uniformly subdivided polylines from a set of input polyline using a vtkSpline
Description vtkSplineFilter is a filter that generates an output polylines from an input set of polylines. The polylines are uniformly subdivided and produced with the help of a vtkSpline class that the user can specify (by default a vtkCardinalSpline is used). The number of subdivisions of the line can be controlled in several ways. The user can either specify the number of subdivisions or a length of each subdivision can be provided (and the class will figure out how many subdivisions is required over the whole polyline). The maximum number of subdivisions can also be set.
The output of this filter is a polyline per input polyline (or line). New points and texture coordinates are created. Point data is interpolated and cell data passed on. Any polylines with less than two points, or who have coincident points, are ignored.
static Kitware.VTK.vtkSplineFilter.vtkSplineFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSplineFilter.vtkSplineFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct the class with no limit on the number of subdivisions and using an instance of vtkCardinalSpline to perform interpolation.
override void Kitware.VTK.vtkSplineFilter.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.vtkPolyDataAlgorithm.
virtual int Kitware.VTK.vtkSplineFilter.GetGenerateTCoords | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
virtual int Kitware.VTK.vtkSplineFilter.GetGenerateTCoordsMaxValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
virtual int Kitware.VTK.vtkSplineFilter.GetGenerateTCoordsMinValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
virtual double Kitware.VTK.vtkSplineFilter.GetLength | ( | ) | [virtual] |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions.
virtual double Kitware.VTK.vtkSplineFilter.GetLengthMaxValue | ( | ) | [virtual] |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions.
virtual double Kitware.VTK.vtkSplineFilter.GetLengthMinValue | ( | ) | [virtual] |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions.
virtual int Kitware.VTK.vtkSplineFilter.GetMaximumNumberOfSubdivisions | ( | ) | [virtual] |
Set the maximum number of subdivisions that are created for each polyline.
virtual int Kitware.VTK.vtkSplineFilter.GetMaximumNumberOfSubdivisionsMaxValue | ( | ) | [virtual] |
Set the maximum number of subdivisions that are created for each polyline.
virtual int Kitware.VTK.vtkSplineFilter.GetMaximumNumberOfSubdivisionsMinValue | ( | ) | [virtual] |
Set the maximum number of subdivisions that are created for each polyline.
virtual int Kitware.VTK.vtkSplineFilter.GetNumberOfSubdivisions | ( | ) | [virtual] |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify().
virtual int Kitware.VTK.vtkSplineFilter.GetNumberOfSubdivisionsMaxValue | ( | ) | [virtual] |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify().
virtual int Kitware.VTK.vtkSplineFilter.GetNumberOfSubdivisionsMinValue | ( | ) | [virtual] |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify().
virtual vtkSpline Kitware.VTK.vtkSplineFilter.GetSpline | ( | ) | [virtual] |
Specify an instance of vtkSpline to use to perform the interpolation.
virtual int Kitware.VTK.vtkSplineFilter.GetSubdivide | ( | ) | [virtual] |
Specify how the number of subdivisions is determined.
Specify how the number of subdivisions is determined.
virtual int Kitware.VTK.vtkSplineFilter.GetSubdivideMaxValue | ( | ) | [virtual] |
Specify how the number of subdivisions is determined.
virtual int Kitware.VTK.vtkSplineFilter.GetSubdivideMinValue | ( | ) | [virtual] |
Specify how the number of subdivisions is determined.
virtual double Kitware.VTK.vtkSplineFilter.GetTextureLength | ( | ) | [virtual] |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space.
virtual double Kitware.VTK.vtkSplineFilter.GetTextureLengthMaxValue | ( | ) | [virtual] |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space.
virtual double Kitware.VTK.vtkSplineFilter.GetTextureLengthMinValue | ( | ) | [virtual] |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space.
override int Kitware.VTK.vtkSplineFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSplineFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSplineFilter Kitware.VTK.vtkSplineFilter.New | ( | ) | [static] |
Construct the class with no limit on the number of subdivisions and using an instance of vtkCardinalSpline to perform interpolation.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSplineFilter Kitware.VTK.vtkSplineFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkSplineFilter.SetGenerateTCoords | ( | int | _arg | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
Control whether and how texture coordinates are produced. This is useful for striping the output polyline. The texture coordinates can be generated in three ways: a normalized (0,1) generation; based on the length (divided by the texture length); and by using the input scalar values.
virtual void Kitware.VTK.vtkSplineFilter.SetLength | ( | double | _arg | ) | [virtual] |
Control the number of subdivisions that are created for the polyline based on an absolute length. The length of the spline is divided by this length to determine the number of subdivisions.
virtual void Kitware.VTK.vtkSplineFilter.SetMaximumNumberOfSubdivisions | ( | int | _arg | ) | [virtual] |
Set the maximum number of subdivisions that are created for each polyline.
virtual void Kitware.VTK.vtkSplineFilter.SetNumberOfSubdivisions | ( | int | _arg | ) | [virtual] |
Set the number of subdivisions that are created for the polyline. This method only has effect if Subdivisions is set to SetSubdivisionsToSpecify().
virtual void Kitware.VTK.vtkSplineFilter.SetSpline | ( | vtkSpline | arg0 | ) | [virtual] |
Specify an instance of vtkSpline to use to perform the interpolation.
virtual void Kitware.VTK.vtkSplineFilter.SetSubdivide | ( | int | _arg | ) | [virtual] |
Specify how the number of subdivisions is determined.
Specify how the number of subdivisions is determined.
Specify how the number of subdivisions is determined.
virtual void Kitware.VTK.vtkSplineFilter.SetTextureLength | ( | double | _arg | ) | [virtual] |
Control the conversion of units during the texture coordinates calculation. The TextureLength indicates what length (whether calculated from scalars or length) is mapped to the [0,1) texture space.
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetGenerateTCoords_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetGenerateTCoordsAsString_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetGenerateTCoordsMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetGenerateTCoordsMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetLength_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetLengthMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetLengthMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetMaximumNumberOfSubdivisions_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetMaximumNumberOfSubdivisionsMaxValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetMaximumNumberOfSubdivisionsMinValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetNumberOfSubdivisions_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetNumberOfSubdivisionsMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetNumberOfSubdivisionsMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetSpline_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetSubdivide_15 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetSubdivideAsString_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetSubdivideMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetSubdivideMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetTextureLength_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetTextureLengthMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSplineFilter.vtkSplineFilter_GetTextureLengthMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSplineFilter.vtkSplineFilter_IsTypeOf_23 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetGenerateTCoords_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetGenerateTCoordsToNormalizedLength_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetGenerateTCoordsToOff_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetGenerateTCoordsToUseLength_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetGenerateTCoordsToUseScalars_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetLength_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetMaximumNumberOfSubdivisions_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetNumberOfSubdivisions_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetSpline_35 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetSubdivide_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetSubdivideToLength_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetSubdivideToSpecified_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSplineFilter.vtkSplineFilter_SetTextureLength_39 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSplineFilter.MRClassNameKey = "15vtkSplineFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSplineFilter.MRFullTypeName = "Kitware.VTK.vtkSplineFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.