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.vtkTreeMapToPolyData Class Reference

vtkTreeMapToPolyData - converts a tree to a polygonal data representing a tree map More...

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

List of all members.

Public Member Functions

 vtkTreeMapToPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTreeMapToPolyData ()
 Undocumented Block.
virtual int FillInputPortInformation (int port, vtkInformation info)
 The spacing along the z-axis between tree map levels.
virtual bool GetAddNormals ()
 The spacing along the z-axis between tree map levels.
virtual double GetLevelDeltaZ ()
 The spacing along the z-axis between tree map levels.
override int IsA (string type)
 Undocumented Block.
new vtkTreeMapToPolyData NewInstance ()
 Undocumented Block.
virtual void SetAddNormals (bool _arg)
 The spacing along the z-axis between tree map levels.
virtual void SetLevelArrayName (string name)
 The field containing the level of each tree node. This can be added using vtkTreeLevelsFilter before this filter. If this is not present, the filter simply calls tree->GetLevel(v) for each vertex, which will produce the same result, but may not be as efficient.
virtual void SetLevelDeltaZ (double _arg)
 The spacing along the z-axis between tree map levels.
virtual void SetRectanglesArrayName (string name)
 The field containing quadruples of the form (min x, max x, min y, max y) representing the bounds of the rectangles for each vertex. This array may be added to the tree using vtkTreeMapLayout.

Static Public Member Functions

static new vtkTreeMapToPolyData New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTreeMapToPolyData SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTreeMapToPolyData"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkTreeMapToPolyData"
 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 vtkTreeMapToPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTreeMapToPolyData_FillInputPortInformation_01 (HandleRef pThis, int port, HandleRef info)
static internal byte vtkTreeMapToPolyData_GetAddNormals_02 (HandleRef pThis)
static internal double vtkTreeMapToPolyData_GetLevelDeltaZ_03 (HandleRef pThis)
static internal int vtkTreeMapToPolyData_IsA_04 (HandleRef pThis, string type)
static internal int vtkTreeMapToPolyData_IsTypeOf_05 (string type)
static internal IntPtr vtkTreeMapToPolyData_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTreeMapToPolyData_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeMapToPolyData_SetAddNormals_09 (HandleRef pThis, byte _arg)
static internal void vtkTreeMapToPolyData_SetLevelArrayName_10 (HandleRef pThis, string name)
static internal void vtkTreeMapToPolyData_SetLevelDeltaZ_11 (HandleRef pThis, double _arg)
static internal void vtkTreeMapToPolyData_SetRectanglesArrayName_12 (HandleRef pThis, string name)

Static Private Member Functions

static vtkTreeMapToPolyData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTreeMapToPolyData - converts a tree to a polygonal data representing a tree map

Description This algorithm requires that the vtkTreeMapLayout filter has already applied to the data in order to create the quadruple array (min x, max x, min y, max y) of bounds for each vertex of the tree.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData ( 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.vtkTreeMapToPolyData.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.vtkTreeMapToPolyData.FillInputPortInformation ( int  port,
vtkInformation  info 
) [virtual]

The spacing along the z-axis between tree map levels.

The spacing along the z-axis between tree map levels.

The spacing along the z-axis between tree map levels.

override int Kitware.VTK.vtkTreeMapToPolyData.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkTreeMapToPolyData.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.vtkTreeMapToPolyData.SetAddNormals ( bool  _arg) [virtual]

The spacing along the z-axis between tree map levels.

virtual void Kitware.VTK.vtkTreeMapToPolyData.SetLevelArrayName ( string  name) [virtual]

The field containing the level of each tree node. This can be added using vtkTreeLevelsFilter before this filter. If this is not present, the filter simply calls tree->GetLevel(v) for each vertex, which will produce the same result, but may not be as efficient.

virtual void Kitware.VTK.vtkTreeMapToPolyData.SetLevelDeltaZ ( double  _arg) [virtual]

The spacing along the z-axis between tree map levels.

virtual void Kitware.VTK.vtkTreeMapToPolyData.SetRectanglesArrayName ( string  name) [virtual]

The field containing quadruples of the form (min x, max x, min y, max y) representing the bounds of the rectangles for each vertex. This array may be added to the tree using vtkTreeMapLayout.

static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_FillInputPortInformation_01 ( HandleRef  pThis,
int  port,
HandleRef  info 
) [private]
static internal byte Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_GetAddNormals_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_GetLevelDeltaZ_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetAddNormals_09 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetLevelArrayName_10 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetLevelDeltaZ_11 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkTreeMapToPolyData.vtkTreeMapToPolyData_SetRectanglesArrayName_12 ( HandleRef  pThis,
string  name 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTreeMapToPolyData.MRClassNameKey = "20vtkTreeMapToPolyData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkTreeMapToPolyData.MRFullTypeName = "Kitware.VTK.vtkTreeMapToPolyData"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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