VTK
|
a graph constructed from a VTK pipeline More...
#include <vtkPipelineGraphSource.h>
Public Types | |
typedef vtkDirectedGraphAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPipelineGraphSource * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddSink (vtkObject *object) |
void | RemoveSink (vtkObject *object) |
Static Public Member Functions | |
static vtkPipelineGraphSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkPipelineGraphSource * | SafeDownCast (vtkObjectBase *o) |
static void | PipelineToDot (vtkAlgorithm *sink, ostream &output, const vtkStdString &graph_name="") |
static void | PipelineToDot (vtkCollection *sinks, ostream &output, const vtkStdString &graph_name="") |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPipelineGraphSource () | |
~vtkPipelineGraphSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkCollection * | Sinks |
a graph constructed from a VTK pipeline
Definition at line 30 of file vtkPipelineGraphSource.h.
Reimplemented from vtkDirectedGraphAlgorithm.
Definition at line 34 of file vtkPipelineGraphSource.h.
vtkPipelineGraphSource::vtkPipelineGraphSource | ( | ) | [protected] |
vtkPipelineGraphSource::~vtkPipelineGraphSource | ( | ) | [protected] |
static vtkPipelineGraphSource* vtkPipelineGraphSource::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDirectedGraphAlgorithm.
static int vtkPipelineGraphSource::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDirectedGraphAlgorithm.
virtual int vtkPipelineGraphSource::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDirectedGraphAlgorithm.
static vtkPipelineGraphSource* vtkPipelineGraphSource::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDirectedGraphAlgorithm.
virtual vtkObjectBase* vtkPipelineGraphSource::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDirectedGraphAlgorithm.
Reimplemented from vtkDirectedGraphAlgorithm.
void vtkPipelineGraphSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDirectedGraphAlgorithm.
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 * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkDirectedGraphAlgorithm.
vtkCollection* vtkPipelineGraphSource::Sinks [protected] |
Definition at line 57 of file vtkPipelineGraphSource.h.