a graph constructed from a VTK pipeline
More...
#include <vtkPipelineGraphSource.h>
Inherits vtkDirectedGraphAlgorithm.
a graph constructed from a VTK pipeline
Definition at line 30 of file vtkPipelineGraphSource.h.
vtkPipelineGraphSource::vtkPipelineGraphSource |
( |
| ) |
|
|
protected |
vtkPipelineGraphSource::~vtkPipelineGraphSource |
( |
| ) |
|
|
protected |
static int vtkPipelineGraphSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPipelineGraphSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPipelineGraphSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPipelineGraphSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkPipelineGraphSource::AddSink |
( |
vtkObject * |
object | ) |
|
void vtkPipelineGraphSource::RemoveSink |
( |
vtkObject * |
object | ) |
|
static void vtkPipelineGraphSource::PipelineToDot |
( |
vtkAlgorithm * |
sink, |
|
|
ostream & |
output, |
|
|
const vtkStdString & |
graph_name = "" |
|
) |
| |
|
static |
Generates a GraphViz DOT file that describes the VTK pipeline terminating at the given sink.
static void vtkPipelineGraphSource::PipelineToDot |
( |
vtkCollection * |
sinks, |
|
|
ostream & |
output, |
|
|
const vtkStdString & |
graph_name = "" |
|
) |
| |
|
static |
Generates a GraphViz DOT file that describes the VTK pipeline terminating at the given sinks.
int vtkPipelineGraphSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkCollection* vtkPipelineGraphSource::Sinks |
|
protected |
The documentation for this class was generated from the following file: