ActiViz .NET
5.8.0
|
vtkSliceAndDiceLayoutStrategy - a horizontal and vertical slicing tree map layout More...
Public Member Functions | |
vtkSliceAndDiceLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSliceAndDiceLayoutStrategy () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
override void | Layout (vtkTree inputTree, vtkDataArray coordsArray, vtkDataArray sizeArray) |
Perform the layout of a tree and place the results as 4-tuples in coordsArray (Xmin, Xmax, Ymin, Ymax). | |
new vtkSliceAndDiceLayoutStrategy | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkSliceAndDiceLayoutStrategy | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSliceAndDiceLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSliceAndDiceLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkSliceAndDiceLayoutStrategy" |
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 | vtkSliceAndDiceLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSliceAndDiceLayoutStrategy_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkSliceAndDiceLayoutStrategy_IsTypeOf_02 (string type) |
static internal void | vtkSliceAndDiceLayoutStrategy_Layout_03 (HandleRef pThis, HandleRef inputTree, HandleRef coordsArray, HandleRef sizeArray) |
static internal IntPtr | vtkSliceAndDiceLayoutStrategy_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSliceAndDiceLayoutStrategy_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkSliceAndDiceLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkSliceAndDiceLayoutStrategy - a horizontal and vertical slicing tree map layout
Description Lays out a tree-map alternating between horizontal and vertical slices, taking into account the relative size of each vertex.
Thanks Slice and dice algorithm comes from: Shneiderman, B. 1992. Tree visualization with tree-maps: 2-d space-filling approach. ACM Trans. Graph. 11, 1 (Jan. 1992), 92-99.
static Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSliceAndDiceLayoutStrategy.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.vtkTreeMapLayoutStrategy.
override int Kitware.VTK.vtkSliceAndDiceLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new int Kitware.VTK.vtkSliceAndDiceLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
override void Kitware.VTK.vtkSliceAndDiceLayoutStrategy.Layout | ( | vtkTree | inputTree, |
vtkDataArray | coordsArray, | ||
vtkDataArray | sizeArray | ||
) | [virtual] |
Perform the layout of a tree and place the results as 4-tuples in coordsArray (Xmin, Xmax, Ymin, Ymax).
Reimplemented from Kitware.VTK.vtkAreaLayoutStrategy.
static new vtkSliceAndDiceLayoutStrategy Kitware.VTK.vtkSliceAndDiceLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new vtkSliceAndDiceLayoutStrategy Kitware.VTK.vtkSliceAndDiceLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static internal int Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_Layout_03 | ( | HandleRef | pThis, |
HandleRef | inputTree, | ||
HandleRef | coordsArray, | ||
HandleRef | sizeArray | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSliceAndDiceLayoutStrategy.vtkSliceAndDiceLayoutStrategy_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkSliceAndDiceLayoutStrategy.MRClassNameKey = "29vtkSliceAndDiceLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
new const string Kitware.VTK.vtkSliceAndDiceLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkSliceAndDiceLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.