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

vtkTreeAreaView - 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. More...

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

List of all members.

Public Member Functions

 vtkTreeAreaView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTreeAreaView ()
 Undocumented Block.
virtual void AreaLabelVisibilityOff ()
 Whether to show area labels. Default is off.
virtual void AreaLabelVisibilityOn ()
 Whether to show area labels. Default is off.
virtual void ColorAreasOff ()
 Whether to color vertices. Default is off.
virtual void ColorAreasOn ()
 Whether to color vertices. Default is off.
virtual void ColorEdgesOff ()
 Whether to color edges. Default is off.
virtual void ColorEdgesOn ()
 Whether to color edges. Default is off.
virtual void EdgeLabelVisibilityOff ()
 Whether to show edge labels. Default is off.
virtual void EdgeLabelVisibilityOn ()
 Whether to show edge labels. Default is off.
string GetAreaColorArrayName ()
 The array to use for coloring vertices. Default is "color".
string GetAreaHoverArrayName ()
 The name of the array whose value appears when the mouse hovers over a rectangle in the treemap. This must be a string array.
string GetAreaLabelArrayName ()
 The array to use for area labeling. Default is "label".
virtual int GetAreaLabelFontSize ()
 The size of the font used for area labeling.
bool GetAreaLabelVisibility ()
 Whether to show area labels. Default is off.
string GetAreaSizeArrayName ()
 The array to use for area sizes. Default is "size".
double GetBundlingStrength ()
 Set the bundling strength.
bool GetColorAreas ()
 Whether to color vertices. Default is off.
bool GetColorEdges ()
 Whether to color edges. Default is off.
string GetEdgeColorArrayName ()
 The array to use for coloring edges. Default is "color".
string GetEdgeLabelArrayName ()
 The array to use for edge labeling. Default is "label".
virtual int GetEdgeLabelFontSize ()
 The size of the font used for edge labeling.
bool GetEdgeLabelVisibility ()
 Whether to show edge labels. Default is off.
virtual bool GetEdgeScalarBarVisibility ()
 Visibility of scalar bar actor for edges.
string GetLabelPriorityArrayName ()
 The array to use for area labeling priority. Default is "GraphVertexDegree".
virtual vtkAreaLayoutStrategy GetLayoutStrategy ()
 The layout strategy for producing spatial regions for the tree.
double GetShrinkPercentage ()
 Set the region shrink percentage between 0.0 and 1.0.
virtual bool GetUseRectangularCoordinates ()
 Whether the area represents radial or rectangular coordinates.
override int IsA (string type)
 Undocumented Block.
new vtkTreeAreaView NewInstance ()
 Undocumented Block.
void SetAreaColorArrayName (string name)
 The array to use for coloring vertices. Default is "color".
void SetAreaHoverArrayName (string name)
 The name of the array whose value appears when the mouse hovers over a rectangle in the treemap. This must be a string array.
void SetAreaLabelArrayName (string name)
 The array to use for area labeling. Default is "label".
virtual void SetAreaLabelFontSize (int size)
 The size of the font used for area labeling.
void SetAreaLabelVisibility (bool vis)
 Whether to show area labels. Default is off.
void SetAreaSizeArrayName (string name)
 The array to use for area sizes. Default is "size".
void SetBundlingStrength (double strength)
 Set the bundling strength.
void SetColorAreas (bool vis)
 Whether to color vertices. Default is off.
void SetColorEdges (bool vis)
 Whether to color edges. Default is off.
void SetEdgeColorArrayName (string name)
 The array to use for coloring edges. Default is "color".
void SetEdgeColorToSplineFraction ()
 Set the color to be the spline fraction.
void SetEdgeLabelArrayName (string name)
 The array to use for edge labeling. Default is "label".
virtual void SetEdgeLabelFontSize (int size)
 The size of the font used for edge labeling.
void SetEdgeLabelVisibility (bool vis)
 Whether to show edge labels. Default is off.
virtual void SetEdgeScalarBarVisibility (bool b)
 Visibility of scalar bar actor for edges.
vtkDataRepresentation SetGraphFromInput (vtkGraph input)
 Set the tree and graph representations to the appropriate input ports.
vtkDataRepresentation SetGraphFromInputConnection (vtkAlgorithmOutput conn)
 Set the tree and graph representations to the appropriate input ports.
void SetLabelPriorityArrayName (string name)
 The array to use for area labeling priority. Default is "GraphVertexDegree".
virtual void SetLayoutStrategy (vtkAreaLayoutStrategy strategy)
 The layout strategy for producing spatial regions for the tree.
void SetShrinkPercentage (double value)
 Set the region shrink percentage between 0.0 and 1.0.
vtkDataRepresentation SetTreeFromInput (vtkTree input)
 Set the tree and graph representations to the appropriate input ports.
vtkDataRepresentation SetTreeFromInputConnection (vtkAlgorithmOutput conn)
 Set the tree and graph representations to the appropriate input ports.
virtual void SetUseRectangularCoordinates (bool rect)
 Whether the area represents radial or rectangular coordinates.
virtual void UseRectangularCoordinatesOff ()
 Whether the area represents radial or rectangular coordinates.
virtual void UseRectangularCoordinatesOn ()
 Whether the area represents radial or rectangular coordinates.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkTreeAreaView"
 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 vtkTreeAreaView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeAreaView_AreaLabelVisibilityOff_01 (HandleRef pThis)
