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

vtkGraphLayoutView - Lays out and displays a graph More...

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

List of all members.

Public Member Functions

 vtkGraphLayoutView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGraphLayoutView ()
 Undocumented Block.
void AddIconType (string type, int index)
 Associate the icon at index "index" in the vtkTexture to all vertices containing "type" as a value in the vertex attribute array specified by IconArrayName.
void ClearIconTypes ()
 Clear all icon mappings.
virtual void ColorEdgesOff ()
 Whether to color edges. Default is off.
virtual void ColorEdgesOn ()
 Whether to color edges. Default is off.
virtual void ColorVerticesOff ()
 Whether to color vertices. Default is off.
virtual void ColorVerticesOn ()
 Whether to color vertices. 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.
virtual void EdgeSelectionOff ()
 Whether edges are selectable. Default is on.
virtual void EdgeSelectionOn ()
 Whether edges are selectable. Default is on.
virtual void EdgeVisibilityOff ()
 Whether to show the edges at all. Default is on.
virtual void EdgeVisibilityOn ()
 Whether to show the edges at all. Default is on.
bool GetColorEdges ()
 Whether to color edges. Default is off.
bool GetColorVertices ()
 Whether to color vertices. 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.
vtkEdgeLayoutStrategy GetEdgeLayoutStrategy ()
 The layout strategy to use when performing the edge layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.
string GetEdgeLayoutStrategyName ()
 The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".
bool GetEdgeScalarBarVisibility ()
 Whether the scalar bar for edges is visible. Default is off.
bool GetEdgeSelection ()
 Whether edges are selectable. Default is on.
bool GetEdgeVisibility ()
 Whether to show the edges at all. Default is on.
int GetEnableEdgesByArray ()
 Whether to color edges. Default is off.
int GetEnableVerticesByArray ()
 Whether to color vertices. Default is off.
string GetEnabledEdgesArrayName ()
 The array to use for coloring edges.
string GetEnabledVerticesArrayName ()
 The array to use for coloring vertices.
int GetGlyphType ()
 The type of glyph to use for the vertices.
bool GetHideEdgeLabelsOnInteraction ()
 Whether to hide edge labels during mouse interactions. Default is off.
bool GetHideVertexLabelsOnInteraction ()
 Whether to hide vertex labels during mouse interactions. Default is off.
string GetIconArrayName ()
 The array used for assigning icons.
bool GetIconVisibility ()
 Whether icons are visible (default off).
vtkGraphLayoutStrategy GetLayoutStrategy ()
 The layout strategy to use when performing the graph layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.
string GetLayoutStrategyName ()
 The layout strategy to use when performing the graph layout. The possible strings are:
bool GetScaledGlyphs ()
 Whether to use scaled glyphs or not. Default is off.
string GetScalingArrayName ()
 The array used for scaling (if ScaledGlyphs is ON)
string GetVertexColorArrayName ()
 The array to use for coloring vertices. The default behavior is to color by vertex degree.
string GetVertexLabelArrayName ()
 The array to use for vertex labeling. Default is "label".
virtual int GetVertexLabelFontSize ()
 The size of the font used for vertex labeling.
bool GetVertexLabelVisibility ()
 Whether to show vertex labels. Default is off.
bool GetVertexScalarBarVisibility ()
 Whether the scalar bar for vertices is visible. Default is off.
virtual void HideEdgeLabelsOnInteractionOff ()
 Whether to hide edge labels during mouse interactions. Default is off.
virtual void HideEdgeLabelsOnInteractionOn ()
 Whether to hide edge labels during mouse interactions. Default is off.
virtual void HideVertexLabelsOnInteractionOff ()
 Whether to hide vertex labels during mouse interactions. Default is off.
virtual void HideVertexLabelsOnInteractionOn ()
 Whether to hide vertex labels during mouse interactions. Default is off.
virtual void IconVisibilityOff ()
 Whether icons are visible (default off).
virtual void IconVisibilityOn ()
 Whether icons are visible (default off).
override int IsA (string type)
 Undocumented Block.
virtual int IsLayoutComplete ()
 Is the graph layout complete? This method is useful for when the strategy is iterative and the application wants to show the iterative progress of the graph layout See Also: UpdateLayout();.
new vtkGraphLayoutView NewInstance ()
 Undocumented Block.
virtual void ScaledGlyphsOff ()
 Whether to use scaled glyphs or not. Default is off.
virtual void ScaledGlyphsOn ()
 Whether to use scaled glyphs or not. Default is off.
void SetColorEdges (bool vis)
 Whether to color edges. Default is off.
void SetColorVertices (bool vis)
 Whether to color vertices. Default is off.
void SetEdgeColorArrayName (string name)
 The array to use for coloring edges. Default is "color".
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.
void SetEdgeLayoutStrategy (vtkEdgeLayoutStrategy s)
 The layout strategy to use when performing the edge layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.
void SetEdgeLayoutStrategy (string name)
 The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".
void SetEdgeLayoutStrategyToArcParallel ()
 The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".
void SetEdgeLayoutStrategyToPassThrough ()
 The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".
void SetEdgeScalarBarVisibility (bool vis)
 Whether the scalar bar for edges is visible. Default is off.
void SetEdgeSelection (bool vis)
 Whether edges are selectable. Default is on.
void SetEdgeVisibility (bool vis)
 Whether to show the edges at all. Default is on.
void SetEnableEdgesByArray (bool vis)
 Whether to color edges. Default is off.
void SetEnableVerticesByArray (bool vis)
 Whether to color vertices. Default is off.
void SetEnabledEdgesArrayName (string name)
 The array to use for coloring edges.
void SetEnabledVerticesArrayName (string name)
 The array to use for coloring vertices.
void SetGlyphType (int type)
 The type of glyph to use for the vertices.
void SetHideEdgeLabelsOnInteraction (bool vis)
 Whether to hide edge labels during mouse interactions. Default is off.
void SetHideVertexLabelsOnInteraction (bool vis)
 Whether to hide vertex labels during mouse interactions. Default is off.
void SetIconAlignment (int alignment)
 Specify where the icons should be placed in relation to the vertex. See vtkIconGlyphFilter.h for possible values.
void SetIconArrayName (string name)
 The array used for assigning icons.
void SetIconVisibility (bool b)
 Whether icons are visible (default off).
void SetLayoutStrategy (string name)
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategy (vtkGraphLayoutStrategy s)
 The layout strategy to use when performing the graph layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.
void SetLayoutStrategyToCircular ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToClustering2D ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToCommunity2D ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToCone ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToCosmicTree ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToFast2D ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToForceDirected ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToPassThrough ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToRandom ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToSimple2D ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToSpanTree ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetLayoutStrategyToTree ()
 The layout strategy to use when performing the graph layout. The possible strings are:
void SetScaledGlyphs (bool arg)
 Whether to use scaled glyphs or not. Default is off.
void SetScalingArrayName (string name)
 The array used for scaling (if ScaledGlyphs is ON)
void SetVertexColorArrayName (string name)
 The array to use for coloring vertices. The default behavior is to color by vertex degree.
void SetVertexLabelArrayName (string name)
 The array to use for vertex labeling. Default is "label".
virtual void SetVertexLabelFontSize (int size)
 The size of the font used for vertex labeling.
void SetVertexLabelVisibility (bool vis)
 Whether to show vertex labels. Default is off.
void SetVertexScalarBarVisibility (bool vis)
 Whether the scalar bar for vertices is visible. Default is off.
virtual void UpdateLayout ()
 This method is useful for when the strategy is iterative and the application wants to show the iterative progress of the graph layout. The application would have something like while(!IsLayoutComplete()) { UpdateLayout(); } See Also: IsLayoutComplete();.
virtual void VertexLabelVisibilityOff ()
 Whether to show vertex labels. Default is off.
virtual void VertexLabelVisibilityOn ()
 Whether to show vertex labels. Default is off.
