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

vtkNetworkHierarchy - Filter that takes a graph and makes a tree out of the network ip addresses in that graph. More...

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

List of all members.

Public Member Functions

 vtkNetworkHierarchy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkNetworkHierarchy ()
 Undocumented Block.
virtual string GetIPArrayName ()
 Used to store the ip array name.
override int IsA (string type)
 Undocumented Block.
new vtkNetworkHierarchy NewInstance ()
 Undocumented Block.
virtual void SetIPArrayName (string _arg)
 Used to store the ip array name.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkNetworkHierarchy"
 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 vtkNetworkHierarchy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNetworkHierarchy_GetIPArrayName_01 (HandleRef pThis)
static internal int vtkNetworkHierarchy_IsA_02 (HandleRef pThis, string type)
static internal int vtkNetworkHierarchy_IsTypeOf_03 (string type)
static internal IntPtr vtkNetworkHierarchy_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNetworkHierarchy_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkNetworkHierarchy_SetIPArrayName_07 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkNetworkHierarchy ()
 Automatically generated type registration mechanics.

Detailed Description

vtkNetworkHierarchy - Filter that takes a graph and makes a tree out of the network ip addresses in that graph.

Description Use SetInputArrayToProcess(0, ...) to set the array to that has the network ip addresses. Currently this array must be a vtkStringArray.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy ( 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.vtkNetworkHierarchy.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.vtkTreeAlgorithm.

virtual string Kitware.VTK.vtkNetworkHierarchy.GetIPArrayName ( ) [virtual]

Used to store the ip array name.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkNetworkHierarchy.SetIPArrayName ( string  _arg) [virtual]

Used to store the ip array name.

static internal IntPtr Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_GetIPArrayName_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkNetworkHierarchy.vtkNetworkHierarchy_SetIPArrayName_07 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkNetworkHierarchy.MRClassNameKey = "19vtkNetworkHierarchy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAlgorithm.


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