ActiViz .NET
5.8.0
|
vtkTreeOrbitLayoutStrategy - hierarchical orbital layout More...
Public Member Functions | |
vtkTreeOrbitLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTreeOrbitLayoutStrategy () | |
Undocumented Block. | |
virtual double | GetChildRadiusFactor () |
This is a magic number right now. Controls the radius of the child layout, all of this should be fixed at some point with a more logical layout. Defaults to .5 :) | |
virtual double | GetLeafSpacing () |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees. | |
virtual double | GetLeafSpacingMaxValue () |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees. | |
virtual double | GetLeafSpacingMinValue () |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees. | |
virtual double | GetLogSpacingValue () |
The spacing of orbital levels. Levels near zero give more space to levels near the root, while levels near one (the default) create evenly-spaced levels. Levels above one give more space to levels near the leaves. | |
override int | IsA (string type) |
Undocumented Block. | |
override void | Layout () |
Perform the orbital layout. | |
new vtkTreeOrbitLayoutStrategy | NewInstance () |
Undocumented Block. | |
virtual void | SetChildRadiusFactor (double _arg) |
This is a magic number right now. Controls the radius of the child layout, all of this should be fixed at some point with a more logical layout. Defaults to .5 :) | |
virtual void | SetLeafSpacing (double _arg) |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees. | |
virtual void | SetLogSpacingValue (double _arg) |
The spacing of orbital levels. Levels near zero give more space to levels near the root, while levels near one (the default) create evenly-spaced levels. Levels above one give more space to levels near the leaves. | |
Static Public Member Functions | |
static new vtkTreeOrbitLayoutStrategy | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTreeOrbitLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTreeOrbitLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkTreeOrbitLayoutStrategy" |
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 | vtkTreeOrbitLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkTreeOrbitLayoutStrategy_GetChildRadiusFactor_01 (HandleRef pThis) |
static internal double | vtkTreeOrbitLayoutStrategy_GetLeafSpacing_02 (HandleRef pThis) |
static internal double | vtkTreeOrbitLayoutStrategy_GetLeafSpacingMaxValue_03 (HandleRef pThis) |
static internal double | vtkTreeOrbitLayoutStrategy_GetLeafSpacingMinValue_04 (HandleRef pThis) |
static internal double | vtkTreeOrbitLayoutStrategy_GetLogSpacingValue_05 (HandleRef pThis) |
static internal int | vtkTreeOrbitLayoutStrategy_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkTreeOrbitLayoutStrategy_IsTypeOf_07 (string type) |
static internal void | vtkTreeOrbitLayoutStrategy_Layout_08 (HandleRef pThis) |
static internal IntPtr | vtkTreeOrbitLayoutStrategy_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTreeOrbitLayoutStrategy_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTreeOrbitLayoutStrategy_SetChildRadiusFactor_12 (HandleRef pThis, double _arg) |
static internal void | vtkTreeOrbitLayoutStrategy_SetLeafSpacing_13 (HandleRef pThis, double _arg) |
static internal void | vtkTreeOrbitLayoutStrategy_SetLogSpacingValue_14 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkTreeOrbitLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkTreeOrbitLayoutStrategy - hierarchical orbital layout
Description Assigns points to the nodes of a tree to an orbital layout. Each parent is orbited by its children, recursively.
static Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTreeOrbitLayoutStrategy.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.vtkGraphLayoutStrategy.
virtual double Kitware.VTK.vtkTreeOrbitLayoutStrategy.GetChildRadiusFactor | ( | ) | [virtual] |
This is a magic number right now. Controls the radius of the child layout, all of this should be fixed at some point with a more logical layout. Defaults to .5 :)
virtual double Kitware.VTK.vtkTreeOrbitLayoutStrategy.GetLeafSpacing | ( | ) | [virtual] |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.
virtual double Kitware.VTK.vtkTreeOrbitLayoutStrategy.GetLeafSpacingMaxValue | ( | ) | [virtual] |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.
virtual double Kitware.VTK.vtkTreeOrbitLayoutStrategy.GetLeafSpacingMinValue | ( | ) | [virtual] |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.
virtual double Kitware.VTK.vtkTreeOrbitLayoutStrategy.GetLogSpacingValue | ( | ) | [virtual] |
The spacing of orbital levels. Levels near zero give more space to levels near the root, while levels near one (the default) create evenly-spaced levels. Levels above one give more space to levels near the leaves.
override int Kitware.VTK.vtkTreeOrbitLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new int Kitware.VTK.vtkTreeOrbitLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
override void Kitware.VTK.vtkTreeOrbitLayoutStrategy.Layout | ( | ) | [virtual] |
Perform the orbital layout.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new vtkTreeOrbitLayoutStrategy Kitware.VTK.vtkTreeOrbitLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new vtkTreeOrbitLayoutStrategy Kitware.VTK.vtkTreeOrbitLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
virtual void Kitware.VTK.vtkTreeOrbitLayoutStrategy.SetChildRadiusFactor | ( | double | _arg | ) | [virtual] |
This is a magic number right now. Controls the radius of the child layout, all of this should be fixed at some point with a more logical layout. Defaults to .5 :)
virtual void Kitware.VTK.vtkTreeOrbitLayoutStrategy.SetLeafSpacing | ( | double | _arg | ) | [virtual] |
The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.
virtual void Kitware.VTK.vtkTreeOrbitLayoutStrategy.SetLogSpacingValue | ( | double | _arg | ) | [virtual] |
The spacing of orbital levels. Levels near zero give more space to levels near the root, while levels near one (the default) create evenly-spaced levels. Levels above one give more space to levels near the leaves.
static internal double Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_GetChildRadiusFactor_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_GetLeafSpacing_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_GetLeafSpacingMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_GetLeafSpacingMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_GetLogSpacingValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_Layout_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_SetChildRadiusFactor_12 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_SetLeafSpacing_13 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_SetLogSpacingValue_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTreeOrbitLayoutStrategy.MRClassNameKey = "26vtkTreeOrbitLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
new const string Kitware.VTK.vtkTreeOrbitLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkTreeOrbitLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.