void ZoomToSelection ()
 Reset the camera based on the bounds of the selected region.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkGraphLayoutView"
 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 vtkGraphLayoutView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGraphLayoutView_AddIconType_01 (HandleRef pThis, string type, int index)
static internal void vtkGraphLayoutView_ClearIconTypes_02 (HandleRef pThis)
static internal void vtkGraphLayoutView_ColorEdgesOff_03 (HandleRef pThis)
static internal void vtkGraphLayoutView_ColorEdgesOn_04 (HandleRef pThis)
static internal void vtkGraphLayoutView_ColorVerticesOff_05 (HandleRef pThis)
static internal void vtkGraphLayoutView_ColorVerticesOn_06 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeLabelVisibilityOff_07 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeLabelVisibilityOn_08 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeSelectionOff_09 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeSelectionOn_10 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeVisibilityOff_11 (HandleRef pThis)
static internal void vtkGraphLayoutView_EdgeVisibilityOn_12 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetColorEdges_13 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetColorVertices_14 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetEdgeColorArrayName_15 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetEdgeLabelArrayName_16 (HandleRef pThis)
static internal int vtkGraphLayoutView_GetEdgeLabelFontSize_17 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetEdgeLabelVisibility_18 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetEdgeLayoutStrategy_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGraphLayoutView_GetEdgeLayoutStrategyName_20 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetEdgeScalarBarVisibility_21 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetEdgeSelection_22 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetEdgeVisibility_23 (HandleRef pThis)
static internal int vtkGraphLayoutView_GetEnableEdgesByArray_24 (HandleRef pThis)
static internal int vtkGraphLayoutView_GetEnableVerticesByArray_25 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetEnabledEdgesArrayName_26 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetEnabledVerticesArrayName_27 (HandleRef pThis)
static internal int vtkGraphLayoutView_GetGlyphType_28 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetHideEdgeLabelsOnInteraction_29 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetHideVertexLabelsOnInteraction_30 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetIconArrayName_31 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetIconVisibility_32 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetLayoutStrategy_33 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGraphLayoutView_GetLayoutStrategyName_34 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetScaledGlyphs_35 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetScalingArrayName_36 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetVertexColorArrayName_37 (HandleRef pThis)
static internal IntPtr vtkGraphLayoutView_GetVertexLabelArrayName_38 (HandleRef pThis)
static internal int vtkGraphLayoutView_GetVertexLabelFontSize_39 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetVertexLabelVisibility_40 (HandleRef pThis)
static internal byte vtkGraphLayoutView_GetVertexScalarBarVisibility_41 (HandleRef pThis)
static internal void vtkGraphLayoutView_HideEdgeLabelsOnInteractionOff_42 (HandleRef pThis)
static internal void vtkGraphLayoutView_HideEdgeLabelsOnInteractionOn_43 (HandleRef pThis)
static internal void vtkGraphLayoutView_HideVertexLabelsOnInteractionOff_44 (HandleRef pThis)
static internal void vtkGraphLayoutView_HideVertexLabelsOnInteractionOn_45 (HandleRef pThis)
static internal void vtkGraphLayoutView_IconVisibilityOff_46 (HandleRef pThis)
static internal void vtkGraphLayoutView_IconVisibilityOn_47 (HandleRef pThis)
static internal int vtkGraphLayoutView_IsA_48 (HandleRef pThis, string type)
static internal int vtkGraphLayoutView_IsLayoutComplete_49 (HandleRef pThis)
static internal int vtkGraphLayoutView_IsTypeOf_50 (string type)
static internal IntPtr vtkGraphLayoutView_NewInstance_52 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGraphLayoutView_SafeDownCast_53 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGraphLayoutView_ScaledGlyphsOff_54 (HandleRef pThis)
static internal void vtkGraphLayoutView_ScaledGlyphsOn_55 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetColorEdges_56 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetColorVertices_57 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEdgeColorArrayName_58 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetEdgeLabelArrayName_59 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetEdgeLabelFontSize_60 (HandleRef pThis, int size)
static internal void vtkGraphLayoutView_SetEdgeLabelVisibility_61 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEdgeLayoutStrategy_62 (HandleRef pThis, HandleRef s)
static internal void vtkGraphLayoutView_SetEdgeLayoutStrategy_63 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetEdgeLayoutStrategyToArcParallel_64 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetEdgeLayoutStrategyToPassThrough_65 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetEdgeScalarBarVisibility_66 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEdgeSelection_67 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEdgeVisibility_68 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEnableEdgesByArray_69 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEnableVerticesByArray_70 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetEnabledEdgesArrayName_71 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetEnabledVerticesArrayName_72 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetGlyphType_73 (HandleRef pThis, int type)
static internal void vtkGraphLayoutView_SetHideEdgeLabelsOnInteraction_74 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetHideVertexLabelsOnInteraction_75 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetIconAlignment_76 (HandleRef pThis, int alignment)
static internal void vtkGraphLayoutView_SetIconArrayName_77 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetIconVisibility_78 (HandleRef pThis, byte b)
static internal void vtkGraphLayoutView_SetLayoutStrategy_79 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetLayoutStrategy_80 (HandleRef pThis, HandleRef s)
static internal void vtkGraphLayoutView_SetLayoutStrategyToCircular_81 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToClustering2D_82 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToCommunity2D_83 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToCone_84 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToCosmicTree_85 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToFast2D_86 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToForceDirected_87 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToPassThrough_88 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToRandom_89 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToSimple2D_90 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToSpanTree_91 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetLayoutStrategyToTree_92 (HandleRef pThis)
static internal void vtkGraphLayoutView_SetScaledGlyphs_93 (HandleRef pThis, byte arg)
static internal void vtkGraphLayoutView_SetScalingArrayName_94 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetVertexColorArrayName_95 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetVertexLabelArrayName_96 (HandleRef pThis, string name)
static internal void vtkGraphLayoutView_SetVertexLabelFontSize_97 (HandleRef pThis, int size)
static internal void vtkGraphLayoutView_SetVertexLabelVisibility_98 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_SetVertexScalarBarVisibility_99 (HandleRef pThis, byte vis)
static internal void vtkGraphLayoutView_UpdateLayout_100 (HandleRef pThis)
static internal void vtkGraphLayoutView_VertexLabelVisibilityOff_101 (HandleRef pThis)
static internal void vtkGraphLayoutView_VertexLabelVisibilityOn_102 (HandleRef pThis)
static internal void vtkGraphLayoutView_ZoomToSelection_103 (HandleRef pThis)

