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

vtkBoostBreadthFirstSearch - Boost breadth_first_search on a vtkGraph More...

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

List of all members.

Public Member Functions

 vtkBoostBreadthFirstSearch (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBoostBreadthFirstSearch ()
 Undocumented Block.
virtual bool GetOriginFromSelection ()
 Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).
virtual bool GetOutputSelection ()
 Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.
override int IsA (string type)
 Undocumented Block.
new vtkBoostBreadthFirstSearch NewInstance ()
 Undocumented Block.
virtual void OriginFromSelectionOff ()
 Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).
virtual void OriginFromSelectionOn ()
 Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).
virtual void OutputSelectionOff ()
 Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.
virtual void OutputSelectionOn ()
 Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.
virtual void SetOriginFromSelection (bool _arg)
 Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).
void SetOriginSelection (vtkSelection s)
 Convenience methods for setting the origin selection input.
void SetOriginSelectionConnection (vtkAlgorithmOutput algOutput)
 Convenience methods for setting the origin selection input.
void SetOriginVertex (int index)
 Set the index (into the vertex array) of the breadth first search 'origin' vertex.
void SetOriginVertexString (string arrayName, string value)
 Convenience method for setting the origin vertex given an array name and string value. This method is primarily for the benefit of the VTK Parallel client/server layer, callers should prefer to use SetOriginVertex() whenever possible.
virtual void SetOutputArrayName (string _arg)
 Set the output array name. If no output array name is set then the name 'BFS' is used.
virtual void SetOutputSelection (bool _arg)
 Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.
virtual void SetOutputSelectionType (string _arg)
 Set the output selection type. The default is to use the the maximum distance from the starting vertex "MAX_DIST_FROM_ROOT". But you can also specify other things like "ROOT","2D_MAX", etc.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkBoostBreadthFirstSearch"
 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 vtkBoostBreadthFirstSearch_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkBoostBreadthFirstSearch_GetOriginFromSelection_01 (HandleRef pThis)
static internal byte vtkBoostBreadthFirstSearch_GetOutputSelection_02 (HandleRef pThis)
static internal int vtkBoostBreadthFirstSearch_IsA_03 (HandleRef pThis, string type)
static internal int vtkBoostBreadthFirstSearch_IsTypeOf_04 (string type)
static internal IntPtr vtkBoostBreadthFirstSearch_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoostBreadthFirstSearch_OriginFromSelectionOff_07 (HandleRef pThis)
static internal void vtkBoostBreadthFirstSearch_OriginFromSelectionOn_08 (HandleRef pThis)
static internal void vtkBoostBreadthFirstSearch_OutputSelectionOff_09 (HandleRef pThis)
static internal void vtkBoostBreadthFirstSearch_OutputSelectionOn_10 (HandleRef pThis)
static internal IntPtr vtkBoostBreadthFirstSearch_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoostBreadthFirstSearch_SetOriginFromSelection_12 (HandleRef pThis, byte _arg)
static internal void vtkBoostBreadthFirstSearch_SetOriginSelection_13 (HandleRef pThis, HandleRef s)
static internal void vtkBoostBreadthFirstSearch_SetOriginSelectionConnection_14 (HandleRef pThis, HandleRef algOutput)
static internal void vtkBoostBreadthFirstSearch_SetOriginVertex_15 (HandleRef pThis, int index)
static internal void vtkBoostBreadthFirstSearch_SetOriginVertexString_16 (HandleRef pThis, string arrayName, string value)
static internal void vtkBoostBreadthFirstSearch_SetOutputArrayName_17 (HandleRef pThis, string _arg)
static internal void vtkBoostBreadthFirstSearch_SetOutputSelection_18 (HandleRef pThis, byte _arg)
static internal void vtkBoostBreadthFirstSearch_SetOutputSelectionType_19 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkBoostBreadthFirstSearch ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBoostBreadthFirstSearch - Boost breadth_first_search on a vtkGraph

Description

This vtk class uses the Boost breadth_first_search generic algorithm to perform a breadth first search from a given a 'source' vertex on the input graph (a vtkGraph).

vtkGraph vtkBoostGraphAdapter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).

Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).

Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).

Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.

Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

Use the vtkSelection from input port 1 as the origin vertex. The selection should be a IDS selection with field type POINTS. The first ID in the selection will be used for the origin vertex. Default is off (origin is specified by SetOriginVertex(...)).

Convenience methods for setting the origin selection input.

Convenience methods for setting the origin selection input.

Set the index (into the vertex array) of the breadth first search 'origin' vertex.

void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOriginVertexString ( string  arrayName,
string  value 
)

Convenience method for setting the origin vertex given an array name and string value. This method is primarily for the benefit of the VTK Parallel client/server layer, callers should prefer to use SetOriginVertex() whenever possible.

virtual void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOutputArrayName ( string  _arg) [virtual]

Set the output array name. If no output array name is set then the name 'BFS' is used.

virtual void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOutputSelection ( bool  _arg) [virtual]

Create an output selection containing the ID of a vertex based on the output selection type. The default is to use the the maximum distance from the starting vertex. Defaults to off.

virtual void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOutputSelectionType ( string  _arg) [virtual]

Set the output selection type. The default is to use the the maximum distance from the starting vertex "MAX_DIST_FROM_ROOT". But you can also specify other things like "ROOT","2D_MAX", etc.

static internal int Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOriginFromSelection_12 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOriginSelection_13 ( HandleRef  pThis,
HandleRef  s 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOriginSelectionConnection_14 ( HandleRef  pThis,
HandleRef  algOutput 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOriginVertex_15 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOriginVertexString_16 ( HandleRef  pThis,
string  arrayName,
string  value 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOutputArrayName_17 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOutputSelection_18 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_SetOutputSelectionType_19 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBoostBreadthFirstSearch.MRClassNameKey = "26vtkBoostBreadthFirstSearch" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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