ActiViz .NET
5.8.0
|
vtkExtractSelectedGraph - return a subgraph of a vtkGraph More...
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. |
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.
static Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph | ( | ) | [static, private] |
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.
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.
virtual bool Kitware.VTK.vtkExtractSelectedGraph.GetRemoveIsolatedVertices | ( | ) | [virtual] |
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.
static new vtkExtractSelectedGraph Kitware.VTK.vtkExtractSelectedGraph.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkExtractSelectedGraph.RemoveIsolatedVerticesOff | ( | ) | [virtual] |
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 Kitware.VTK.vtkExtractSelectedGraph.RemoveIsolatedVerticesOn | ( | ) | [virtual] |
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.
static new vtkExtractSelectedGraph Kitware.VTK.vtkExtractSelectedGraph.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
A convenience method for setting the third input (i.e. the annotation layers).
virtual void Kitware.VTK.vtkExtractSelectedGraph.SetRemoveIsolatedVertices | ( | bool | _arg | ) | [virtual] |
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 byte Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_GetRemoveIsolatedVertices_02 | ( | HandleRef | pThis | ) | [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 void Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_RemoveIsolatedVerticesOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractSelectedGraph.vtkExtractSelectedGraph_RemoveIsolatedVerticesOn_08 | ( | HandleRef | pThis | ) | [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] |
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.