ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTreeOrbitLayoutStrategy Class Reference

vtkTreeOrbitLayoutStrategy - hierarchical orbital layout More...

Inheritance diagram for Kitware.VTK.vtkTreeOrbitLayoutStrategy:
[legend]
Collaboration diagram for Kitware.VTK.vtkTreeOrbitLayoutStrategy:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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 :)

The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.

The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.

The spacing of leaves. Levels near one evenly space leaves with no gaps between subtrees. Levels near zero creates large gaps between subtrees.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Here is the call graph for this function:

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_GetLeafSpacing_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeOrbitLayoutStrategy.vtkTreeOrbitLayoutStrategy_IsA_06 ( HandleRef  pThis,
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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: