VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPipelineGraphSource Class Reference

a graph constructed from a VTK pipeline More...

#include <vtkPipelineGraphSource.h>

Inheritance diagram for vtkPipelineGraphSource:
Inheritance graph
[legend]
Collaboration diagram for vtkPipelineGraphSource:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDirectedGraphAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPipelineGraphSourceNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void AddSink (vtkObject *object)
void RemoveSink (vtkObject *object)

Static Public Member Functions

static vtkPipelineGraphSourceNew ()
static int IsTypeOf (const char *type)
static vtkPipelineGraphSourceSafeDownCast (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 vtkObjectBaseNewInstanceInternal () const
 vtkPipelineGraphSource ()
 ~vtkPipelineGraphSource ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkCollectionSinks

Detailed Description

a graph constructed from a VTK pipeline

Definition at line 30 of file vtkPipelineGraphSource.h.


Member Typedef Documentation

Reimplemented from vtkDirectedGraphAlgorithm.

Definition at line 34 of file vtkPipelineGraphSource.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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.


Member Data Documentation

Definition at line 57 of file vtkPipelineGraphSource.h.


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