VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPipelineGraphSource Class Reference

a graph constructed from a VTK pipeline More...

#include <vtkPipelineGraphSource.h>

Inherits vtkDirectedGraphAlgorithm.

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 vtkObjectBase * NewInstanceInternal () const
 
 vtkPipelineGraphSource ()
 
 ~vtkPipelineGraphSource ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

vtkCollection * Sinks
 

Detailed Description

a graph constructed from a VTK pipeline

Definition at line 30 of file vtkPipelineGraphSource.h.

Member Typedef Documentation

typedef vtkDirectedGraphAlgorithm vtkPipelineGraphSource::Superclass

Definition at line 34 of file vtkPipelineGraphSource.h.

Constructor & Destructor Documentation

vtkPipelineGraphSource::vtkPipelineGraphSource ( )
protected
vtkPipelineGraphSource::~vtkPipelineGraphSource ( )
protected

Member Function Documentation

static vtkPipelineGraphSource* vtkPipelineGraphSource::New ( )
static
static int vtkPipelineGraphSource::IsTypeOf ( const char *  type)
static
virtual int vtkPipelineGraphSource::IsA ( const char *  type)
virtual
static vtkPipelineGraphSource* vtkPipelineGraphSource::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPipelineGraphSource::NewInstanceInternal ( ) const
protectedvirtual
vtkPipelineGraphSource* vtkPipelineGraphSource::NewInstance ( ) const
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

Member Data Documentation

vtkCollection* vtkPipelineGraphSource::Sinks
protected

Definition at line 57 of file vtkPipelineGraphSource.h.


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