ActiViz .NET
5.8.0
|
vtkBoxLayoutStrategy - a tree map layout that puts vertices in square-ish boxes More...
Public Member Functions | |
vtkBoxLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoxLayoutStrategy () | |
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 vtkBoxLayoutStrategy | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkBoxLayoutStrategy | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoxLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoxLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkBoxLayoutStrategy" |
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 | vtkBoxLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBoxLayoutStrategy_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkBoxLayoutStrategy_IsTypeOf_02 (string type) |
static internal void | vtkBoxLayoutStrategy_Layout_03 (HandleRef pThis, HandleRef inputTree, HandleRef coordsArray, HandleRef sizeArray) |
static internal IntPtr | vtkBoxLayoutStrategy_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoxLayoutStrategy_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkBoxLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkBoxLayoutStrategy - a tree map layout that puts vertices in square-ish boxes
Description vtkBoxLayoutStrategy recursively partitions the space for children vertices in a tree-map into square regions (or regions very close to a square).
Thanks Thanks to Brian Wylie from Sandia National Laboratories for creating this class.
static Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBoxLayoutStrategy.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.vtkBoxLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new int Kitware.VTK.vtkBoxLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
override void Kitware.VTK.vtkBoxLayoutStrategy.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 vtkBoxLayoutStrategy Kitware.VTK.vtkBoxLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static new vtkBoxLayoutStrategy Kitware.VTK.vtkBoxLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
static internal int Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_Layout_03 | ( | HandleRef | pThis, |
HandleRef | inputTree, | ||
HandleRef | coordsArray, | ||
HandleRef | sizeArray | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxLayoutStrategy.vtkBoxLayoutStrategy_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkBoxLayoutStrategy.MRClassNameKey = "20vtkBoxLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.
new const string Kitware.VTK.vtkBoxLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkBoxLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeMapLayoutStrategy.