ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTreeRingToPolyData Class Reference

vtkTreeRingToPolyData - converts a tree to a polygonal data representing radial space filling tree. More...

Inheritance diagram for Kitware.VTK.vtkTreeRingToPolyData:
[legend]
Collaboration diagram for Kitware.VTK.vtkTreeRingToPolyData:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: