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

vtkCollapseGraph - "Collapses" vertices onto their neighbors. More...

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

List of all members.

Public Member Functions

 vtkCollapseGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCollapseGraph ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkCollapseGraph NewInstance ()
 Undocumented Block.
void SetGraphConnection (vtkAlgorithmOutput arg0)
 Convenience function provided for setting the graph input.
void SetSelectionConnection (vtkAlgorithmOutput arg0)
 Convenience function provided for setting the selection input.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkCollapseGraph"
 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 vtkCollapseGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCollapseGraph_IsA_01 (HandleRef pThis, string type)
static internal int vtkCollapseGraph_IsTypeOf_02 (string type)
static internal IntPtr vtkCollapseGraph_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCollapseGraph_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCollapseGraph_SetGraphConnection_06 (HandleRef pThis, HandleRef arg0)
static internal void vtkCollapseGraph_SetSelectionConnection_07 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkCollapseGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCollapseGraph - "Collapses" vertices onto their neighbors.

Description

vtkCollapseGraph "collapses" vertices onto their neighbors, while maintaining connectivity. Two inputs are required - a graph (directed or undirected), and a vertex selection that can be converted to indices.

Conceptually, each of the vertices specified in the input selection expands, "swallowing" adacent vertices. Edges to-or-from the "swallowed" vertices become edges to-or-from the expanding vertices, maintaining the overall graph connectivity.

In the case of directed graphs, expanding vertices only swallow vertices that are connected via out edges. This rule provides intuitive behavior when working with trees, so that "child" vertices collapse into their parents when the parents are part of the input selection.

Input port 0: graph Input port 1: selection


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph ( 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.vtkCollapseGraph.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.vtkGraphAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

Convenience function provided for setting the graph input.

Convenience function provided for setting the selection input.

static internal int Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_SetGraphConnection_06 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCollapseGraph.vtkCollapseGraph_SetSelectionConnection_07 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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