ActiViz .NET
5.8.0
|
vtkRibbonFilter - create oriented ribbons from lines defined in polygonal dataset More...
Public Member Functions | |
vtkRibbonFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRibbonFilter () | |
Construct ribbon so that width is 0.1, the width does not vary with scalar values, and the width factor is 2.0. | |
virtual double | GetAngle () |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0. | |
virtual double | GetAngleMaxValue () |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0. | |
virtual double | GetAngleMinValue () |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0. | |
virtual double[] | GetDefaultNormal () |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1) | |
virtual void | GetDefaultNormal (IntPtr data) |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1) | |
virtual int | GetGenerateTCoords () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
string | GetGenerateTCoordsAsString () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
virtual int | GetGenerateTCoordsMaxValue () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
virtual int | GetGenerateTCoordsMinValue () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
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. The default is 1.0. | |
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. The default is 1.0. | |
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. The default is 1.0. | |
virtual int | GetUseDefaultNormal () |
Set a boolean to control whether to use default normals. The default is Off. | |
virtual int | GetVaryWidth () |
Turn on/off the variation of ribbon width with scalar value. The default is Off. | |
virtual double | GetWidth () |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5. | |
virtual double | GetWidthFactor () |
Set the maximum ribbon width in terms of a multiple of the minimum width. The default is 2.0. | |
virtual double | GetWidthMaxValue () |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5. | |
virtual double | GetWidthMinValue () |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkRibbonFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetAngle (double _arg) |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0. | |
virtual void | SetDefaultNormal (double _arg1, double _arg2, double _arg3) |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1) | |
virtual void | SetDefaultNormal (IntPtr _arg) |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1) | |
virtual void | SetGenerateTCoords (int _arg) |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
void | SetGenerateTCoordsToNormalizedLength () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
void | SetGenerateTCoordsToOff () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
void | SetGenerateTCoordsToUseLength () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
void | SetGenerateTCoordsToUseScalars () |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc. | |
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. The default is 1.0. | |
virtual void | SetUseDefaultNormal (int _arg) |
Set a boolean to control whether to use default normals. The default is Off. | |
virtual void | SetVaryWidth (int _arg) |
Turn on/off the variation of ribbon width with scalar value. The default is Off. | |
virtual void | SetWidth (double _arg) |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5. | |
virtual void | SetWidthFactor (double _arg) |
Set the maximum ribbon width in terms of a multiple of the minimum width. The default is 2.0. | |
virtual void | UseDefaultNormalOff () |
Set a boolean to control whether to use default normals. The default is Off. | |
virtual void | UseDefaultNormalOn () |
Set a boolean to control whether to use default normals. The default is Off. | |
virtual void | VaryWidthOff () |
Turn on/off the variation of ribbon width with scalar value. The default is Off. | |
virtual void | VaryWidthOn () |
Turn on/off the variation of ribbon width with scalar value. The default is Off. | |
Static Public Member Functions | |
static new vtkRibbonFilter | New () |
Construct ribbon so that width is 0.1, the width does not vary with scalar values, and the width factor is 2.0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRibbonFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRibbonFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkRibbonFilter" |
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 | vtkRibbonFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkRibbonFilter_GetAngle_01 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetAngleMaxValue_02 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetAngleMinValue_03 (HandleRef pThis) |
static internal IntPtr | vtkRibbonFilter_GetDefaultNormal_04 (HandleRef pThis) |
static internal void | vtkRibbonFilter_GetDefaultNormal_05 (HandleRef pThis, IntPtr data) |
static internal int | vtkRibbonFilter_GetGenerateTCoords_06 (HandleRef pThis) |
static internal IntPtr | vtkRibbonFilter_GetGenerateTCoordsAsString_07 (HandleRef pThis) |
static internal int | vtkRibbonFilter_GetGenerateTCoordsMaxValue_08 (HandleRef pThis) |
static internal int | vtkRibbonFilter_GetGenerateTCoordsMinValue_09 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetTextureLength_10 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetTextureLengthMaxValue_11 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetTextureLengthMinValue_12 (HandleRef pThis) |
static internal int | vtkRibbonFilter_GetUseDefaultNormal_13 (HandleRef pThis) |
static internal int | vtkRibbonFilter_GetVaryWidth_14 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetWidth_15 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetWidthFactor_16 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetWidthMaxValue_17 (HandleRef pThis) |
static internal double | vtkRibbonFilter_GetWidthMinValue_18 (HandleRef pThis) |
static internal int | vtkRibbonFilter_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkRibbonFilter_IsTypeOf_20 (string type) |
static internal IntPtr | vtkRibbonFilter_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRibbonFilter_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRibbonFilter_SetAngle_24 (HandleRef pThis, double _arg) |
static internal void | vtkRibbonFilter_SetDefaultNormal_25 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkRibbonFilter_SetDefaultNormal_26 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkRibbonFilter_SetGenerateTCoords_27 (HandleRef pThis, int _arg) |
static internal void | vtkRibbonFilter_SetGenerateTCoordsToNormalizedLength_28 (HandleRef pThis) |
static internal void | vtkRibbonFilter_SetGenerateTCoordsToOff_29 (HandleRef pThis) |
static internal void | vtkRibbonFilter_SetGenerateTCoordsToUseLength_30 (HandleRef pThis) |
static internal void | vtkRibbonFilter_SetGenerateTCoordsToUseScalars_31 (HandleRef pThis) |
static internal void | vtkRibbonFilter_SetTextureLength_32 (HandleRef pThis, double _arg) |
static internal void | vtkRibbonFilter_SetUseDefaultNormal_33 (HandleRef pThis, int _arg) |
static internal void | vtkRibbonFilter_SetVaryWidth_34 (HandleRef pThis, int _arg) |
static internal void | vtkRibbonFilter_SetWidth_35 (HandleRef pThis, double _arg) |
static internal void | vtkRibbonFilter_SetWidthFactor_36 (HandleRef pThis, double _arg) |
static internal void | vtkRibbonFilter_UseDefaultNormalOff_37 (HandleRef pThis) |
static internal void | vtkRibbonFilter_UseDefaultNormalOn_38 (HandleRef pThis) |
static internal void | vtkRibbonFilter_VaryWidthOff_39 (HandleRef pThis) |
static internal void | vtkRibbonFilter_VaryWidthOn_40 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkRibbonFilter () |
Automatically generated type registration mechanics. |
vtkRibbonFilter - create oriented ribbons from lines defined in polygonal dataset
Description vtkRibbonFilter is a filter to create oriented ribbons from lines defined in polygonal dataset. The orientation of the ribbon is along the line segments and perpendicular to "projected" line normals. Projected line normals are the original line normals projected to be perpendicular to the local line segment. An offset angle can be specified to rotate the ribbon with respect to the normal.
Caveats The input line must not have duplicate points, or normals at points that are parallel to the incoming/outgoing line segments. (Duplicate points can be removed with vtkCleanPolyData.) If a line does not meet this criteria, then that line is not tubed.
static Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct ribbon so that width is 0.1, the width does not vary with scalar values, and the width factor is 2.0.
override void Kitware.VTK.vtkRibbonFilter.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 double Kitware.VTK.vtkRibbonFilter.GetAngle | ( | ) | [virtual] |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0.
virtual double Kitware.VTK.vtkRibbonFilter.GetAngleMaxValue | ( | ) | [virtual] |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0.
virtual double Kitware.VTK.vtkRibbonFilter.GetAngleMinValue | ( | ) | [virtual] |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0.
virtual double [] Kitware.VTK.vtkRibbonFilter.GetDefaultNormal | ( | ) | [virtual] |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1)
virtual void Kitware.VTK.vtkRibbonFilter.GetDefaultNormal | ( | IntPtr | data | ) | [virtual] |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1)
virtual int Kitware.VTK.vtkRibbonFilter.GetGenerateTCoords | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
virtual int Kitware.VTK.vtkRibbonFilter.GetGenerateTCoordsMaxValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
virtual int Kitware.VTK.vtkRibbonFilter.GetGenerateTCoordsMinValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
virtual double Kitware.VTK.vtkRibbonFilter.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. The default is 1.0.
virtual double Kitware.VTK.vtkRibbonFilter.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. The default is 1.0.
virtual double Kitware.VTK.vtkRibbonFilter.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. The default is 1.0.
virtual int Kitware.VTK.vtkRibbonFilter.GetUseDefaultNormal | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. The default is Off.
virtual int Kitware.VTK.vtkRibbonFilter.GetVaryWidth | ( | ) | [virtual] |
Turn on/off the variation of ribbon width with scalar value. The default is Off.
virtual double Kitware.VTK.vtkRibbonFilter.GetWidth | ( | ) | [virtual] |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5.
virtual double Kitware.VTK.vtkRibbonFilter.GetWidthFactor | ( | ) | [virtual] |
Set the maximum ribbon width in terms of a multiple of the minimum width. The default is 2.0.
virtual double Kitware.VTK.vtkRibbonFilter.GetWidthMaxValue | ( | ) | [virtual] |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5.
virtual double Kitware.VTK.vtkRibbonFilter.GetWidthMinValue | ( | ) | [virtual] |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5.
override int Kitware.VTK.vtkRibbonFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkRibbonFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRibbonFilter Kitware.VTK.vtkRibbonFilter.New | ( | ) | [static] |
Construct ribbon so that width is 0.1, the width does not vary with scalar values, and the width factor is 2.0.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRibbonFilter Kitware.VTK.vtkRibbonFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkRibbonFilter.SetAngle | ( | double | _arg | ) | [virtual] |
Set the offset angle of the ribbon from the line normal. (The angle is expressed in degrees.) The default is 0.0.
virtual void Kitware.VTK.vtkRibbonFilter.SetDefaultNormal | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1)
virtual void Kitware.VTK.vtkRibbonFilter.SetDefaultNormal | ( | IntPtr | _arg | ) | [virtual] |
Set the default normal to use if no normals are supplied, and DefaultNormalOn is set. The default is (0,0,1)
virtual void Kitware.VTK.vtkRibbonFilter.SetGenerateTCoords | ( | int | _arg | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
Control whether and how texture coordinates are produced. This is useful for striping the ribbon with time textures, etc.
virtual void Kitware.VTK.vtkRibbonFilter.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. The default is 1.0.
virtual void Kitware.VTK.vtkRibbonFilter.SetUseDefaultNormal | ( | int | _arg | ) | [virtual] |
Set a boolean to control whether to use default normals. The default is Off.
virtual void Kitware.VTK.vtkRibbonFilter.SetVaryWidth | ( | int | _arg | ) | [virtual] |
Turn on/off the variation of ribbon width with scalar value. The default is Off.
virtual void Kitware.VTK.vtkRibbonFilter.SetWidth | ( | double | _arg | ) | [virtual] |
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. The default is 0.5.
virtual void Kitware.VTK.vtkRibbonFilter.SetWidthFactor | ( | double | _arg | ) | [virtual] |
Set the maximum ribbon width in terms of a multiple of the minimum width. The default is 2.0.
virtual void Kitware.VTK.vtkRibbonFilter.UseDefaultNormalOff | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. The default is Off.
virtual void Kitware.VTK.vtkRibbonFilter.UseDefaultNormalOn | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. The default is Off.
virtual void Kitware.VTK.vtkRibbonFilter.VaryWidthOff | ( | ) | [virtual] |
Turn on/off the variation of ribbon width with scalar value. The default is Off.
virtual void Kitware.VTK.vtkRibbonFilter.VaryWidthOn | ( | ) | [virtual] |
Turn on/off the variation of ribbon width with scalar value. The default is Off.
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetAngle_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetAngleMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetAngleMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetDefaultNormal_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetDefaultNormal_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetGenerateTCoords_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetGenerateTCoordsAsString_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetGenerateTCoordsMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetGenerateTCoordsMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetTextureLength_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetTextureLengthMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetTextureLengthMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetUseDefaultNormal_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetVaryWidth_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetWidth_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetWidthFactor_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetWidthMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_GetWidthMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_NewInstance_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetAngle_24 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetDefaultNormal_25 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetDefaultNormal_26 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetGenerateTCoords_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetGenerateTCoordsToNormalizedLength_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetGenerateTCoordsToOff_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetGenerateTCoordsToUseLength_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetGenerateTCoordsToUseScalars_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetTextureLength_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetUseDefaultNormal_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetVaryWidth_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetWidth_35 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_SetWidthFactor_36 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_UseDefaultNormalOff_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_UseDefaultNormalOn_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_VaryWidthOff_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRibbonFilter.vtkRibbonFilter_VaryWidthOn_40 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkRibbonFilter.MRClassNameKey = "15vtkRibbonFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkRibbonFilter.MRFullTypeName = "Kitware.VTK.vtkRibbonFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.