ActiViz .NET
5.8.0
|
vtkTubeFilter - filter that generates tubes around lines More...
Public Member Functions | |
vtkTubeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTubeFilter () | |
Construct object with radius 0.5, radius variation turned off, the number of sides set to 3, and radius factor of 10. | |
virtual void | CappingOff () |
Turn on/off whether to cap the ends with polygons. | |
virtual void | CappingOn () |
Turn on/off whether to cap the ends with polygons. | |
virtual int | GetCapping () |
Turn on/off whether to cap the ends with polygons. | |
virtual double[] | GetDefaultNormal () |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set. | |
virtual void | GetDefaultNormal (IntPtr data) |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set. | |
virtual int | GetGenerateTCoords () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
string | GetGenerateTCoordsAsString () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
virtual int | GetGenerateTCoordsMaxValue () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
virtual int | GetGenerateTCoordsMinValue () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
virtual int | GetNumberOfSides () |
Set the number of sides for the tube. At a minimum, number of sides is 3. | |
virtual int | GetNumberOfSidesMaxValue () |
Set the number of sides for the tube. At a minimum, number of sides is 3. | |
virtual int | GetNumberOfSidesMinValue () |
Set the number of sides for the tube. At a minimum, number of sides is 3. | |
virtual int | GetOffset () |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects. | |
virtual int | GetOffsetMaxValue () |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects. | |
virtual int | GetOffsetMinValue () |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects. | |
virtual int | GetOnRatio () |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side. | |
virtual int | GetOnRatioMaxValue () |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side. | |
virtual int | GetOnRatioMinValue () |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side. | |
virtual double | GetRadius () |
Set the minimum tube radius (minimum because the tube radius may vary). | |
virtual double | GetRadiusFactor () |
Set the maximum tube radius in terms of a multiple of the minimum radius. | |
virtual double | GetRadiusMaxValue () |
Set the minimum tube radius (minimum because the tube radius may vary). | |
virtual double | GetRadiusMinValue () |
Set the minimum tube radius (minimum because the tube radius may vary). | |
virtual int | GetSidesShareVertices () |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance. | |
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. | |
virtual int | GetUseDefaultNormal () |
Set a boolean to control whether to use default normals. DefaultNormalOn is set. | |
virtual int | GetVaryRadius () |
Turn on/off the variation of tube radius with scalar value. | |
string | GetVaryRadiusAsString () |
Turn on/off the variation of tube radius with scalar value. | |
virtual int | GetVaryRadiusMaxValue () |
Turn on/off the variation of tube radius with scalar value. | |
virtual int | GetVaryRadiusMinValue () |
Turn on/off the variation of tube radius with scalar value. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTubeFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetCapping (int _arg) |
Turn on/off whether to cap the ends with polygons. | |
virtual void | SetDefaultNormal (double _arg1, double _arg2, double _arg3) |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set. | |
virtual void | SetDefaultNormal (IntPtr _arg) |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set. | |
virtual void | SetGenerateTCoords (int _arg) |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
void | SetGenerateTCoordsToNormalizedLength () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
void | SetGenerateTCoordsToOff () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
void | SetGenerateTCoordsToUseLength () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
void | SetGenerateTCoordsToUseScalars () |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing). | |
virtual void | SetNumberOfSides (int _arg) |
Set the number of sides for the tube. At a minimum, number of sides is 3. | |
virtual void | SetOffset (int _arg) |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects. | |
virtual void | SetOnRatio (int _arg) |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side. | |
virtual void | SetRadius (double _arg) |
Set the minimum tube radius (minimum because the tube radius may vary). | |
virtual void | SetRadiusFactor (double _arg) |
Set the maximum tube radius in terms of a multiple of the minimum radius. | |
virtual void | SetSidesShareVertices (int _arg) |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance. | |
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. | |
virtual void | SetUseDefaultNormal (int _arg) |
Set a boolean to control whether to use default normals. DefaultNormalOn is set. | |
virtual void | SetVaryRadius (int _arg) |
Turn on/off the variation of tube radius with scalar value. | |
void | SetVaryRadiusToVaryRadiusByAbsoluteScalar () |
Turn on/off the variation of tube radius with scalar value. | |
void | SetVaryRadiusToVaryRadiusByScalar () |
Turn on/off the variation of tube radius with scalar value. | |
void | SetVaryRadiusToVaryRadiusByVector () |
Turn on/off the variation of tube radius with scalar value. | |
void | SetVaryRadiusToVaryRadiusOff () |
Turn on/off the variation of tube radius with scalar value. | |
virtual void | SidesShareVerticesOff () |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance. | |
virtual void | SidesShareVerticesOn () |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance. | |
virtual void | UseDefaultNormalOff () |
Set a boolean to control whether to use default normals. DefaultNormalOn is set. | |
virtual void | UseDefaultNormalOn () |
Set a boolean to control whether to use default normals. DefaultNormalOn is set. | |
Static Public Member Functions | |
static new vtkTubeFilter | New () |
Construct object with radius 0.5, radius variation turned off, the number of sides set to 3, and radius factor of 10. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTubeFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTubeFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkTubeFilter" |
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 | vtkTubeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTubeFilter_CappingOff_01 (HandleRef pThis) |
static internal void | vtkTubeFilter_CappingOn_02 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetCapping_03 (HandleRef pThis) |
static internal IntPtr | vtkTubeFilter_GetDefaultNormal_04 (HandleRef pThis) |
static internal void | vtkTubeFilter_GetDefaultNormal_05 (HandleRef pThis, IntPtr data) |
static internal int | vtkTubeFilter_GetGenerateTCoords_06 (HandleRef pThis) |
static internal IntPtr | vtkTubeFilter_GetGenerateTCoordsAsString_07 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetGenerateTCoordsMaxValue_08 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetGenerateTCoordsMinValue_09 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetNumberOfSides_10 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetNumberOfSidesMaxValue_11 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetNumberOfSidesMinValue_12 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOffset_13 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOffsetMaxValue_14 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOffsetMinValue_15 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOnRatio_16 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOnRatioMaxValue_17 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetOnRatioMinValue_18 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetRadius_19 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetRadiusFactor_20 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetRadiusMaxValue_21 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetRadiusMinValue_22 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetSidesShareVertices_23 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetTextureLength_24 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetTextureLengthMaxValue_25 (HandleRef pThis) |
static internal double | vtkTubeFilter_GetTextureLengthMinValue_26 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetUseDefaultNormal_27 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetVaryRadius_28 (HandleRef pThis) |
static internal IntPtr | vtkTubeFilter_GetVaryRadiusAsString_29 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetVaryRadiusMaxValue_30 (HandleRef pThis) |
static internal int | vtkTubeFilter_GetVaryRadiusMinValue_31 (HandleRef pThis) |
static internal int | vtkTubeFilter_IsA_32 (HandleRef pThis, string type) |
static internal int | vtkTubeFilter_IsTypeOf_33 (string type) |
static internal IntPtr | vtkTubeFilter_NewInstance_35 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTubeFilter_SafeDownCast_36 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTubeFilter_SetCapping_37 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetDefaultNormal_38 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkTubeFilter_SetDefaultNormal_39 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkTubeFilter_SetGenerateTCoords_40 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetGenerateTCoordsToNormalizedLength_41 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetGenerateTCoordsToOff_42 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetGenerateTCoordsToUseLength_43 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetGenerateTCoordsToUseScalars_44 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetNumberOfSides_45 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetOffset_46 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetOnRatio_47 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetRadius_48 (HandleRef pThis, double _arg) |
static internal void | vtkTubeFilter_SetRadiusFactor_49 (HandleRef pThis, double _arg) |
static internal void | vtkTubeFilter_SetSidesShareVertices_50 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetTextureLength_51 (HandleRef pThis, double _arg) |
static internal void | vtkTubeFilter_SetUseDefaultNormal_52 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetVaryRadius_53 (HandleRef pThis, int _arg) |
static internal void | vtkTubeFilter_SetVaryRadiusToVaryRadiusByAbsoluteScalar_54 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetVaryRadiusToVaryRadiusByScalar_55 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetVaryRadiusToVaryRadiusByVector_56 (HandleRef pThis) |
static internal void | vtkTubeFilter_SetVaryRadiusToVaryRadiusOff_57 (HandleRef pThis) |
static internal void | vtkTubeFilter_SidesShareVerticesOff_58 (HandleRef pThis) |
static internal void | vtkTubeFilter_SidesShareVerticesOn_59 (HandleRef pThis) |
static internal void | vtkTubeFilter_UseDefaultNormalOff_60 (HandleRef pThis) |
static internal void | vtkTubeFilter_UseDefaultNormalOn_61 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkTubeFilter () |
Automatically generated type registration mechanics. |
vtkTubeFilter - filter that generates tubes around lines
Description vtkTubeFilter is a filter that generates a tube around each input line. The tubes are made up of triangle strips and rotate around the tube with the rotation of the line normals. (If no normals are present, they are computed automatically.) The radius of the tube can be set to vary with scalar or vector value. If the radius varies with scalar value the radius is linearly adjusted. If the radius varies with vector value, a mass flux preserving variation is used. The number of sides for the tube also can be specified. You can also specify which of the sides are visible. This is useful for generating interesting striping effects. Other options include the ability to cap the tube and generate texture coordinates. Texture coordinates can be used with an associated texture map to create interesting effects such as marking the tube with stripes corresponding to length or time.
This filter is typically used to create thick or dramatic lines. Another common use is to combine this filter with vtkStreamLine to generate streamtubes.
static Kitware.VTK.vtkTubeFilter.vtkTubeFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTubeFilter.vtkTubeFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with radius 0.5, radius variation turned off, the number of sides set to 3, and radius factor of 10.
virtual void Kitware.VTK.vtkTubeFilter.CappingOff | ( | ) | [virtual] |
Turn on/off whether to cap the ends with polygons.
virtual void Kitware.VTK.vtkTubeFilter.CappingOn | ( | ) | [virtual] |
Turn on/off whether to cap the ends with polygons.
override void Kitware.VTK.vtkTubeFilter.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.vtkTubeFilter.GetCapping | ( | ) | [virtual] |
Turn on/off whether to cap the ends with polygons.
virtual double [] Kitware.VTK.vtkTubeFilter.GetDefaultNormal | ( | ) | [virtual] |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
virtual void Kitware.VTK.vtkTubeFilter.GetDefaultNormal | ( | IntPtr | data | ) | [virtual] |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
virtual int Kitware.VTK.vtkTubeFilter.GetGenerateTCoords | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
virtual int Kitware.VTK.vtkTubeFilter.GetGenerateTCoordsMaxValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
virtual int Kitware.VTK.vtkTubeFilter.GetGenerateTCoordsMinValue | ( | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
virtual int Kitware.VTK.vtkTubeFilter.GetNumberOfSides | ( | ) | [virtual] |
Set the number of sides for the tube. At a minimum, number of sides is 3.
virtual int Kitware.VTK.vtkTubeFilter.GetNumberOfSidesMaxValue | ( | ) | [virtual] |
Set the number of sides for the tube. At a minimum, number of sides is 3.
virtual int Kitware.VTK.vtkTubeFilter.GetNumberOfSidesMinValue | ( | ) | [virtual] |
Set the number of sides for the tube. At a minimum, number of sides is 3.
virtual int Kitware.VTK.vtkTubeFilter.GetOffset | ( | ) | [virtual] |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int Kitware.VTK.vtkTubeFilter.GetOffsetMaxValue | ( | ) | [virtual] |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int Kitware.VTK.vtkTubeFilter.GetOffsetMinValue | ( | ) | [virtual] |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int Kitware.VTK.vtkTubeFilter.GetOnRatio | ( | ) | [virtual] |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side.
virtual int Kitware.VTK.vtkTubeFilter.GetOnRatioMaxValue | ( | ) | [virtual] |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side.
virtual int Kitware.VTK.vtkTubeFilter.GetOnRatioMinValue | ( | ) | [virtual] |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side.
virtual double Kitware.VTK.vtkTubeFilter.GetRadius | ( | ) | [virtual] |
Set the minimum tube radius (minimum because the tube radius may vary).
virtual double Kitware.VTK.vtkTubeFilter.GetRadiusFactor | ( | ) | [virtual] |
Set the maximum tube radius in terms of a multiple of the minimum radius.
virtual double Kitware.VTK.vtkTubeFilter.GetRadiusMaxValue | ( | ) | [virtual] |
Set the minimum tube radius (minimum because the tube radius may vary).
virtual double Kitware.VTK.vtkTubeFilter.GetRadiusMinValue | ( | ) | [virtual] |
Set the minimum tube radius (minimum because the tube radius may vary).
virtual int Kitware.VTK.vtkTubeFilter.GetSidesShareVertices | ( | ) | [virtual] |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance.
virtual double Kitware.VTK.vtkTubeFilter.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.vtkTubeFilter.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.vtkTubeFilter.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.
virtual int Kitware.VTK.vtkTubeFilter.GetUseDefaultNormal | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. DefaultNormalOn is set.
virtual int Kitware.VTK.vtkTubeFilter.GetVaryRadius | ( | ) | [virtual] |
Turn on/off the variation of tube radius with scalar value.
Turn on/off the variation of tube radius with scalar value.
virtual int Kitware.VTK.vtkTubeFilter.GetVaryRadiusMaxValue | ( | ) | [virtual] |
Turn on/off the variation of tube radius with scalar value.
virtual int Kitware.VTK.vtkTubeFilter.GetVaryRadiusMinValue | ( | ) | [virtual] |
Turn on/off the variation of tube radius with scalar value.
override int Kitware.VTK.vtkTubeFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkTubeFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTubeFilter Kitware.VTK.vtkTubeFilter.New | ( | ) | [static] |
Construct object with radius 0.5, radius variation turned off, the number of sides set to 3, and radius factor of 10.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTubeFilter Kitware.VTK.vtkTubeFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkTubeFilter.SetCapping | ( | int | _arg | ) | [virtual] |
Turn on/off whether to cap the ends with polygons.
virtual void Kitware.VTK.vtkTubeFilter.SetDefaultNormal | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
virtual void Kitware.VTK.vtkTubeFilter.SetDefaultNormal | ( | IntPtr | _arg | ) | [virtual] |
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
virtual void Kitware.VTK.vtkTubeFilter.SetGenerateTCoords | ( | int | _arg | ) | [virtual] |
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
Control whether and how texture coordinates are produced. This is useful for striping the tube with length textures, etc. If you use scalars to create the texture, the scalars are assumed to be monotonically increasing (or decreasing).
virtual void Kitware.VTK.vtkTubeFilter.SetNumberOfSides | ( | int | _arg | ) | [virtual] |
Set the number of sides for the tube. At a minimum, number of sides is 3.
virtual void Kitware.VTK.vtkTubeFilter.SetOffset | ( | int | _arg | ) | [virtual] |
Control the striping of the tubes. The offset sets the first tube side that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual void Kitware.VTK.vtkTubeFilter.SetOnRatio | ( | int | _arg | ) | [virtual] |
Control the striping of the tubes. If OnRatio is greater than 1, then every nth tube side is turned on, beginning with the Offset side.
virtual void Kitware.VTK.vtkTubeFilter.SetRadius | ( | double | _arg | ) | [virtual] |
Set the minimum tube radius (minimum because the tube radius may vary).
virtual void Kitware.VTK.vtkTubeFilter.SetRadiusFactor | ( | double | _arg | ) | [virtual] |
Set the maximum tube radius in terms of a multiple of the minimum radius.
virtual void Kitware.VTK.vtkTubeFilter.SetSidesShareVertices | ( | int | _arg | ) | [virtual] |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance.
virtual void Kitware.VTK.vtkTubeFilter.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.
virtual void Kitware.VTK.vtkTubeFilter.SetUseDefaultNormal | ( | int | _arg | ) | [virtual] |
Set a boolean to control whether to use default normals. DefaultNormalOn is set.
virtual void Kitware.VTK.vtkTubeFilter.SetVaryRadius | ( | int | _arg | ) | [virtual] |
Turn on/off the variation of tube radius with scalar value.
Turn on/off the variation of tube radius with scalar value.
Turn on/off the variation of tube radius with scalar value.
Turn on/off the variation of tube radius with scalar value.
Turn on/off the variation of tube radius with scalar value.
virtual void Kitware.VTK.vtkTubeFilter.SidesShareVerticesOff | ( | ) | [virtual] |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance.
virtual void Kitware.VTK.vtkTubeFilter.SidesShareVerticesOn | ( | ) | [virtual] |
Set a boolean to control whether tube sides should share vertices. This creates independent strips, with constant normals so the tube is always faceted in appearance.
virtual void Kitware.VTK.vtkTubeFilter.UseDefaultNormalOff | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. DefaultNormalOn is set.
virtual void Kitware.VTK.vtkTubeFilter.UseDefaultNormalOn | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. DefaultNormalOn is set.
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_CappingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_CappingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetCapping_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetDefaultNormal_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetDefaultNormal_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetGenerateTCoords_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetGenerateTCoordsAsString_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetGenerateTCoordsMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetGenerateTCoordsMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetNumberOfSides_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetNumberOfSidesMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetNumberOfSidesMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOffset_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOffsetMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOffsetMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOnRatio_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOnRatioMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetOnRatioMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetRadius_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetRadiusFactor_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetRadiusMaxValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetRadiusMinValue_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetSidesShareVertices_23 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetTextureLength_24 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetTextureLengthMaxValue_25 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetTextureLengthMinValue_26 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetUseDefaultNormal_27 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetVaryRadius_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetVaryRadiusAsString_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetVaryRadiusMaxValue_30 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_GetVaryRadiusMinValue_31 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_IsA_32 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTubeFilter.vtkTubeFilter_IsTypeOf_33 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_NewInstance_35 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SafeDownCast_36 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetCapping_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetDefaultNormal_38 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetDefaultNormal_39 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetGenerateTCoords_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetGenerateTCoordsToNormalizedLength_41 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetGenerateTCoordsToOff_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetGenerateTCoordsToUseLength_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetGenerateTCoordsToUseScalars_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetNumberOfSides_45 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetOffset_46 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetOnRatio_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetRadius_48 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetRadiusFactor_49 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetSidesShareVertices_50 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetTextureLength_51 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetUseDefaultNormal_52 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetVaryRadius_53 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetVaryRadiusToVaryRadiusByAbsoluteScalar_54 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetVaryRadiusToVaryRadiusByScalar_55 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetVaryRadiusToVaryRadiusByVector_56 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SetVaryRadiusToVaryRadiusOff_57 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SidesShareVerticesOff_58 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_SidesShareVerticesOn_59 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_UseDefaultNormalOff_60 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTubeFilter.vtkTubeFilter_UseDefaultNormalOn_61 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkTubeFilter.MRClassNameKey = "13vtkTubeFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkTubeFilter.MRFullTypeName = "Kitware.VTK.vtkTubeFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.