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

vtkTreeMapLayoutStrategy - abstract superclass for all tree map layout strategies More...

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

List of all members.

Public Member Functions

 vtkTreeMapLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override int FindVertex (vtkTree tree, vtkDataArray areaArray, IntPtr pnt)
 Find the vertex at a certain location, or -1 if none found.
override int IsA (string type)
 Undocumented Block.
new vtkTreeMapLayoutStrategy NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkTreeMapLayoutStrategy"
 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 int vtkTreeMapLayoutStrategy_FindVertex_01 (HandleRef pThis, HandleRef tree, HandleRef areaArray, IntPtr pnt)
static internal int vtkTreeMapLayoutStrategy_IsA_02 (HandleRef pThis, string type)
static internal int vtkTreeMapLayoutStrategy_IsTypeOf_03 (string type)
static internal IntPtr vtkTreeMapLayoutStrategy_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTreeMapLayoutStrategy_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkTreeMapLayoutStrategy ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTreeMapLayoutStrategy - abstract superclass for all tree map layout strategies

Description All subclasses of this class perform a tree map layout on a tree. This involves assigning a rectangular region to each vertex in the tree, and placing that information in a data array with four components per tuple representing (Xmin, Xmax, Ymin, Ymax).

Instances of subclasses of this class may be assigned as the layout strategy to vtkTreeMapLayout

Thanks Thanks to Brian Wylie and Ken Moreland from Sandia National Laboratories for help developing this class.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

override void Kitware.VTK.vtkTreeMapLayoutStrategy.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.vtkAreaLayoutStrategy.

Reimplemented in Kitware.VTK.vtkSquarifyLayoutStrategy, Kitware.VTK.vtkSliceAndDiceLayoutStrategy, and Kitware.VTK.vtkBoxLayoutStrategy.

override int Kitware.VTK.vtkTreeMapLayoutStrategy.FindVertex ( vtkTree  tree,
vtkDataArray  areaArray,
IntPtr  pnt 
) [virtual]

Find the vertex at a certain location, or -1 if none found.

Reimplemented from Kitware.VTK.vtkAreaLayoutStrategy.

override int Kitware.VTK.vtkTreeMapLayoutStrategy.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkTreeMapLayoutStrategy.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAreaLayoutStrategy.

Reimplemented in Kitware.VTK.vtkSquarifyLayoutStrategy, Kitware.VTK.vtkSliceAndDiceLayoutStrategy, and Kitware.VTK.vtkBoxLayoutStrategy.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy_FindVertex_01 ( HandleRef  pThis,
HandleRef  tree,
HandleRef  areaArray,
IntPtr  pnt 
) [private]
static internal int Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeMapLayoutStrategy.vtkTreeMapLayoutStrategy_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTreeMapLayoutStrategy.MRClassNameKey = "24vtkTreeMapLayoutStrategy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAreaLayoutStrategy.

Reimplemented in Kitware.VTK.vtkSquarifyLayoutStrategy, Kitware.VTK.vtkSliceAndDiceLayoutStrategy, and Kitware.VTK.vtkBoxLayoutStrategy.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAreaLayoutStrategy.

Reimplemented in Kitware.VTK.vtkSquarifyLayoutStrategy, Kitware.VTK.vtkSliceAndDiceLayoutStrategy, and Kitware.VTK.vtkBoxLayoutStrategy.


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