Static Private Member Functions

static vtkGraphLayoutView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGraphLayoutView - Lays out and displays a graph

Description vtkGraphLayoutView performs graph layout and displays a vtkGraph. You may color and label the vertices and edges using fields in the graph. If coordinates are already assigned to the graph vertices in your graph, set the layout strategy to PassThrough in this view. The default layout is Fast2D which is fast but not that good, for better layout set the layout to Simple2D or ForceDirected. There are also tree and circle layout strategies. :)

.SEE ALSO vtkFast2DLayoutStrategy vtkSimple2DLayoutStrategy vtkForceDirectedLayoutStrategy

Thanks Thanks a bunch to the holographic unfolding pattern.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkGraphLayoutView.AddIconType ( string  type,
int  index 
)

Associate the icon at index "index" in the vtkTexture to all vertices containing "type" as a value in the vertex attribute array specified by IconArrayName.

Clear all icon mappings.

Whether to color edges. Default is off.

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

Whether to color edges. Default is off.

Whether to color vertices. Default is off.

Whether to color vertices. Default is off.

override void Kitware.VTK.vtkGraphLayoutView.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.vtkHierarchicalGraphView.

Whether to show edge labels. Default is off.

Whether to show edge labels. Default is off.

Whether edges are selectable. Default is on.

Whether edges are selectable. Default is on.

Whether to show the edges at all. Default is on.

