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

vtkStreamGraph - combines two graphs More...

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

List of all members.

Public Member Functions

 vtkStreamGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkStreamGraph ()
 Undocumented Block.
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 vtkStreamGraph 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 vtkStreamGraph New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkStreamGraph SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkStreamGraph"
 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 vtkStreamGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkStreamGraph_GetEdgeWindow_01 (HandleRef pThis)
static internal IntPtr vtkStreamGraph_GetEdgeWindowArrayName_02 (HandleRef pThis)
static internal byte vtkStreamGraph_GetUseEdgeWindow_03 (HandleRef pThis)
static internal int vtkStreamGraph_IsA_04 (HandleRef pThis, string type)
static internal int vtkStreamGraph_IsTypeOf_05 (string type)
static internal IntPtr vtkStreamGraph_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStreamGraph_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkStreamGraph_SetEdgeWindow_09 (HandleRef pThis, double _arg)
static internal void vtkStreamGraph_SetEdgeWindowArrayName_10 (HandleRef pThis, string _arg)
static internal void vtkStreamGraph_SetUseEdgeWindow_11 (HandleRef pThis, byte _arg)
static internal void vtkStreamGraph_UseEdgeWindowOff_12 (HandleRef pThis)
static internal void vtkStreamGraph_UseEdgeWindowOn_13 (HandleRef pThis)

Static Private Member Functions

static vtkStreamGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStreamGraph - combines two graphs

Description vtkStreamGraph iteratively collects information from the input graph and combines it in the output graph. It internally maintains a graph instance that is incrementally updated every time the filter is called.

Each update, vtkMergeGraphs is used to combine this filter's input with the internal graph.

If you can use an edge window array to filter out old edges based on a moving threshold.


Constructor & Destructor Documentation

static Kitware.VTK.vtkStreamGraph.vtkStreamGraph ( ) [static, private]

Automatically generated type registration mechanics.

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

The edge window array. The default array name is "time".

virtual bool Kitware.VTK.vtkStreamGraph.GetUseEdgeWindow ( ) [virtual]

Whether to use an edge window array. The default is to not use a window array.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkStreamGraph.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.vtkStreamGraph.SetEdgeWindowArrayName ( string  _arg) [virtual]

The edge window array. The default array name is "time".

virtual void Kitware.VTK.vtkStreamGraph.SetUseEdgeWindow ( bool  _arg) [virtual]

Whether to use an edge window array. The default is to not use a window array.

virtual void Kitware.VTK.vtkStreamGraph.UseEdgeWindowOff ( ) [virtual]

Whether to use an edge window array. The default is to not use a window array.

virtual void Kitware.VTK.vtkStreamGraph.UseEdgeWindowOn ( ) [virtual]

Whether to use an edge window array. The default is to not use a window array.

static internal double Kitware.VTK.vtkStreamGraph.vtkStreamGraph_GetEdgeWindow_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkStreamGraph.vtkStreamGraph_GetEdgeWindowArrayName_02 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStreamGraph.vtkStreamGraph_GetUseEdgeWindow_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkStreamGraph.vtkStreamGraph_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStreamGraph.vtkStreamGraph_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStreamGraph.vtkStreamGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamGraph.vtkStreamGraph_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamGraph.vtkStreamGraph_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkStreamGraph.vtkStreamGraph_SetEdgeWindow_09 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkStreamGraph.vtkStreamGraph_SetEdgeWindowArrayName_10 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkStreamGraph.vtkStreamGraph_SetUseEdgeWindow_11 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkStreamGraph.vtkStreamGraph_UseEdgeWindowOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStreamGraph.vtkStreamGraph_UseEdgeWindowOn_13 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStreamGraph.MRClassNameKey = "14vtkStreamGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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