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

vtkRenderedGraphRepresentation - More...

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

List of all members.

Public Member Functions

 vtkRenderedGraphRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRenderedGraphRepresentation ()
 Undocumented Block.
virtual void AddEdgeIconType (string name, int type)
virtual void AddVertexIconType (string name, int type)
override void ApplyViewTheme (vtkViewTheme theme)
 Apply a theme to this representation.
virtual void ClearEdgeIconTypes ()
virtual void ClearVertexIconTypes ()
virtual void ColorEdgesByArrayOff ()
virtual void ColorEdgesByArrayOn ()
virtual void ColorVerticesByArrayOff ()
virtual void ColorVerticesByArrayOn ()
void ComputeSelectedGraphBounds (IntPtr bounds)
 Compute the bounding box of the selected subgraph.
virtual void EdgeIconVisibilityOff ()
virtual void EdgeIconVisibilityOn ()
virtual void EdgeLabelVisibilityOff ()
virtual void EdgeLabelVisibilityOn ()
virtual void EdgeVisibilityOff ()
virtual void EdgeVisibilityOn ()
virtual void EnableEdgesByArrayOff ()
virtual void EnableEdgesByArrayOn ()
virtual void EnableVerticesByArrayOff ()
virtual void EnableVerticesByArrayOn ()
virtual bool GetColorEdgesByArray ()
virtual bool GetColorVerticesByArray ()
virtual string GetEdgeColorArrayName ()
virtual string GetEdgeHoverArrayName ()
virtual int GetEdgeIconAlignment ()
virtual string GetEdgeIconArrayName ()
virtual string GetEdgeIconPriorityArrayName ()
virtual bool GetEdgeIconVisibility ()
virtual string GetEdgeLabelArrayName ()
virtual string GetEdgeLabelPriorityArrayName ()
virtual vtkTextProperty GetEdgeLabelTextProperty ()
virtual bool GetEdgeLabelVisibility ()
virtual vtkEdgeLayoutStrategy GetEdgeLayoutStrategy ()
 Set/get the graph layout strategy.
virtual string GetEdgeLayoutStrategyName ()
 Set the edge layout strategy by name.
virtual bool GetEdgeScalarBarVisibility ()
 Vertex/edge scalar bar visibility.
bool GetEdgeSelection ()
virtual bool GetEdgeVisibility ()
virtual bool GetEnableEdgesByArray ()
virtual bool GetEnableVerticesByArray ()
virtual string GetEnabledEdgesArrayName ()
virtual string GetEnabledVerticesArrayName ()
virtual int GetGlyphType ()
 Set the graph vertex glyph type.
virtual bool GetHideEdgeLabelsOnInteraction ()
 Whether to hide the display of edge labels during mouse interaction. Default is off.
virtual bool GetHideVertexLabelsOnInteraction ()
 Whether to hide the display of vertex labels during mouse interaction. Default is off.
virtual vtkGraphLayoutStrategy GetLayoutStrategy ()
 Set/get the graph layout strategy.
virtual string GetLayoutStrategyName ()
 Get/set the layout strategy by name.
virtual bool GetScaling ()
 Set whether to scale vertex glyphs.
virtual string GetScalingArrayName ()
 Set the glyph scaling array name.
virtual bool GetUseEdgeIconTypeMap ()
virtual bool GetUseVertexIconTypeMap ()
virtual string GetVertexColorArrayName ()
virtual int GetVertexDefaultIcon ()
virtual string GetVertexHoverArrayName ()
virtual int GetVertexIconAlignment ()
virtual string GetVertexIconArrayName ()
virtual string GetVertexIconPriorityArrayName ()
virtual int GetVertexIconSelectionMode ()
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual bool GetVertexIconVisibility ()
virtual string GetVertexLabelArrayName ()
virtual string GetVertexLabelPriorityArrayName ()
virtual vtkTextProperty GetVertexLabelTextProperty ()
virtual bool GetVertexLabelVisibility ()
virtual bool GetVertexScalarBarVisibility ()
 Vertex/edge scalar bar visibility.
virtual int GetVertexSelectedIcon ()
virtual void HideEdgeLabelsOnInteractionOff ()
 Whether to hide the display of edge labels during mouse interaction. Default is off.
virtual void HideEdgeLabelsOnInteractionOn ()
 Whether to hide the display of edge labels during mouse interaction. Default is off.
virtual void HideVertexLabelsOnInteractionOff ()
 Whether to hide the display of vertex labels during mouse interaction. Default is off.
virtual void HideVertexLabelsOnInteractionOn ()
 Whether to hide the display of vertex labels during mouse interaction. Default is off.
override int IsA (string type)
 Undocumented Block.
virtual bool IsLayoutComplete ()
 Whether the current graph layout is complete.
new vtkRenderedGraphRepresentation NewInstance ()
 Undocumented Block.
virtual void ScalingOff ()
 Set whether to scale vertex glyphs.
virtual void ScalingOn ()
 Set whether to scale vertex glyphs.
virtual void SetColorEdgesByArray (bool b)
virtual void SetColorVerticesByArray (bool b)
virtual void SetEdgeColorArrayName (string name)
virtual void SetEdgeHoverArrayName (string _arg)
virtual void SetEdgeIconAlignment (int align)
virtual void SetEdgeIconArrayName (string name)
virtual void SetEdgeIconPriorityArrayName (string name)
virtual void SetEdgeIconVisibility (bool b)
virtual void SetEdgeLabelArrayName (string name)
virtual void SetEdgeLabelPriorityArrayName (string name)
virtual void SetEdgeLabelTextProperty (vtkTextProperty p)
virtual void SetEdgeLabelVisibility (bool b)
virtual void SetEdgeLayoutStrategy (vtkEdgeLayoutStrategy strategy)
 Set/get the graph layout strategy.
virtual void SetEdgeLayoutStrategy (string name)
 Set the edge layout strategy by name.
void SetEdgeLayoutStrategyToArcParallel ()
 Set/get the graph layout strategy.
virtual void SetEdgeLayoutStrategyToGeo (double explodeFactor)
 Set the edge layout strategy to a geospatial arced strategy appropriate for vtkGeoView.
void SetEdgeLayoutStrategyToPassThrough ()
 Set/get the graph layout strategy.
virtual void SetEdgeScalarBarVisibility (bool b)
 Vertex/edge scalar bar visibility.
void SetEdgeSelection (bool b)
virtual void SetEdgeVisibility (bool b)
virtual void SetEnableEdgesByArray (bool b)
virtual void SetEnableVerticesByArray (bool b)
virtual void SetEnabledEdgesArrayName (string name)
virtual void SetEnabledVerticesArrayName (string name)
virtual void SetGlyphType (int type)
 Set the graph vertex glyph type.
virtual void SetHideEdgeLabelsOnInteraction (bool _arg)
 Whether to hide the display of edge labels during mouse interaction. Default is off.
virtual void SetHideVertexLabelsOnInteraction (bool _arg)
 Whether to hide the display of vertex labels during mouse interaction. Default is off.
virtual void SetLayoutStrategy (vtkGraphLayoutStrategy strategy)
 Set/get the graph layout strategy.
virtual void SetLayoutStrategy (string name)
 Get/set the layout strategy by name.
virtual void SetLayoutStrategyToAssignCoordinates (string xarr, string yarr, string zarr)
 Set the layout strategy to use coordinates from arrays. The x array must be specified. The y and z arrays are optional.
void SetLayoutStrategyToCircular ()
 Set predefined layout strategies.
void SetLayoutStrategyToClustering2D ()
 Set predefined layout strategies.
void SetLayoutStrategyToCommunity2D ()
 Set predefined layout strategies.
void SetLayoutStrategyToCone ()
 Set predefined layout strategies.
void SetLayoutStrategyToCosmicTree ()
 Set predefined layout strategies.
