ActiViz .NET
5.8.0
|
vtkUncertaintyTubeFilter - generate uncertainty tubes along a polyline More...
Public Member Functions | |
vtkUncertaintyTubeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkUncertaintyTubeFilter () | |
Object factory method to instantiate this class. | |
virtual int | GetNumberOfSides () |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3. | |
virtual int | GetNumberOfSidesMaxValue () |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3. | |
virtual int | GetNumberOfSidesMinValue () |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3. | |
override int | IsA (string type) |
Standard methods for printing and obtaining type information for instances of this class. | |
new vtkUncertaintyTubeFilter | NewInstance () |
Standard methods for printing and obtaining type information for instances of this class. | |
virtual void | SetNumberOfSides (int _arg) |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3. | |
Static Public Member Functions | |
static new vtkUncertaintyTubeFilter | New () |
Object factory method to instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for printing and obtaining type information for instances of this class. | |
static new vtkUncertaintyTubeFilter | SafeDownCast (vtkObjectBase o) |
Standard methods for printing and obtaining type information for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUncertaintyTubeFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkUncertaintyTubeFilter" |
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 | vtkUncertaintyTubeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkUncertaintyTubeFilter_GetNumberOfSides_01 (HandleRef pThis) |
static internal int | vtkUncertaintyTubeFilter_GetNumberOfSidesMaxValue_02 (HandleRef pThis) |
static internal int | vtkUncertaintyTubeFilter_GetNumberOfSidesMinValue_03 (HandleRef pThis) |
static internal int | vtkUncertaintyTubeFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkUncertaintyTubeFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkUncertaintyTubeFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUncertaintyTubeFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUncertaintyTubeFilter_SetNumberOfSides_09 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkUncertaintyTubeFilter () |
Automatically generated type registration mechanics. |
vtkUncertaintyTubeFilter - generate uncertainty tubes along a polyline
Description vtkUncertaintyTubeFilter is a filter that generates ellipsoidal (in cross section) tubes that follows a polyline. The input is a vtkPolyData with polylines that have associated vector point data. The vector data represents the uncertainty of the polyline in the x-y-z directions.
Caveats The vector uncertainty values define an axis-aligned ellipsoid at each polyline point. The uncertainty tubes can be envisioned as the interpolation of these ellipsoids between the points defining the polyline (or rather, the interpolation of the cross section of the ellipsoids alog the polyline).
static Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Object factory method to instantiate this class.
override void Kitware.VTK.vtkUncertaintyTubeFilter.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.vtkUncertaintyTubeFilter.GetNumberOfSides | ( | ) | [virtual] |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3.
virtual int Kitware.VTK.vtkUncertaintyTubeFilter.GetNumberOfSidesMaxValue | ( | ) | [virtual] |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3.
virtual int Kitware.VTK.vtkUncertaintyTubeFilter.GetNumberOfSidesMinValue | ( | ) | [virtual] |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3.
override int Kitware.VTK.vtkUncertaintyTubeFilter.IsA | ( | string | type | ) | [virtual] |
Standard methods for printing and obtaining type information for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkUncertaintyTubeFilter.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for printing and obtaining type information for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkUncertaintyTubeFilter Kitware.VTK.vtkUncertaintyTubeFilter.New | ( | ) | [static] |
Object factory method to instantiate this class.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Standard methods for printing and obtaining type information for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkUncertaintyTubeFilter Kitware.VTK.vtkUncertaintyTubeFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for printing and obtaining type information for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkUncertaintyTubeFilter.SetNumberOfSides | ( | int | _arg | ) | [virtual] |
Set / get the number of sides for the tube. At a minimum, the number of sides is 3.
static internal int Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_GetNumberOfSides_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_GetNumberOfSidesMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_GetNumberOfSidesMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUncertaintyTubeFilter.vtkUncertaintyTubeFilter_SetNumberOfSides_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkUncertaintyTubeFilter.MRClassNameKey = "24vtkUncertaintyTubeFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkUncertaintyTubeFilter.MRFullTypeName = "Kitware.VTK.vtkUncertaintyTubeFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.