ActiViz .NET
5.8.0
|
vtkTreeRingToPolyData - converts a tree to a polygonal data representing radial space filling tree. More...
Public Member Functions | |
vtkTreeRingToPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTreeRingToPolyData () | |
Undocumented Block. | |
virtual int | FillInputPortInformation (int port, vtkInformation info) |
Define a shrink percentage for each of the sectors. | |
virtual double | GetShrinkPercentage () |
Define a shrink percentage for each of the sectors. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTreeRingToPolyData | NewInstance () |
Undocumented Block. | |
virtual void | SetSectorsArrayName (string name) |
The field containing quadruples of the form (start angle, end angle, inner radius, outer radius) representing the bounds of the rectangles for each vertex. This field may be added to the tree using vtkTreeRingLayout. This array must be set. | |
virtual void | SetShrinkPercentage (double _arg) |
Define a shrink percentage for each of the sectors. | |
Static Public Member Functions | |
static new vtkTreeRingToPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTreeRingToPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTreeRingToPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkTreeRingToPolyData" |
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 | vtkTreeRingToPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTreeRingToPolyData_FillInputPortInformation_01 (HandleRef pThis, int port, HandleRef info) |
static internal double | vtkTreeRingToPolyData_GetShrinkPercentage_02 (HandleRef pThis) |
static internal int | vtkTreeRingToPolyData_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTreeRingToPolyData_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTreeRingToPolyData_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeRingToPolyData_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeRingToPolyData_SetSectorsArrayName_08 (HandleRef pThis, string name) |
static internal void | vtkTreeRingToPolyData_SetShrinkPercentage_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkTreeRingToPolyData () |
Automatically generated type registration mechanics. |
vtkTreeRingToPolyData - converts a tree to a polygonal data representing radial space filling tree.
Description This algorithm requires that the vtkTreeRingLayout filter has already been applied to the data in order to create the quadruple array (start angle, end angle, inner radius, outer radius) of bounds for each vertex of the tree.
static Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTreeRingToPolyData.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.vtkTreeRingToPolyData.FillInputPortInformation | ( | int | port, |
vtkInformation | info | ||
) | [virtual] |
Define a shrink percentage for each of the sectors.
virtual double Kitware.VTK.vtkTreeRingToPolyData.GetShrinkPercentage | ( | ) | [virtual] |
Define a shrink percentage for each of the sectors.
override int Kitware.VTK.vtkTreeRingToPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkTreeRingToPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTreeRingToPolyData Kitware.VTK.vtkTreeRingToPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTreeRingToPolyData Kitware.VTK.vtkTreeRingToPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkTreeRingToPolyData.SetSectorsArrayName | ( | string | name | ) | [virtual] |
The field containing quadruples of the form (start angle, end angle, inner radius, outer radius) representing the bounds of the rectangles for each vertex. This field may be added to the tree using vtkTreeRingLayout. This array must be set.
virtual void Kitware.VTK.vtkTreeRingToPolyData.SetShrinkPercentage | ( | double | _arg | ) | [virtual] |
Define a shrink percentage for each of the sectors.
static internal int Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_FillInputPortInformation_01 | ( | HandleRef | pThis, |
int | port, | ||
HandleRef | info | ||
) | [private] |
static internal double Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_GetShrinkPercentage_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_SetSectorsArrayName_08 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeRingToPolyData.vtkTreeRingToPolyData_SetShrinkPercentage_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTreeRingToPolyData.MRClassNameKey = "21vtkTreeRingToPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkTreeRingToPolyData.MRFullTypeName = "Kitware.VTK.vtkTreeRingToPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.