virtual void SetLayoutStrategyToCosmicTree (string nodeSizeArrayName, bool sizeLeafNodesOnly, int layoutDepth, int layoutRoot)
 Set the layout strategy to a cosmic tree layout. nodeSizeArrayName is the array used to size the circles (default is NULL, which makes leaf nodes the same size). sizeLeafNodesOnly only uses the leaf node sizes, and computes the parent size as the sum of the child sizes (default true). layoutDepth stops layout at a certain depth (default is 0, which does the entire tree). layoutRoot is the vertex that will be considered the root node of the layout (default is -1, which will use the tree's root). See vtkCosmicTreeLayoutStrategy for more information.
void SetLayoutStrategyToFast2D ()
 Set predefined layout strategies.
void SetLayoutStrategyToForceDirected ()
 Set predefined layout strategies.
void SetLayoutStrategyToPassThrough ()
 Set predefined layout strategies.
void SetLayoutStrategyToRandom ()
 Set predefined layout strategies.
void SetLayoutStrategyToSimple2D ()
 Set predefined layout strategies.
void SetLayoutStrategyToSpanTree ()
 Set predefined layout strategies.
void SetLayoutStrategyToTree ()
 Set predefined layout strategies.
virtual void SetLayoutStrategyToTree (bool radial, double angle, double leafSpacing, double logSpacing)
 Set the layout strategy to a tree layout. Radial indicates whether to do a radial or standard top-down tree layout. The angle parameter is the angular distance spanned by the tree. Leaf spacing is a value from 0 to 1 indicating how much of the radial layout should be allocated to leaf nodes (as opposed to between tree branches). The log spacing value is a non-negative value where > 1 will create expanding levels, < 1 will create contracting levels, and = 1 makes all levels the same size. See vtkTreeLayoutStrategy for more information.
virtual void SetScaling (bool b)
 Set whether to scale vertex glyphs.
virtual void SetScalingArrayName (string name)
 Set the glyph scaling array name.
virtual void SetUseEdgeIconTypeMap (bool b)
virtual void SetUseVertexIconTypeMap (bool b)
virtual void SetVertexColorArrayName (string name)
virtual void SetVertexDefaultIcon (int icon)
virtual void SetVertexHoverArrayName (string _arg)
virtual void SetVertexIconAlignment (int align)
virtual void SetVertexIconArrayName (string name)
virtual void SetVertexIconPriorityArrayName (string name)
virtual void SetVertexIconSelectionMode (int mode)
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual void SetVertexIconSelectionModeToAnnotationIcon ()
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual void SetVertexIconSelectionModeToIgnoreSelection ()
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual void SetVertexIconSelectionModeToSelectedIcon ()
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual void SetVertexIconSelectionModeToSelectedOffset ()
 Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.
virtual void SetVertexIconVisibility (bool b)
virtual void SetVertexLabelArrayName (string name)
virtual void SetVertexLabelPriorityArrayName (string name)
virtual void SetVertexLabelTextProperty (vtkTextProperty p)
virtual void SetVertexLabelVisibility (bool b)
virtual void SetVertexScalarBarVisibility (bool b)
 Vertex/edge scalar bar visibility.
virtual void SetVertexSelectedIcon (int icon)
virtual void UpdateLayout ()
 Performs another iteration on the graph layout.
virtual void UseEdgeIconTypeMapOff ()
virtual void UseEdgeIconTypeMapOn ()
virtual void UseVertexIconTypeMapOff ()
virtual void UseVertexIconTypeMapOn ()
virtual void VertexIconVisibilityOff ()
virtual void VertexIconVisibilityOn ()
virtual void VertexLabelVisibilityOff ()
virtual void VertexLabelVisibilityOn ()

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkRenderedGraphRepresentation"
 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 vtkRenderedGraphRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRenderedGraphRepresentation_AddEdgeIconType_01 (HandleRef pThis, string name, int type)
static internal void vtkRenderedGraphRepresentation_AddVertexIconType_02 (HandleRef pThis, string name, int type)
static internal void vtkRenderedGraphRepresentation_ApplyViewTheme_03 (HandleRef pThis, HandleRef theme)
static internal void vtkRenderedGraphRepresentation_ClearEdgeIconTypes_04 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ClearVertexIconTypes_05 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ColorEdgesByArrayOff_06 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ColorEdgesByArrayOn_07 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ColorVerticesByArrayOff_08 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ColorVerticesByArrayOn_09 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ComputeSelectedGraphBounds_10 (HandleRef pThis, IntPtr bounds)
static internal void vtkRenderedGraphRepresentation_EdgeIconVisibilityOff_11 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EdgeIconVisibilityOn_12 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EdgeLabelVisibilityOff_13 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EdgeLabelVisibilityOn_14 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EdgeVisibilityOff_15 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EdgeVisibilityOn_16 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EnableEdgesByArrayOff_17 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EnableEdgesByArrayOn_18 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EnableVerticesByArrayOff_19 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_EnableVerticesByArrayOn_20 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetColorEdgesByArray_21 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetColorVerticesByArray_22 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeColorArrayName_23 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeHoverArrayName_24 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetEdgeIconAlignment_25 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeIconArrayName_26 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName_27 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEdgeIconVisibility_28 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeLabelArrayName_29 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName_30 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeLabelTextProperty_31 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkRenderedGraphRepresentation_GetEdgeLabelVisibility_32 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeLayoutStrategy_33 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName_34 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility_35 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEdgeSelection_36 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEdgeVisibility_37 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEnableEdgesByArray_38 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetEnableVerticesByArray_39 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEnabledEdgesArrayName_40 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetEnabledVerticesArrayName_41 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetGlyphType_42 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction_43 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction_44 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetLayoutStrategy_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRenderedGraphRepresentation_GetLayoutStrategyName_46 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetScaling_47 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetScalingArrayName_48 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap_49 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetUseVertexIconTypeMap_50 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexColorArrayName_51 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetVertexDefaultIcon_52 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexHoverArrayName_53 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetVertexIconAlignment_54 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexIconArrayName_55 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName_56 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetVertexIconSelectionMode_57 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetVertexIconVisibility_58 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexLabelArrayName_59 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName_60 (HandleRef pThis)
static internal IntPtr vtkRenderedGraphRepresentation_GetVertexLabelTextProperty_61 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkRenderedGraphRepresentation_GetVertexLabelVisibility_62 (HandleRef pThis)
static internal byte vtkRenderedGraphRepresentation_GetVertexScalarBarVisibility_63 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_GetVertexSelectedIcon_64 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff_65 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn_66 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff_67 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn_68 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_IsA_69 (HandleRef pThis, string type)
static internal byte vtkRenderedGraphRepresentation_IsLayoutComplete_70 (HandleRef pThis)
static internal int vtkRenderedGraphRepresentation_IsTypeOf_71 (string type)
static internal IntPtr vtkRenderedGraphRepresentation_NewInstance_73 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRenderedGraphRepresentation_SafeDownCast_74 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRenderedGraphRepresentation_ScalingOff_75 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_ScalingOn_76 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetColorEdgesByArray_77 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetColorVerticesByArray_78 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEdgeColorArrayName_79 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeHoverArrayName_80 (HandleRef pThis, string _arg)
static internal void vtkRenderedGraphRepresentation_SetEdgeIconAlignment_81 (HandleRef pThis, int align)
static internal void vtkRenderedGraphRepresentation_SetEdgeIconArrayName_82 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName_83 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeIconVisibility_84 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEdgeLabelArrayName_85 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName_86 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeLabelTextProperty_87 (HandleRef pThis, HandleRef p)
static internal void vtkRenderedGraphRepresentation_SetEdgeLabelVisibility_88 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_89 (HandleRef pThis, HandleRef strategy)
static internal void vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_90 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel_91 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo_92 (HandleRef pThis, double explodeFactor)
static internal void vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough_93 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility_94 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEdgeSelection_95 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEdgeVisibility_96 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEnableEdgesByArray_97 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEnableVerticesByArray_98 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetEnabledEdgesArrayName_99 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetEnabledVerticesArrayName_100 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetGlyphType_101 (HandleRef pThis, int type)
static internal void vtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction_102 (HandleRef pThis, byte _arg)
static internal void vtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction_103 (HandleRef pThis, byte _arg)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategy_104 (HandleRef pThis, HandleRef strategy)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategy_105 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates_106 (HandleRef pThis, string xarr, string yarr, string zarr)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToCircular_107 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D_108 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D_109 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToCone_110 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_111 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_112 (HandleRef pThis, string nodeSizeArrayName, byte sizeLeafNodesOnly, int layoutDepth, int layoutRoot)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D_113 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected_114 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough_115 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToRandom_116 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D_117 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree_118 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToTree_119 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetLayoutStrategyToTree_120 (HandleRef pThis, byte radial, double angle, double leafSpacing, double logSpacing)
static internal void vtkRenderedGraphRepresentation_SetScaling_121 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetScalingArrayName_122 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap_123 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetUseVertexIconTypeMap_124 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetVertexColorArrayName_125 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetVertexDefaultIcon_126 (HandleRef pThis, int icon)
static internal void vtkRenderedGraphRepresentation_SetVertexHoverArrayName_127 (HandleRef pThis, string _arg)
static internal void vtkRenderedGraphRepresentation_SetVertexIconAlignment_128 (HandleRef pThis, int align)
static internal void vtkRenderedGraphRepresentation_SetVertexIconArrayName_129 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName_130 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetVertexIconSelectionMode_131 (HandleRef pThis, int mode)
static internal void vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon_132 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection_133 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon_134 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset_135 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_SetVertexIconVisibility_136 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetVertexLabelArrayName_137 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName_138 (HandleRef pThis, string name)
static internal void vtkRenderedGraphRepresentation_SetVertexLabelTextProperty_139 (HandleRef pThis, HandleRef p)
static internal void vtkRenderedGraphRepresentation_SetVertexLabelVisibility_140 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetVertexScalarBarVisibility_141 (HandleRef pThis, byte b)
static internal void vtkRenderedGraphRepresentation_SetVertexSelectedIcon_142 (HandleRef pThis, int icon)
static internal void vtkRenderedGraphRepresentation_UpdateLayout_143 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff_144 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn_145 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_UseVertexIconTypeMapOff_146 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_UseVertexIconTypeMapOn_147 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_VertexIconVisibilityOff_148 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_VertexIconVisibilityOn_149 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_VertexLabelVisibilityOff_150 (HandleRef pThis)
static internal void vtkRenderedGraphRepresentation_VertexLabelVisibilityOn_151 (HandleRef pThis)

Static Private Member Functions

static vtkRenderedGraphRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRenderedGraphRepresentation -

Description


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.AddEdgeIconType ( string  name,
int  type 
) [virtual]

------------------------------------------------------------------------ Edge icons

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.AddVertexIconType ( string  name,
int  type 
) [virtual]

------------------------------------------------------------------------ Vertex icons

Apply a theme to this representation.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Vertex colors

------------------------------------------------------------------------ Vertex colors

Compute the bounding box of the selected subgraph.

override void Kitware.VTK.vtkRenderedGraphRepresentation.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.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled vertices

------------------------------------------------------------------------ Enabled vertices

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Vertex colors

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

Here is the call graph for this function:

------------------------------------------------------------------------ Edge labels

Set/get the graph layout strategy.

Here is the call graph for this function:

Set the edge layout strategy by name.

Vertex/edge scalar bar visibility.

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled vertices

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled vertices

Set the graph vertex glyph type.

Whether to hide the display of edge labels during mouse interaction. Default is off.

Whether to hide the display of vertex labels during mouse interaction. Default is off.

Set/get the graph layout strategy.

Here is the call graph for this function:

Get/set the layout strategy by name.

Set whether to scale vertex glyphs.

Set the glyph scaling array name.

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex colors

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

Here is the call graph for this function:

------------------------------------------------------------------------ Vertex labels

Vertex/edge scalar bar visibility.

------------------------------------------------------------------------ Vertex icons

Whether to hide the display of edge labels during mouse interaction. Default is off.

Whether to hide the display of edge labels during mouse interaction. Default is off.

Whether to hide the display of vertex labels during mouse interaction. Default is off.

Whether to hide the display of vertex labels during mouse interaction. Default is off.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

Whether the current graph layout is complete.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

Here is the call graph for this function:

Set whether to scale vertex glyphs.

Set whether to scale vertex glyphs.

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Vertex colors

------------------------------------------------------------------------ Edge colors

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge icons

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetEdgeIconArrayName ( string  name) [virtual]

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

------------------------------------------------------------------------ Edge labels

Set/get the graph layout strategy.

Set the edge layout strategy by name.

Set/get the graph layout strategy.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetEdgeLayoutStrategyToGeo ( double  explodeFactor) [virtual]

Set the edge layout strategy to a geospatial arced strategy appropriate for vtkGeoView.

Set/get the graph layout strategy.

Vertex/edge scalar bar visibility.

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled vertices

------------------------------------------------------------------------ Enabled edges

------------------------------------------------------------------------ Enabled vertices

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetGlyphType ( int  type) [virtual]

Set the graph vertex glyph type.

Whether to hide the display of edge labels during mouse interaction. Default is off.

Whether to hide the display of vertex labels during mouse interaction. Default is off.

Set/get the graph layout strategy.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetLayoutStrategy ( string  name) [virtual]

Get/set the layout strategy by name.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetLayoutStrategyToAssignCoordinates ( string  xarr,
string  yarr,
string  zarr 
) [virtual]

Set the layout strategy to use coordinates from arrays. The x array must be specified. The y and z arrays are optional.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetLayoutStrategyToCosmicTree ( string  nodeSizeArrayName,
bool  sizeLeafNodesOnly,
int  layoutDepth,
int  layoutRoot 
) [virtual]

Set the layout strategy to a cosmic tree layout. nodeSizeArrayName is the array used to size the circles (default is NULL, which makes leaf nodes the same size). sizeLeafNodesOnly only uses the leaf node sizes, and computes the parent size as the sum of the child sizes (default true). layoutDepth stops layout at a certain depth (default is 0, which does the entire tree). layoutRoot is the vertex that will be considered the root node of the layout (default is -1, which will use the tree's root). See vtkCosmicTreeLayoutStrategy for more information.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

Set predefined layout strategies.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetLayoutStrategyToTree ( bool  radial,
double  angle,
double  leafSpacing,
double  logSpacing 
) [virtual]

Set the layout strategy to a tree layout. Radial indicates whether to do a radial or standard top-down tree layout. The angle parameter is the angular distance spanned by the tree. Leaf spacing is a value from 0 to 1 indicating how much of the radial layout should be allocated to leaf nodes (as opposed to between tree branches). The log spacing value is a non-negative value where > 1 will create expanding levels, < 1 will create contracting levels, and = 1 makes all levels the same size. See vtkTreeLayoutStrategy for more information.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetScaling ( bool  b) [virtual]

Set whether to scale vertex glyphs.

virtual void Kitware.VTK.vtkRenderedGraphRepresentation.SetScalingArrayName ( string  name) [virtual]

Set the glyph scaling array name.

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex colors

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

Set the mode to one of <ul> <li>vtkApplyIcons::SELECTED_ICON - use VertexSelectedIcon <li>vtkApplyIcons::SELECTED_OFFSET - use VertexSelectedIcon as offset <li>vtkApplyIcons::ANNOTATION_ICON - use current annotation icon <li>vtkApplyIcons::IGNORE_SELECTION - ignore selected elements </ul> The default is IGNORE_SELECTION.

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

Vertex/edge scalar bar visibility.

------------------------------------------------------------------------ Vertex icons

Performs another iteration on the graph layout.

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Edge icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex icons

------------------------------------------------------------------------ Vertex labels

------------------------------------------------------------------------ Vertex labels

static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_AddEdgeIconType_01 ( HandleRef  pThis,
string  name,
int  type 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_AddVertexIconType_02 ( HandleRef  pThis,
string  name,
int  type 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_ApplyViewTheme_03 ( HandleRef  pThis,
HandleRef  theme 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_ComputeSelectedGraphBounds_10 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_GetEdgeLabelTextProperty_31 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_GetEdgeLayoutStrategy_33 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_GetLayoutStrategy_45 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_GetVertexLabelTextProperty_61 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_IsA_69 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_NewInstance_73 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SafeDownCast_74 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetColorEdgesByArray_77 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetColorVerticesByArray_78 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeColorArrayName_79 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeHoverArrayName_80 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeIconAlignment_81 ( HandleRef  pThis,
int  align 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeIconArrayName_82 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName_83 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeIconVisibility_84 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLabelArrayName_85 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName_86 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLabelTextProperty_87 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLabelVisibility_88 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_89 ( HandleRef  pThis,
HandleRef  strategy 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_90 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo_92 ( HandleRef  pThis,
double  explodeFactor 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeSelection_95 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEdgeVisibility_96 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEnabledEdgesArrayName_99 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEnabledVerticesArrayName_100 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetEnableEdgesByArray_97 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetGlyphType_101 ( HandleRef  pThis,
int  type 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetLayoutStrategy_104 ( HandleRef  pThis,
HandleRef  strategy 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetLayoutStrategy_105 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates_106 ( HandleRef  pThis,
string  xarr,
string  yarr,
string  zarr 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_112 ( HandleRef  pThis,
string  nodeSizeArrayName,
byte  sizeLeafNodesOnly,
int  layoutDepth,
int  layoutRoot 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetLayoutStrategyToTree_120 ( HandleRef  pThis,
byte  radial,
double  angle,
double  leafSpacing,
double  logSpacing 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetScaling_121 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetScalingArrayName_122 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap_123 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexColorArrayName_125 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexDefaultIcon_126 ( HandleRef  pThis,
int  icon 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexHoverArrayName_127 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexIconAlignment_128 ( HandleRef  pThis,
int  align 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexIconArrayName_129 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName_130 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexLabelArrayName_137 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexLabelTextProperty_139 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkRenderedGraphRepresentation.vtkRenderedGraphRepresentation_SetVertexSelectedIcon_142 ( HandleRef  pThis,
int  icon 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRenderedGraphRepresentation.MRClassNameKey = "30vtkRenderedGraphRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkRenderedHierarchyRepresentation.


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