Whether to show the edges at all. Default is on.

Whether to color edges. Default is off.

Whether to color vertices. 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.

The layout strategy to use when performing the edge layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.

Here is the call graph for this function:

The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".

Whether the scalar bar for edges is visible. Default is off.

Whether edges are selectable. Default is on.

Whether to show the edges at all. Default is on.

The array to use for coloring edges.

The array to use for coloring vertices.

Whether to color edges. Default is off.

Whether to color vertices. Default is off.

The type of glyph to use for the vertices.

Whether to hide edge labels during mouse interactions. Default is off.

Whether to hide vertex labels during mouse interactions. Default is off.

The array used for assigning icons.

Whether icons are visible (default off).

The layout strategy to use when performing the graph layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.

Here is the call graph for this function:

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

Whether to use scaled glyphs or not. Default is off.

The array used for scaling (if ScaledGlyphs is ON)

The array to use for coloring vertices. The default behavior is to color by vertex degree.

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

The size of the font used for vertex labeling.

Whether to show vertex labels. Default is off.

Whether the scalar bar for vertices is visible. Default is off.

Whether to hide edge labels during mouse interactions. Default is off.

Whether to hide edge labels during mouse interactions. Default is off.

Whether to hide vertex labels during mouse interactions. Default is off.

Whether to hide vertex labels during mouse interactions. Default is off.

Whether icons are visible (default off).

Whether icons are visible (default off).

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

Is the graph layout complete? This method is useful for when the strategy is iterative and the application wants to show the iterative progress of the graph layout See Also: UpdateLayout();.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

Here is the call graph for this function:

Whether to use scaled glyphs or not. Default is off.

Whether to use scaled glyphs or not. Default is off.

Whether to color edges. Default is off.

Whether to color vertices. Default is off.

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

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

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

The size of the font used for edge labeling.

Whether to show edge labels. Default is off.

The layout strategy to use when performing the edge layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.

The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".

The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".

The layout strategy to use when performing the edge layout. The possible strings are: "Arc Parallel" - Arc parallel edges and self loops. "Pass Through" - Use edge routes assigned to the input. Default is "Arc Parallel".

Whether the scalar bar for edges is visible. Default is off.

Whether edges are selectable. Default is on.

Whether to show the edges at all. Default is on.

The array to use for coloring edges.

The array to use for coloring vertices.

Whether to color edges. Default is off.

Whether to color vertices. Default is off.

The type of glyph to use for the vertices.

Whether to hide edge labels during mouse interactions. Default is off.

Whether to hide vertex labels during mouse interactions. Default is off.

Specify where the icons should be placed in relation to the vertex. See vtkIconGlyphFilter.h for possible values.

The array used for assigning icons.

Whether icons are visible (default off).

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. This signature allows an application to create a layout object directly and simply set the pointer through this method.

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

The layout strategy to use when performing the graph layout. The possible strings are:

  • "Random" Randomly places vertices in a box.
  • "Force Directed" A layout in 3D or 2D simulating forces on edges.
  • "Simple 2D" A simple 2D force directed layout.
  • "Clustering 2D" A 2D force directed layout that's just like simple 2D but uses some techniques to cluster better.
  • "Community 2D" A linear-time 2D layout that's just like Fast 2D but looks for and uses a community array to 'accentuate' clusters.
  • "Fast 2D" A linear-time 2D layout.
  • "Pass Through" Use locations assigned to the input.
  • "Circular" Places vertices uniformly on a circle.
  • "Cone" Cone tree layout.
  • "Span Tree" Span Tree Layout. Default is "Simple 2D".

Whether to use scaled glyphs or not. Default is off.

The array used for scaling (if ScaledGlyphs is ON)

The array to use for coloring vertices. The default behavior is to color by vertex degree.

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

virtual void Kitware.VTK.vtkGraphLayoutView.SetVertexLabelFontSize ( int  size) [virtual]

The size of the font used for vertex labeling.

Whether to show vertex labels. Default is off.

