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

vtkEdgeLayoutStrategy - abstract superclass for all edge layout strategies More...

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

List of all members.

Public Member Functions

 vtkEdgeLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual string GetEdgeWeightArrayName ()
 Set/Get the field to use for the edge weights.
virtual void Initialize ()
 This method allows the layout strategy to do initialization of data structures or whatever else it might want to do.
override int IsA (string type)
 Undocumented Block.
virtual void Layout ()
 This is the layout method where the graph that was set in SetGraph() is laid out.
new vtkEdgeLayoutStrategy NewInstance ()
 Undocumented Block.
virtual void SetEdgeWeightArrayName (string _arg)
 Set/Get the field to use for the edge weights.
virtual void SetGraph (vtkGraph graph)
 Setting the graph for the layout strategy.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkEdgeLayoutStrategy"
 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 vtkEdgeLayoutStrategy_GetEdgeWeightArrayName_01 (HandleRef pThis)
static internal void vtkEdgeLayoutStrategy_Initialize_02 (HandleRef pThis)
static internal int vtkEdgeLayoutStrategy_IsA_03 (HandleRef pThis, string type)
static internal int vtkEdgeLayoutStrategy_IsTypeOf_04 (string type)
static internal void vtkEdgeLayoutStrategy_Layout_05 (HandleRef pThis)
static internal IntPtr vtkEdgeLayoutStrategy_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEdgeLayoutStrategy_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEdgeLayoutStrategy_SetEdgeWeightArrayName_08 (HandleRef pThis, string _arg)
static internal void vtkEdgeLayoutStrategy_SetGraph_09 (HandleRef pThis, HandleRef graph)

Static Private Member Functions

static vtkEdgeLayoutStrategy ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEdgeLayoutStrategy - abstract superclass for all edge layout strategies

Description All edge layouts should subclass from this class. vtkEdgeLayoutStrategy works as a plug-in to the vtkEdgeLayout algorithm.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkEdgeLayoutStrategy.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.vtkObject.

Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.

Set/Get the field to use for the edge weights.

This method allows the layout strategy to do initialization of data structures or whatever else it might want to do.

override int Kitware.VTK.vtkEdgeLayoutStrategy.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkEdgeLayoutStrategy.IsTypeOf ( string  type) [static]
virtual void Kitware.VTK.vtkEdgeLayoutStrategy.Layout ( ) [virtual]

This is the layout method where the graph that was set in SetGraph() is laid out.

Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkEdgeLayoutStrategy.SetEdgeWeightArrayName ( string  _arg) [virtual]

Set/Get the field to use for the edge weights.

virtual void Kitware.VTK.vtkEdgeLayoutStrategy.SetGraph ( vtkGraph  graph) [virtual]

Setting the graph for the layout strategy.

static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_GetEdgeWeightArrayName_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_Initialize_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_IsTypeOf_04 ( string  type) [private]
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_Layout_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SetEdgeWeightArrayName_08 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SetGraph_09 ( HandleRef  pThis,
HandleRef  graph 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkEdgeLayoutStrategy.MRClassNameKey = "21vtkEdgeLayoutStrategy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.


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