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

vtkArcParallelEdgeStrategy - routes parallel edges as arcs More...

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

List of all members.

Public Member Functions

 vtkArcParallelEdgeStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkArcParallelEdgeStrategy ()
 Undocumented Block.
virtual int GetNumberOfSubdivisions ()
 Get/Set the number of subdivisions on each edge.
override int IsA (string type)
 Undocumented Block.
override void Layout ()
 This is the layout method where the graph that was set in SetGraph() is laid out.
new vtkArcParallelEdgeStrategy NewInstance ()
 Undocumented Block.
virtual void SetNumberOfSubdivisions (int _arg)
 Get/Set the number of subdivisions on each edge.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkArcParallelEdgeStrategy"
 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 vtkArcParallelEdgeStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkArcParallelEdgeStrategy_GetNumberOfSubdivisions_01 (HandleRef pThis)
static internal int vtkArcParallelEdgeStrategy_IsA_02 (HandleRef pThis, string type)
static internal int vtkArcParallelEdgeStrategy_IsTypeOf_03 (string type)
static internal void vtkArcParallelEdgeStrategy_Layout_04 (HandleRef pThis)
static internal IntPtr vtkArcParallelEdgeStrategy_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArcParallelEdgeStrategy_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkArcParallelEdgeStrategy_SetNumberOfSubdivisions_08 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkArcParallelEdgeStrategy ()
 Automatically generated type registration mechanics.

Detailed Description

vtkArcParallelEdgeStrategy - routes parallel edges as arcs

Description Parallel edges are drawn as arcs, and self-loops are drawn as ovals. When only one edge connects two vertices it is drawn as a straight line.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

Get/Set the number of subdivisions on each edge.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

override void Kitware.VTK.vtkArcParallelEdgeStrategy.Layout ( ) [virtual]

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

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

Here is the call graph for this function:

Get/Set the number of subdivisions on each edge.

static internal int Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_Layout_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkArcParallelEdgeStrategy.vtkArcParallelEdgeStrategy_SetNumberOfSubdivisions_08 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkArcParallelEdgeStrategy.MRClassNameKey = "26vtkArcParallelEdgeStrategy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.


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