Whether the scalar bar for vertices is visible. Default is off.

virtual void Kitware.VTK.vtkGraphLayoutView.UpdateLayout ( ) [virtual]

This method is useful for when the strategy is iterative and the application wants to show the iterative progress of the graph layout. The application would have something like while(!IsLayoutComplete()) { UpdateLayout(); } See Also: IsLayoutComplete();.

Whether to show vertex labels. Default is off.

Whether to show vertex labels. Default is off.

static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_AddIconType_01 ( HandleRef  pThis,
string  type,
int  index 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ClearIconTypes_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ColorEdgesOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ColorEdgesOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ColorVerticesOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ColorVerticesOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeLabelVisibilityOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeLabelVisibilityOn_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeSelectionOff_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeSelectionOn_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeVisibilityOff_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_EdgeVisibilityOn_12 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetColorEdges_13 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetColorVertices_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeColorArrayName_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeLabelArrayName_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeLabelFontSize_17 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeLabelVisibility_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeLayoutStrategy_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeLayoutStrategyName_20 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeScalarBarVisibility_21 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeSelection_22 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEdgeVisibility_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEnabledEdgesArrayName_26 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEnabledVerticesArrayName_27 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEnableEdgesByArray_24 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetEnableVerticesByArray_25 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetGlyphType_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetIconArrayName_31 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetIconVisibility_32 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetLayoutStrategy_33 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetLayoutStrategyName_34 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetScaledGlyphs_35 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetScalingArrayName_36 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetVertexColorArrayName_37 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetVertexLabelArrayName_38 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetVertexLabelFontSize_39 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetVertexLabelVisibility_40 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_GetVertexScalarBarVisibility_41 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_IconVisibilityOff_46 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_IconVisibilityOn_47 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_IsA_48 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_IsLayoutComplete_49 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_IsTypeOf_50 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_NewInstance_52 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SafeDownCast_53 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ScaledGlyphsOff_54 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ScaledGlyphsOn_55 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetColorEdges_56 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetColorVertices_57 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeColorArrayName_58 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLabelArrayName_59 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLabelFontSize_60 ( HandleRef  pThis,
int  size 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLabelVisibility_61 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLayoutStrategy_62 ( HandleRef  pThis,
HandleRef  s 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLayoutStrategy_63 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeScalarBarVisibility_66 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeSelection_67 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeVisibility_68 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEnabledEdgesArrayName_71 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEnabledVerticesArrayName_72 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEnableEdgesByArray_69 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetEnableVerticesByArray_70 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetGlyphType_73 ( HandleRef  pThis,
int  type 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetHideEdgeLabelsOnInteraction_74 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetHideVertexLabelsOnInteraction_75 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetIconAlignment_76 ( HandleRef  pThis,
int  alignment 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetIconArrayName_77 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetIconVisibility_78 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategy_79 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategy_80 ( HandleRef  pThis,
HandleRef  s 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToCircular_81 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToCone_84 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToFast2D_86 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToRandom_89 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToSimple2D_90 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToSpanTree_91 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategyToTree_92 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetScaledGlyphs_93 ( HandleRef  pThis,
byte  arg 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetScalingArrayName_94 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetVertexColorArrayName_95 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetVertexLabelArrayName_96 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetVertexLabelFontSize_97 ( HandleRef  pThis,
int  size 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetVertexLabelVisibility_98 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_SetVertexScalarBarVisibility_99 ( HandleRef  pThis,
byte  vis 
) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_UpdateLayout_100 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_VertexLabelVisibilityOff_101 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_VertexLabelVisibilityOn_102 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphLayoutView.vtkGraphLayoutView_ZoomToSelection_103 ( HandleRef  pThis) [private]

Reset the camera based on the bounds of the selected region.


Member Data Documentation

new readonly string Kitware.VTK.vtkGraphLayoutView.MRClassNameKey = "18vtkGraphLayoutView" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.

Reimplemented in Kitware.VTK.vtkHierarchicalGraphView.


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