|
ActiViz .NET
5.8.0
|
vtkMergeGraphs - combines two graphs More...
Public Member Functions | |
| vtkMergeGraphs (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkMergeGraphs () | |
| Undocumented Block. | |
| int | ExtendGraph (vtkMutableGraphHelper g1, vtkGraph g2) |
| This is the core functionality of the algorithm. Adds edges and vertices from g2 into g1. | |
| virtual double | GetEdgeWindow () |
| The time window amount. Edges with values lower than the maximum value minus this window will be removed from the graph. The default edge window is 10000. | |
| virtual string | GetEdgeWindowArrayName () |
| The edge window array. The default array name is "time". | |
| virtual bool | GetUseEdgeWindow () |
| Whether to use an edge window array. The default is to not use a window array. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkMergeGraphs | NewInstance () |
| Undocumented Block. | |
| virtual void | SetEdgeWindow (double _arg) |
| The time window amount. Edges with values lower than the maximum value minus this window will be removed from the graph. The default edge window is 10000. | |
| virtual void | SetEdgeWindowArrayName (string _arg) |
| The edge window array. The default array name is "time". | |
| virtual void | SetUseEdgeWindow (bool _arg) |
| Whether to use an edge window array. The default is to not use a window array. | |
| virtual void | UseEdgeWindowOff () |
| Whether to use an edge window array. The default is to not use a window array. | |
| virtual void | UseEdgeWindowOn () |
| Whether to use an edge window array. The default is to not use a window array. | |
Static Public Member Functions | |
| static new vtkMergeGraphs | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkMergeGraphs | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkMergeGraphs" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkMergeGraphs" |
| 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 | vtkMergeGraphs_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkMergeGraphs_ExtendGraph_01 (HandleRef pThis, HandleRef g1, HandleRef g2) |
| static internal double | vtkMergeGraphs_GetEdgeWindow_02 (HandleRef pThis) |
| static internal IntPtr | vtkMergeGraphs_GetEdgeWindowArrayName_03 (HandleRef pThis) |
| static internal byte | vtkMergeGraphs_GetUseEdgeWindow_04 (HandleRef pThis) |
| static internal int | vtkMergeGraphs_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkMergeGraphs_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkMergeGraphs_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeGraphs_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkMergeGraphs_SetEdgeWindow_10 (HandleRef pThis, double _arg) |
| static internal void | vtkMergeGraphs_SetEdgeWindowArrayName_11 (HandleRef pThis, string _arg) |
| static internal void | vtkMergeGraphs_SetUseEdgeWindow_12 (HandleRef pThis, byte _arg) |
| static internal void | vtkMergeGraphs_UseEdgeWindowOff_13 (HandleRef pThis) |
| static internal void | vtkMergeGraphs_UseEdgeWindowOn_14 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkMergeGraphs () |
| Automatically generated type registration mechanics. | |
vtkMergeGraphs - combines two graphs
Description vtkMergeGraphs combines information from two graphs into one. Both graphs must have pedigree ids assigned to the vertices. The output will contain the vertices/edges in the first graph, in addition to:
The output will contain the same attribute structure as the input; fields associated only with the second input graph will not be passed to the output. When possible, the vertex/edge data for new vertices and edges will be populated with matching attributes on the second graph. To be considered a matching attribute, the array must have the same name, type, and number of components.
Caveats This filter is not "domain-aware". Pedigree ids are assumed to be globally unique, regardless of their domain.
| static Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkMergeGraphs.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.
| int Kitware.VTK.vtkMergeGraphs.ExtendGraph | ( | vtkMutableGraphHelper | g1, |
| vtkGraph | g2 | ||
| ) |
This is the core functionality of the algorithm. Adds edges and vertices from g2 into g1.
| virtual double Kitware.VTK.vtkMergeGraphs.GetEdgeWindow | ( | ) | [virtual] |
The time window amount. Edges with values lower than the maximum value minus this window will be removed from the graph. The default edge window is 10000.
| virtual string Kitware.VTK.vtkMergeGraphs.GetEdgeWindowArrayName | ( | ) | [virtual] |
The edge window array. The default array name is "time".
| virtual bool Kitware.VTK.vtkMergeGraphs.GetUseEdgeWindow | ( | ) | [virtual] |
Whether to use an edge window array. The default is to not use a window array.
| override int Kitware.VTK.vtkMergeGraphs.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new int Kitware.VTK.vtkMergeGraphs.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkMergeGraphs Kitware.VTK.vtkMergeGraphs.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkMergeGraphs Kitware.VTK.vtkMergeGraphs.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| virtual void Kitware.VTK.vtkMergeGraphs.SetEdgeWindow | ( | double | _arg | ) | [virtual] |
The time window amount. Edges with values lower than the maximum value minus this window will be removed from the graph. The default edge window is 10000.
| virtual void Kitware.VTK.vtkMergeGraphs.SetEdgeWindowArrayName | ( | string | _arg | ) | [virtual] |
The edge window array. The default array name is "time".
| virtual void Kitware.VTK.vtkMergeGraphs.SetUseEdgeWindow | ( | bool | _arg | ) | [virtual] |
Whether to use an edge window array. The default is to not use a window array.
| virtual void Kitware.VTK.vtkMergeGraphs.UseEdgeWindowOff | ( | ) | [virtual] |
Whether to use an edge window array. The default is to not use a window array.
| virtual void Kitware.VTK.vtkMergeGraphs.UseEdgeWindowOn | ( | ) | [virtual] |
Whether to use an edge window array. The default is to not use a window array.
| static internal int Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_ExtendGraph_01 | ( | HandleRef | pThis, |
| HandleRef | g1, | ||
| HandleRef | g2 | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_GetEdgeWindow_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_GetEdgeWindowArrayName_03 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_GetUseEdgeWindow_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_SetEdgeWindow_10 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_SetEdgeWindowArrayName_11 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_SetUseEdgeWindow_12 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_UseEdgeWindowOff_13 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkMergeGraphs.vtkMergeGraphs_UseEdgeWindowOn_14 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkMergeGraphs.MRClassNameKey = "14vtkMergeGraphs" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| new const string Kitware.VTK.vtkMergeGraphs.MRFullTypeName = "Kitware.VTK.vtkMergeGraphs" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
1.7.6.1