ActiViz .NET
5.8.0
|
vtkBoostBreadthFirstSearch - Boost breadth_first_search on a vtkGraph More...
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. |
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
static Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch | ( | ) | [static, private] |
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.
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.
virtual bool Kitware.VTK.vtkBoostBreadthFirstSearch.GetOriginFromSelection | ( | ) | [virtual] |
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 Kitware.VTK.vtkBoostBreadthFirstSearch.GetOutputSelection | ( | ) | [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.
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.
static new vtkBoostBreadthFirstSearch Kitware.VTK.vtkBoostBreadthFirstSearch.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkBoostBreadthFirstSearch.OriginFromSelectionOff | ( | ) | [virtual] |
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 Kitware.VTK.vtkBoostBreadthFirstSearch.OriginFromSelectionOn | ( | ) | [virtual] |
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 Kitware.VTK.vtkBoostBreadthFirstSearch.OutputSelectionOff | ( | ) | [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.OutputSelectionOn | ( | ) | [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.
static new vtkBoostBreadthFirstSearch Kitware.VTK.vtkBoostBreadthFirstSearch.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOriginFromSelection | ( | bool | _arg | ) | [virtual] |
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.
void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOriginSelectionConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Convenience methods for setting the origin selection input.
void Kitware.VTK.vtkBoostBreadthFirstSearch.SetOriginVertex | ( | int | index | ) |
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 byte Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_GetOriginFromSelection_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_GetOutputSelection_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_IsTypeOf_04 | ( | 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 void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_OriginFromSelectionOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_OriginFromSelectionOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_OutputSelectionOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoostBreadthFirstSearch.vtkBoostBreadthFirstSearch_OutputSelectionOn_10 | ( | HandleRef | pThis | ) | [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] |
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.