ActiViz .NET
5.8.0
|
vtkSquarifyLayoutStrategy - uses the squarify tree map layout algorithm More...
Public Member Functions | |
vtkSquarifyLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSquarifyLayoutStrategy () | |
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 vtkSquarifyLayoutStrategy | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkSquarifyLayoutStrategy | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSquarifyLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSquarifyLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkSquarifyLayoutStrategy" |
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 | vtkSquarifyLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSquarifyLayoutStrategy_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkSquarifyLayoutStrategy_IsTypeOf_02 (string type) |
static internal void | vtkSquarifyLayoutStrategy_Layout_03 (HandleRef pThis, HandleRef inputTree, HandleRef coordsArray, HandleRef sizeArray) |
static internal IntPtr | vtkSquarifyLayoutStrategy_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSquarifyLayoutStrategy_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkSquarifyLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkSquarifyLayoutStrategy - uses the squarify tree map layout algorithm
Description vtkSquarifyLayoutStrategy partitions the space for child vertices into regions that use all available space and are as close to squares as possible. The algorithm also takes into account the relative vertex size.
Thanks The squarified tree map algorithm comes from: Bruls, D.M., C. Huizing, J.J. van Wijk. Squarified Treemaps. In: W. de Leeuw, R. van Liere (eds.), Data Visualization 2000, Proceedings of the joint Eurographics and IEEE TCVG Symposium on Visualization, 2000, Springer, Vienna, p. 33-42.
static Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSquarifyLayoutStrategy.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.vtkSquarifyLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new int Kitware.VTK.vtkSquarifyLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
override void Kitware.VTK.vtkSquarifyLayoutStrategy.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 vtkSquarifyLayoutStrategy Kitware.VTK.vtkSquarifyLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new vtkSquarifyLayoutStrategy Kitware.VTK.vtkSquarifyLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static internal int Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_Layout_03 | ( | HandleRef | pThis, |
HandleRef | inputTree, | ||
HandleRef | coordsArray, | ||
HandleRef | sizeArray | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSquarifyLayoutStrategy.vtkSquarifyLayoutStrategy_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkSquarifyLayoutStrategy.MRClassNameKey = "25vtkSquarifyLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
new const string Kitware.VTK.vtkSquarifyLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkSquarifyLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.