vtkPipelineGraphSource Class Reference

#include <vtkPipelineGraphSource.h>

Inheritance diagram for vtkPipelineGraphSource:

Inheritance graph
[legend]
Collaboration diagram for vtkPipelineGraphSource:

Collaboration graph
[legend]

List of all members.


Detailed Description

a graph constructed from a VTK pipeline

Definition at line 29 of file vtkPipelineGraphSource.h.


Public Types

typedef vtkDirectedGraphAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *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

 vtkPipelineGraphSource ()
 ~vtkPipelineGraphSource ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkCollectionSinks

Member Typedef Documentation

Reimplemented from vtkDirectedGraphAlgorithm.

Definition at line 33 of file vtkPipelineGraphSource.h.


Constructor & Destructor Documentation

vtkPipelineGraphSource::vtkPipelineGraphSource (  )  [protected]

vtkPipelineGraphSource::~vtkPipelineGraphSource (  )  [protected]


Member Function Documentation

static vtkPipelineGraphSource* vtkPipelineGraphSource::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkDirectedGraphAlgorithm.

virtual const char* vtkPipelineGraphSource::GetClassName (  )  [virtual]

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 ( vtkObject o  )  [static]

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 sink.

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 60 of file vtkPipelineGraphSource.h.


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

Generated on Mon Sep 27 18:40:30 2010 for VTK by  doxygen 1.5.6