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.vtkTreeRingView Class Reference

vtkTreeRingView - Displays a tree in concentric rings. More...

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

List of all members.

Public Member Functions

 vtkTreeRingView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTreeRingView ()
 Undocumented Block.
virtual double GetInteriorLogSpacingValue ()
 Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.
virtual double GetInteriorRadius ()
 Set the interior radius of the tree (i.e. the size of the "hole" in the center).
virtual double GetLayerThickness ()
 Set the thickness of each layer.
virtual bool GetRootAtCenter ()
 Sets whether the root is at the center or around the outside.
override int IsA (string type)
 Undocumented Block.
new vtkTreeRingView NewInstance ()
 Undocumented Block.
virtual void RootAtCenterOff ()
 Sets whether the root is at the center or around the outside.
virtual void RootAtCenterOn ()
 Sets whether the root is at the center or around the outside.
virtual void SetInteriorLogSpacingValue (double thickness)
 Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.
virtual void SetInteriorRadius (double thickness)
 Set the interior radius of the tree (i.e. the size of the "hole" in the center).
virtual void SetLayerThickness (double thickness)
 Set the thickness of each layer.
void SetRootAngles (double start, double end)
 Set the root angles for laying out the hierarchy.
virtual void SetRootAtCenter (bool value)
 Sets whether the root is at the center or around the outside.

Static Public Member Functions

static new vtkTreeRingView New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTreeRingView SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTreeRingView"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkTreeRingView"
 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 vtkTreeRingView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkTreeRingView_GetInteriorLogSpacingValue_01 (HandleRef pThis)
static internal double vtkTreeRingView_GetInteriorRadius_02 (HandleRef pThis)
static internal double vtkTreeRingView_GetLayerThickness_03 (HandleRef pThis)
static internal byte vtkTreeRingView_GetRootAtCenter_04 (HandleRef pThis)
static internal int vtkTreeRingView_IsA_05 (HandleRef pThis, string type)
static internal int vtkTreeRingView_IsTypeOf_06 (string type)
static internal IntPtr vtkTreeRingView_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeRingView_RootAtCenterOff_09 (HandleRef pThis)
static internal void vtkTreeRingView_RootAtCenterOn_10 (HandleRef pThis)
static internal IntPtr vtkTreeRingView_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeRingView_SetInteriorLogSpacingValue_12 (HandleRef pThis, double thickness)
static internal void vtkTreeRingView_SetInteriorRadius_13 (HandleRef pThis, double thickness)
static internal void vtkTreeRingView_SetLayerThickness_14 (HandleRef pThis, double thickness)
static internal void vtkTreeRingView_SetRootAngles_15 (HandleRef pThis, double start, double end)
static internal void vtkTreeRingView_SetRootAtCenter_16 (HandleRef pThis, byte value)

Static Private Member Functions

static vtkTreeRingView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTreeRingView - Displays a tree in concentric rings.

Description Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display. Currently, this means displaying the hierarchy using a tree ring layout, then rendering the graph vertices as leaves of the tree with curved graph edges between leaves.

.SEE ALSO vtkGraphLayoutView

Thanks Thanks to Jason Shepherd for implementing this class


Constructor & Destructor Documentation

static Kitware.VTK.vtkTreeRingView.vtkTreeRingView ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkTreeRingView.vtkTreeRingView ( 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.vtkTreeRingView.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.

Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.

virtual double Kitware.VTK.vtkTreeRingView.GetInteriorRadius ( ) [virtual]

Set the interior radius of the tree (i.e. the size of the "hole" in the center).

virtual double Kitware.VTK.vtkTreeRingView.GetLayerThickness ( ) [virtual]

Set the thickness of each layer.

virtual bool Kitware.VTK.vtkTreeRingView.GetRootAtCenter ( ) [virtual]

Sets whether the root is at the center or around the outside.

override int Kitware.VTK.vtkTreeRingView.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

static new int Kitware.VTK.vtkTreeRingView.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

virtual void Kitware.VTK.vtkTreeRingView.RootAtCenterOff ( ) [virtual]

Sets whether the root is at the center or around the outside.

virtual void Kitware.VTK.vtkTreeRingView.RootAtCenterOn ( ) [virtual]

Sets whether the root is at the center or around the outside.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTreeRingView.SetInteriorLogSpacingValue ( double  thickness) [virtual]

Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.

virtual void Kitware.VTK.vtkTreeRingView.SetInteriorRadius ( double  thickness) [virtual]

Set the interior radius of the tree (i.e. the size of the "hole" in the center).

virtual void Kitware.VTK.vtkTreeRingView.SetLayerThickness ( double  thickness) [virtual]

Set the thickness of each layer.

void Kitware.VTK.vtkTreeRingView.SetRootAngles ( double  start,
double  end 
)

Set the root angles for laying out the hierarchy.

virtual void Kitware.VTK.vtkTreeRingView.SetRootAtCenter ( bool  value) [virtual]

Sets whether the root is at the center or around the outside.

static internal double Kitware.VTK.vtkTreeRingView.vtkTreeRingView_GetInteriorLogSpacingValue_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTreeRingView.vtkTreeRingView_GetInteriorRadius_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTreeRingView.vtkTreeRingView_GetLayerThickness_03 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeRingView.vtkTreeRingView_GetRootAtCenter_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeRingView.vtkTreeRingView_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTreeRingView.vtkTreeRingView_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTreeRingView.vtkTreeRingView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeRingView.vtkTreeRingView_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_RootAtCenterOff_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_RootAtCenterOn_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SetInteriorLogSpacingValue_12 ( HandleRef  pThis,
double  thickness 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SetInteriorRadius_13 ( HandleRef  pThis,
double  thickness 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SetLayerThickness_14 ( HandleRef  pThis,
double  thickness 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SetRootAngles_15 ( HandleRef  pThis,
double  start,
double  end 
) [private]
static internal void Kitware.VTK.vtkTreeRingView.vtkTreeRingView_SetRootAtCenter_16 ( HandleRef  pThis,
byte  value 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTreeRingView.MRClassNameKey = "15vtkTreeRingView" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

new const string Kitware.VTK.vtkTreeRingView.MRFullTypeName = "Kitware.VTK.vtkTreeRingView"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAreaView.


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