combines two graphs
More...
#include <vtkStreamGraph.h>
Inherits vtkGraphAlgorithm.
combines two graphs
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.
- Events:
- vtkCommand::ProgressEvent
- Tests:
- vtkStreamGraph (Tests)
Definition at line 54 of file vtkStreamGraph.h.
vtkStreamGraph::vtkStreamGraph |
( |
| ) |
|
|
protected |
vtkStreamGraph::~vtkStreamGraph |
( |
| ) |
|
|
protected |
static int vtkStreamGraph::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkStreamGraph::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkStreamGraph* vtkStreamGraph::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkStreamGraph::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkStreamGraph::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkStreamGraph::SetUseEdgeWindow |
( |
bool |
| ) |
|
|
virtual |
Whether to use an edge window array. The default is to not use a window array.
virtual bool vtkStreamGraph::GetUseEdgeWindow |
( |
| ) |
|
|
virtual |
Whether to use an edge window array. The default is to not use a window array.
virtual void vtkStreamGraph::UseEdgeWindowOn |
( |
| ) |
|
|
virtual |
Whether to use an edge window array. The default is to not use a window array.
virtual void vtkStreamGraph::UseEdgeWindowOff |
( |
| ) |
|
|
virtual |
Whether to use an edge window array. The default is to not use a window array.
virtual void vtkStreamGraph::SetEdgeWindowArrayName |
( |
const char * |
| ) |
|
|
virtual |
The edge window array. The default array name is "time".
virtual char* vtkStreamGraph::GetEdgeWindowArrayName |
( |
| ) |
|
|
virtual |
The edge window array. The default array name is "time".
virtual void vtkStreamGraph::SetEdgeWindow |
( |
double |
| ) |
|
|
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 double 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.
virtual int vtkStreamGraph::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
bool vtkStreamGraph::UseEdgeWindow |
|
protected |
double vtkStreamGraph::EdgeWindow |
|
protected |
char* vtkStreamGraph::EdgeWindowArrayName |
|
protected |
The documentation for this class was generated from the following file: