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

vtkExpandSelectedGraph - expands a selection set of a vtkGraph More...

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

List of all members.

Public Member Functions

 vtkExpandSelectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExpandSelectedGraph ()
 Undocumented Block.
virtual int FillInputPortInformation (int port, vtkInformation info)
 Specify the first vtkSelection input and the second vtkGraph input.
virtual int GetBFSDistance ()
 Set/Get BFSDistance which controls how many 'hops' the selection is grown from each seed point in the selection set (defaults to 1)
virtual string GetDomain ()
 Set/Get the vertex domain to use in the expansion.
virtual bool GetIncludeShortestPaths ()
 Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.
virtual bool GetUseDomain ()
 Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.
virtual void IncludeShortestPathsOff ()
 Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.
virtual void IncludeShortestPathsOn ()
 Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.
override int IsA (string type)
 Undocumented Block.
new vtkExpandSelectedGraph NewInstance ()
 Undocumented Block.
virtual void SetBFSDistance (int _arg)
 Set/Get BFSDistance which controls how many 'hops' the selection is grown from each seed point in the selection set (defaults to 1)
virtual void SetDomain (string _arg)
 Set/Get the vertex domain to use in the expansion.
void SetGraphConnection (vtkAlgorithmOutput arg0)
 A convenience method for setting the second input (i.e. the graph).
virtual void SetIncludeShortestPaths (bool _arg)
 Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.
virtual void SetUseDomain (bool _arg)
 Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.
virtual void UseDomainOff ()
 Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.
virtual void UseDomainOn ()
 Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkExpandSelectedGraph"
 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 vtkExpandSelectedGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExpandSelectedGraph_FillInputPortInformation_01 (HandleRef pThis, int port, HandleRef info)
static internal int vtkExpandSelectedGraph_GetBFSDistance_02 (HandleRef pThis)
static internal IntPtr vtkExpandSelectedGraph_GetDomain_03 (HandleRef pThis)
static internal byte vtkExpandSelectedGraph_GetIncludeShortestPaths_04 (HandleRef pThis)
static internal byte vtkExpandSelectedGraph_GetUseDomain_05 (HandleRef pThis)
static internal void vtkExpandSelectedGraph_IncludeShortestPathsOff_06 (HandleRef pThis)
static internal void vtkExpandSelectedGraph_IncludeShortestPathsOn_07 (HandleRef pThis)
static internal int vtkExpandSelectedGraph_IsA_08 (HandleRef pThis, string type)
static internal int vtkExpandSelectedGraph_IsTypeOf_09 (string type)
static internal IntPtr vtkExpandSelectedGraph_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExpandSelectedGraph_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExpandSelectedGraph_SetBFSDistance_13 (HandleRef pThis, int _arg)
static internal void vtkExpandSelectedGraph_SetDomain_14 (HandleRef pThis, string _arg)
static internal void vtkExpandSelectedGraph_SetGraphConnection_15 (HandleRef pThis, HandleRef arg0)
static internal void vtkExpandSelectedGraph_SetIncludeShortestPaths_16 (HandleRef pThis, byte _arg)
static internal void vtkExpandSelectedGraph_SetUseDomain_17 (HandleRef pThis, byte _arg)
static internal void vtkExpandSelectedGraph_UseDomainOff_18 (HandleRef pThis)
static internal void vtkExpandSelectedGraph_UseDomainOn_19 (HandleRef pThis)

Static Private Member Functions

static vtkExpandSelectedGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExpandSelectedGraph - expands a selection set of a vtkGraph

Description The first input is a vtkSelection containing the selected vertices. The second input is a vtkGraph. This filter 'grows' the selection set in one of the following ways 1) SetBFSDistance controls how many 'hops' the selection is grown from each seed point in the selection set (defaults to 1) 2) IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Specify the first vtkSelection input and the second vtkGraph input.

Set/Get BFSDistance which controls how many 'hops' the selection is grown from each seed point in the selection set (defaults to 1)

virtual string Kitware.VTK.vtkExpandSelectedGraph.GetDomain ( ) [virtual]

Set/Get the vertex domain to use in the expansion.

Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.

Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.

Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.

Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExpandSelectedGraph.SetBFSDistance ( int  _arg) [virtual]

Set/Get BFSDistance which controls how many 'hops' the selection is grown from each seed point in the selection set (defaults to 1)

virtual void Kitware.VTK.vtkExpandSelectedGraph.SetDomain ( string  _arg) [virtual]

Set/Get the vertex domain to use in the expansion.

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

virtual void Kitware.VTK.vtkExpandSelectedGraph.SetIncludeShortestPaths ( bool  _arg) [virtual]

Set/Get IncludeShortestPaths controls whether this filter tries to 'connect' the vertices in the selection set by computing the shortest path between the vertices (if such a path exists) Note: IncludeShortestPaths is currently non-functional.

virtual void Kitware.VTK.vtkExpandSelectedGraph.SetUseDomain ( bool  _arg) [virtual]

Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.

Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.

Whether or not to use the domain when deciding to add a vertex to the expansion. Defaults to false.

static internal int Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_FillInputPortInformation_01 ( HandleRef  pThis,
int  port,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_GetBFSDistance_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_GetDomain_03 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_GetUseDomain_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SetBFSDistance_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SetDomain_14 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SetGraphConnection_15 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SetIncludeShortestPaths_16 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_SetUseDomain_17 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_UseDomainOff_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExpandSelectedGraph.vtkExpandSelectedGraph_UseDomainOn_19 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExpandSelectedGraph.MRClassNameKey = "22vtkExpandSelectedGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.


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