ActiViz .NET
5.8.0
|
vtkTreeMapView - Displays a tree as a tree map. More...
Public Member Functions | |
vtkTreeMapView (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTreeMapView () | |
Undocumented Block. | |
virtual void | GetFontSizeRange (IntPtr range) |
The sizes of the fonts used for labeling. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTreeMapView | NewInstance () |
Undocumented Block. | |
virtual void | SetFontSizeRange (int maxSize, int minSize, int delta) |
The sizes of the fonts used for labeling. | |
override void | SetLayoutStrategy (vtkAreaLayoutStrategy s) |
Sets the treemap layout strategy. | |
virtual void | SetLayoutStrategy (string name) |
Sets the treemap layout strategy. | |
virtual void | SetLayoutStrategyToBox () |
Sets the treemap layout strategy. | |
virtual void | SetLayoutStrategyToSliceAndDice () |
Sets the treemap layout strategy. | |
virtual void | SetLayoutStrategyToSquarify () |
Sets the treemap layout strategy. | |
Static Public Member Functions | |
static new vtkTreeMapView | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTreeMapView | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTreeMapView" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkTreeMapView" |
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 | vtkTreeMapView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeMapView_GetFontSizeRange_01 (HandleRef pThis, IntPtr range) |
static internal int | vtkTreeMapView_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkTreeMapView_IsTypeOf_03 (string type) |
static internal IntPtr | vtkTreeMapView_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeMapView_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeMapView_SetFontSizeRange_07 (HandleRef pThis, int maxSize, int minSize, int delta) |
static internal void | vtkTreeMapView_SetLayoutStrategy_08 (HandleRef pThis, HandleRef s) |
static internal void | vtkTreeMapView_SetLayoutStrategy_09 (HandleRef pThis, string name) |
static internal void | vtkTreeMapView_SetLayoutStrategyToBox_10 (HandleRef pThis) |
static internal void | vtkTreeMapView_SetLayoutStrategyToSliceAndDice_11 (HandleRef pThis) |
static internal void | vtkTreeMapView_SetLayoutStrategyToSquarify_12 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkTreeMapView () |
Automatically generated type registration mechanics. |
vtkTreeMapView - Displays a tree as a tree map.
Description vtkTreeMapView shows a vtkTree in a tree map, where each vertex in the tree is represented by a box. Child boxes are contained within the parent box, and may be colored and sized by various parameters.
static Kitware.VTK.vtkTreeMapView.vtkTreeMapView | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTreeMapView.vtkTreeMapView | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTreeMapView.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.vtkTreeAreaView.
virtual void Kitware.VTK.vtkTreeMapView.GetFontSizeRange | ( | IntPtr | range | ) | [virtual] |
The sizes of the fonts used for labeling.
override int Kitware.VTK.vtkTreeMapView.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
static new int Kitware.VTK.vtkTreeMapView.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
static new vtkTreeMapView Kitware.VTK.vtkTreeMapView.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
static new vtkTreeMapView Kitware.VTK.vtkTreeMapView.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
virtual void Kitware.VTK.vtkTreeMapView.SetFontSizeRange | ( | int | maxSize, |
int | minSize, | ||
int | delta | ||
) | [virtual] |
The sizes of the fonts used for labeling.
override void Kitware.VTK.vtkTreeMapView.SetLayoutStrategy | ( | vtkAreaLayoutStrategy | s | ) | [virtual] |
Sets the treemap layout strategy.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
virtual void Kitware.VTK.vtkTreeMapView.SetLayoutStrategy | ( | string | name | ) | [virtual] |
Sets the treemap layout strategy.
virtual void Kitware.VTK.vtkTreeMapView.SetLayoutStrategyToBox | ( | ) | [virtual] |
Sets the treemap layout strategy.
virtual void Kitware.VTK.vtkTreeMapView.SetLayoutStrategyToSliceAndDice | ( | ) | [virtual] |
Sets the treemap layout strategy.
virtual void Kitware.VTK.vtkTreeMapView.SetLayoutStrategyToSquarify | ( | ) | [virtual] |
Sets the treemap layout strategy.
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_GetFontSizeRange_01 | ( | HandleRef | pThis, |
IntPtr | range | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeMapView.vtkTreeMapView_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeMapView.vtkTreeMapView_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapView.vtkTreeMapView_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapView.vtkTreeMapView_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetFontSizeRange_07 | ( | HandleRef | pThis, |
int | maxSize, | ||
int | minSize, | ||
int | delta | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetLayoutStrategy_08 | ( | HandleRef | pThis, |
HandleRef | s | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetLayoutStrategy_09 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetLayoutStrategyToBox_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetLayoutStrategyToSliceAndDice_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTreeMapView.vtkTreeMapView_SetLayoutStrategyToSquarify_12 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkTreeMapView.MRClassNameKey = "14vtkTreeMapView" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAreaView.
new const string Kitware.VTK.vtkTreeMapView.MRFullTypeName = "Kitware.VTK.vtkTreeMapView" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAreaView.