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

vtkExtractSelectedGraph - return a subgraph of a vtkGraph More...

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

List of all members.

Public Member Functions

 vtkExtractSelectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractSelectedGraph ()
 Undocumented Block.
virtual int FillInputPortInformation (int port, vtkInformation info)
 Specify the first vtkGraph input and the second vtkSelection input.
virtual bool GetRemoveIsolatedVertices ()
 If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.
override int IsA (string type)
 Undocumented Block.
new vtkExtractSelectedGraph NewInstance ()
 Undocumented Block.
virtual void RemoveIsolatedVerticesOff ()
 If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.
virtual void RemoveIsolatedVerticesOn ()
 If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.
void SetAnnotationLayersConnection (vtkAlgorithmOutput arg0)
 A convenience method for setting the third input (i.e. the annotation layers).
virtual void SetRemoveIsolatedVertices (bool _arg)
 If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.
void SetSelectionConnection (vtkAlgorithmOutput arg0)
 A convenience method for setting the second input (i.e. the selection).

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkExtractSelectedGraph"
 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 vtkExtractSelectedGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractSelectedGraph_FillInputPortInformation_01 (HandleRef pThis, int port, HandleRef info)
static internal byte vtkExtractSelectedGraph_GetRemoveIsolatedVertices_02 (HandleRef pThis)
static internal int vtkExtractSelectedGraph_IsA_03 (HandleRef pThis, string type)
static internal int vtkExtractSelectedGraph_IsTypeOf_04 (string type)
static internal IntPtr vtkExtractSelectedGraph_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractSelectedGraph_RemoveIsolatedVerticesOff_07 (HandleRef pThis)
static internal void vtkExtractSelectedGraph_RemoveIsolatedVerticesOn_08 (HandleRef pThis)
static internal IntPtr vtkExtractSelectedGraph_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractSelectedGraph_SetAnnotationLayersConnection_10 (HandleRef pThis, HandleRef arg0)
static internal void vtkExtractSelectedGraph_SetRemoveIsolatedVertices_11 (HandleRef pThis, byte _arg)
static internal void vtkExtractSelectedGraph_SetSelectionConnection_12 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkExtractSelectedGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractSelectedGraph - return a subgraph of a vtkGraph

Description The first input is a vtkGraph to take a subgraph from. The second input (optional) is a vtkSelection containing selected indices. The third input (optional) is a vtkAnnotationsLayers whose annotations contain selected specifying selected indices. The vtkSelection may have FIELD_TYPE set to POINTS (a vertex selection) or CELLS (an edge selection). A vertex selection preserves all edges that connect selected vertices. An edge selection preserves all vertices that are adjacent to at least one selected edge. Alternately, you may indicate that an edge selection should maintain the full set of vertices, by turning RemoveIsolatedVertices off.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

virtual int Kitware.VTK.vtkExtractSelectedGraph.FillInputPortInformation ( int  port,
vtkInformation  info 
) [virtual]

Specify the first vtkGraph input and the second vtkSelection input.

If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

static new int Kitware.VTK.vtkExtractSelectedGraph.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.

If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.

If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

A convenience method for setting the third input (i.e. the annotation layers).

If set, removes vertices with no adjacent edges in an edge selection. A vertex selection ignores this flag and always returns the full set of selected vertices. Default is on.

A convenience method for setting the second input (i.e. the selection).

static internal int Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_FillInputPortInformation_01 ( HandleRef  pThis,
int  port,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_SetAnnotationLayersConnection_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_SetRemoveIsolatedVertices_11 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_SetSelectionConnection_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractSelectedGraph.MRClassNameKey = "23vtkExtractSelectedGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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