static internal void vtkTreeAreaView_AreaLabelVisibilityOn_02 (HandleRef pThis)
static internal void vtkTreeAreaView_ColorAreasOff_03 (HandleRef pThis)
static internal void vtkTreeAreaView_ColorAreasOn_04 (HandleRef pThis)
static internal void vtkTreeAreaView_ColorEdgesOff_05 (HandleRef pThis)
static internal void vtkTreeAreaView_ColorEdgesOn_06 (HandleRef pThis)
static internal void vtkTreeAreaView_EdgeLabelVisibilityOff_07 (HandleRef pThis)
static internal void vtkTreeAreaView_EdgeLabelVisibilityOn_08 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetAreaColorArrayName_09 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetAreaHoverArrayName_10 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetAreaLabelArrayName_11 (HandleRef pThis)
static internal int vtkTreeAreaView_GetAreaLabelFontSize_12 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetAreaLabelVisibility_13 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetAreaSizeArrayName_14 (HandleRef pThis)
static internal double vtkTreeAreaView_GetBundlingStrength_15 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetColorAreas_16 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetColorEdges_17 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetEdgeColorArrayName_18 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetEdgeLabelArrayName_19 (HandleRef pThis)
static internal int vtkTreeAreaView_GetEdgeLabelFontSize_20 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetEdgeLabelVisibility_21 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetEdgeScalarBarVisibility_22 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetLabelPriorityArrayName_23 (HandleRef pThis)
static internal IntPtr vtkTreeAreaView_GetLayoutStrategy_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkTreeAreaView_GetShrinkPercentage_25 (HandleRef pThis)
static internal byte vtkTreeAreaView_GetUseRectangularCoordinates_26 (HandleRef pThis)
static internal int vtkTreeAreaView_IsA_27 (HandleRef pThis, string type)
static internal int vtkTreeAreaView_IsTypeOf_28 (string type)
static internal IntPtr vtkTreeAreaView_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTreeAreaView_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeAreaView_SetAreaColorArrayName_32 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetAreaHoverArrayName_33 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetAreaLabelArrayName_34 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetAreaLabelFontSize_35 (HandleRef pThis, int size)
static internal void vtkTreeAreaView_SetAreaLabelVisibility_36 (HandleRef pThis, byte vis)
static internal void vtkTreeAreaView_SetAreaSizeArrayName_37 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetBundlingStrength_38 (HandleRef pThis, double strength)
static internal void vtkTreeAreaView_SetColorAreas_39 (HandleRef pThis, byte vis)
static internal void vtkTreeAreaView_SetColorEdges_40 (HandleRef pThis, byte vis)
static internal void vtkTreeAreaView_SetEdgeColorArrayName_41 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetEdgeColorToSplineFraction_42 (HandleRef pThis)
static internal void vtkTreeAreaView_SetEdgeLabelArrayName_43 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetEdgeLabelFontSize_44 (HandleRef pThis, int size)
static internal void vtkTreeAreaView_SetEdgeLabelVisibility_45 (HandleRef pThis, byte vis)
static internal void vtkTreeAreaView_SetEdgeScalarBarVisibility_46 (HandleRef pThis, byte b)
static internal IntPtr vtkTreeAreaView_SetGraphFromInput_47 (HandleRef pThis, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTreeAreaView_SetGraphFromInputConnection_48 (HandleRef pThis, HandleRef conn, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeAreaView_SetLabelPriorityArrayName_49 (HandleRef pThis, string name)
static internal void vtkTreeAreaView_SetLayoutStrategy_50 (HandleRef pThis, HandleRef strategy)
static internal void vtkTreeAreaView_SetShrinkPercentage_51 (HandleRef pThis, double value)
static internal IntPtr vtkTreeAreaView_SetTreeFromInput_52 (HandleRef pThis, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTreeAreaView_SetTreeFromInputConnection_53 (HandleRef pThis, HandleRef conn, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTreeAreaView_SetUseRectangularCoordinates_54 (HandleRef pThis, byte rect)
static internal void vtkTreeAreaView_UseRectangularCoordinatesOff_55 (HandleRef pThis)
static internal void vtkTreeAreaView_UseRectangularCoordinatesOn_56 (HandleRef pThis)

Static Private Member Functions

static vtkTreeAreaView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTreeAreaView - 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.

Description Takes a graph and a hierarchy (currently a tree) and lays out the graph vertices based on their categorization within the hierarchy.

.SEE ALSO vtkGraphLayoutView

Thanks Thanks to Jason Shepherd for implementing this class


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Whether to show area labels. Default is off.

Whether to show area labels. Default is off.

virtual void Kitware.VTK.vtkTreeAreaView.ColorAreasOff ( ) [virtual]

Whether to color vertices. Default is off.

virtual void Kitware.VTK.vtkTreeAreaView.ColorAreasOn ( ) [virtual]

Whether to color vertices. Default is off.

virtual void Kitware.VTK.vtkTreeAreaView.ColorEdgesOff ( ) [virtual]

Whether to color edges. Default is off.

virtual void Kitware.VTK.vtkTreeAreaView.ColorEdgesOn ( ) [virtual]

Whether to color edges. Default is off.

override void Kitware.VTK.vtkTreeAreaView.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.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Whether to show edge labels. Default is off.

Whether to show edge labels. Default is off.

The array to use for coloring vertices. Default is "color".

The name of the array whose value appears when the mouse hovers over a rectangle in the treemap. This must be a string array.

The array to use for area labeling. Default is "label".

The size of the font used for area labeling.

Whether to show area labels. Default is off.

The array to use for area sizes. Default is "size".

Set the bundling strength.

Whether to color vertices. Default is off.

Whether to color edges. Default is off.

The array to use for coloring edges. Default is "color".

The array to use for edge labeling. Default is "label".

The size of the font used for edge labeling.

Whether to show edge labels. Default is off.

Visibility of scalar bar actor for edges.

The array to use for area labeling priority. Default is "GraphVertexDegree".

The layout strategy for producing spatial regions for the tree.

Here is the call graph for this function:

Set the region shrink percentage between 0.0 and 1.0.

Whether the area represents radial or rectangular coordinates.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Here is the call graph for this function:

The array to use for coloring vertices. Default is "color".

The name of the array whose value appears when the mouse hovers over a rectangle in the treemap. This must be a string array.

The array to use for area labeling. Default is "label".

virtual void Kitware.VTK.vtkTreeAreaView.SetAreaLabelFontSize ( int  size) [virtual]

The size of the font used for area labeling.

Whether to show area labels. Default is off.

The array to use for area sizes. Default is "size".

Set the bundling strength.

Whether to color vertices. Default is off.

Whether to color edges. Default is off.

The array to use for coloring edges. Default is "color".

Set the color to be the spline fraction.

The array to use for edge labeling. Default is "label".

virtual void Kitware.VTK.vtkTreeAreaView.SetEdgeLabelFontSize ( int  size) [virtual]

The size of the font used for edge labeling.

Whether to show edge labels. Default is off.

virtual void Kitware.VTK.vtkTreeAreaView.SetEdgeScalarBarVisibility ( bool  b) [virtual]

Visibility of scalar bar actor for edges.

Set the tree and graph representations to the appropriate input ports.

Here is the call graph for this function:

Set the tree and graph representations to the appropriate input ports.

Here is the call graph for this function:

The array to use for area labeling priority. Default is "GraphVertexDegree".

The layout strategy for producing spatial regions for the tree.

Reimplemented in Kitware.VTK.vtkTreeMapView.

Set the region shrink percentage between 0.0 and 1.0.

Set the tree and graph representations to the appropriate input ports.

Here is the call graph for this function:

Set the tree and graph representations to the appropriate input ports.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTreeAreaView.SetUseRectangularCoordinates ( bool  rect) [virtual]

Whether the area represents radial or rectangular coordinates.

Whether the area represents radial or rectangular coordinates.

Whether the area represents radial or rectangular coordinates.

static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_AreaLabelVisibilityOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_AreaLabelVisibilityOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_ColorAreasOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_ColorAreasOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_ColorEdgesOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_ColorEdgesOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_EdgeLabelVisibilityOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_EdgeLabelVisibilityOn_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaColorArrayName_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaHoverArrayName_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaLabelArrayName_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaLabelFontSize_12 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaLabelVisibility_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetAreaSizeArrayName_14 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetBundlingStrength_15 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetColorAreas_16 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetColorEdges_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetEdgeColorArrayName_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetEdgeLabelArrayName_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetEdgeLabelFontSize_20 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetEdgeLabelVisibility_21 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetEdgeScalarBarVisibility_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetLabelPriorityArrayName_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetLayoutStrategy_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetShrinkPercentage_25 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_GetUseRectangularCoordinates_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_IsA_27 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_IsTypeOf_28 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_NewInstance_30 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SafeDownCast_31 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaColorArrayName_32 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaHoverArrayName_33 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaLabelArrayName_34 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaLabelFontSize_35 ( HandleRef  pThis,
int  size 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaLabelVisibility_36 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetAreaSizeArrayName_37 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetBundlingStrength_38 ( HandleRef  pThis,
double  strength 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetColorAreas_39 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetColorEdges_40 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeColorArrayName_41 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeColorToSplineFraction_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeLabelArrayName_43 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeLabelFontSize_44 ( HandleRef  pThis,
int  size 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeLabelVisibility_45 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetEdgeScalarBarVisibility_46 ( HandleRef  pThis,
byte  b 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetGraphFromInput_47 ( HandleRef  pThis,
HandleRef  input,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetGraphFromInputConnection_48 ( HandleRef  pThis,
HandleRef  conn,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetLabelPriorityArrayName_49 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetLayoutStrategy_50 ( HandleRef  pThis,
HandleRef  strategy 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetShrinkPercentage_51 ( HandleRef  pThis,
double  value 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetTreeFromInput_52 ( HandleRef  pThis,
HandleRef  input,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetTreeFromInputConnection_53 ( HandleRef  pThis,
HandleRef  conn,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_SetUseRectangularCoordinates_54 ( HandleRef  pThis,
byte  rect 
) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_UseRectangularCoordinatesOff_55 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTreeAreaView.vtkTreeAreaView_UseRectangularCoordinatesOn_56 ( HandleRef  pThis) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.


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