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

vtkDirectedGraph - A directed graph. More...

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

List of all members.

Public Member Functions

 vtkDirectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDirectedGraph ()
 Undocumented Block.
override int GetDataObjectType ()
 Return what type of dataset this is.
override int IsA (string type)
 Undocumented Block.
virtual bool IsStructureValid (vtkGraph g)
 Check the storage, and accept it if it is a valid undirected graph. This is public to allow the ToDirected/UndirectedGraph to work.
new vtkDirectedGraph NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkDirectedGraph New ()
 Undocumented Block.
static new vtkDirectedGraph GetData (vtkInformation info)
 Return what type of dataset this is.
static new vtkDirectedGraph GetData (vtkInformationVector v, int i)
 Return what type of dataset this is.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDirectedGraph SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkDirectedGraph"
 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 vtkDirectedGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedGraph_GetData_01 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedGraph_GetData_02 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDirectedGraph_GetDataObjectType_03 (HandleRef pThis)
static internal int vtkDirectedGraph_IsA_04 (HandleRef pThis, string type)
static internal byte vtkDirectedGraph_IsStructureValid_05 (HandleRef pThis, HandleRef g)
static internal int vtkDirectedGraph_IsTypeOf_06 (string type)
static internal IntPtr vtkDirectedGraph_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedGraph_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDirectedGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDirectedGraph - A directed graph.

Description vtkDirectedGraph is a collection of vertices along with a collection of directed edges (edges that have a source and target). ShallowCopy() and DeepCopy() (and CheckedShallowCopy(), CheckedDeepCopy()) accept instances of vtkTree and vtkMutableDirectedGraph.

vtkDirectedGraph is read-only. To create an undirected graph, use an instance of vtkMutableDirectedGraph, then you may set the structure to a vtkDirectedGraph using ShallowCopy().

vtkGraph vtkMutableDirectedGraph


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph ( 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.vtkDirectedGraph.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.vtkGraph.

Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.

Here is the call graph for this function:

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.

Here is the call graph for this function:

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.

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

Check the storage, and accept it if it is a valid undirected graph. This is public to allow the ToDirected/UndirectedGraph to work.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkMutableDirectedGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetData_01 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetData_02 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetDataObjectType_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal byte Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsStructureValid_05 ( HandleRef  pThis,
HandleRef  g 
) [private]
static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDirectedGraph.MRClassNameKey = "16vtkDirectedGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraph.

Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.


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