Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkHierarchicalDataSetAlgorithm Class Reference

#include <vtkHierarchicalDataSetAlgorithm.h>

Inheritance diagram for vtkHierarchicalDataSetAlgorithm:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalDataSetAlgorithm:

Collaboration graph
[legend]
List of all members.

Detailed Description

Superclass for algorithms that produce only vtkHierarchicalDataSet as output.

Algorithms that take any type of data object (including composite dataset) and produce a vtkHierarchicalDataSet in the output can subclass from this class.

Definition at line 30 of file vtkHierarchicalDataSetAlgorithm.h.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkHierarchicalDataSetGetOutput ()
vtkHierarchicalDataSetGetOutput (int)
void SetInput (vtkDataObject *)
void SetInput (int, vtkDataObject *)
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Static Public Member Functions

static vtkHierarchicalDataSetAlgorithmNew ()
static int IsTypeOf (const char *type)
static vtkHierarchicalDataSetAlgorithmSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHierarchicalDataSetAlgorithm ()
virtual vtkExecutiveCreateDefaultExecutive ()
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)
vtkDataObjectGetInput (int port)
 ~vtkHierarchicalDataSetAlgorithm ()
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)


Member Typedef Documentation

typedef vtkAlgorithm vtkHierarchicalDataSetAlgorithm::Superclass
 

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

Definition at line 34 of file vtkHierarchicalDataSetAlgorithm.h.


Constructor & Destructor Documentation

vtkHierarchicalDataSetAlgorithm::vtkHierarchicalDataSetAlgorithm  )  [protected]
 

vtkHierarchicalDataSetAlgorithm::~vtkHierarchicalDataSetAlgorithm  )  [inline, protected]
 

Definition at line 64 of file vtkHierarchicalDataSetAlgorithm.h.


Member Function Documentation

static vtkHierarchicalDataSetAlgorithm* vtkHierarchicalDataSetAlgorithm::New  )  [static]
 

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

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

virtual const char* vtkHierarchicalDataSetAlgorithm::GetClassName  )  [virtual]
 

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

static int vtkHierarchicalDataSetAlgorithm::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

virtual int vtkHierarchicalDataSetAlgorithm::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

static vtkHierarchicalDataSetAlgorithm* vtkHierarchicalDataSetAlgorithm::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

void vtkHierarchicalDataSetAlgorithm::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 vtkAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

vtkHierarchicalDataSet* vtkHierarchicalDataSetAlgorithm::GetOutput  ) 
 

Get the output data object for a port on this algorithm.

vtkHierarchicalDataSet* vtkHierarchicalDataSetAlgorithm::GetOutput int   ) 
 

void vtkHierarchicalDataSetAlgorithm::SetInput vtkDataObject  ) 
 

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

void vtkHierarchicalDataSetAlgorithm::SetInput int  ,
vtkDataObject
 

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

virtual int vtkHierarchicalDataSetAlgorithm::ProcessRequest vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector
[virtual]
 

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

virtual int vtkHierarchicalDataSetAlgorithm::RequestDataObject vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector
[inline, protected, virtual]
 

This is called by the superclass. This is the method you should override.

Reimplemented in vtkHierarchicalDataExtractDataSets, and vtkHierarchicalDataExtractLevel.

Definition at line 69 of file vtkHierarchicalDataSetAlgorithm.h.

virtual int vtkHierarchicalDataSetAlgorithm::RequestInformation vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector
[inline, protected, virtual]
 

This is called by the superclass. This is the method you should override.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, and vtkMultiBlockPLOT3DReader.

Definition at line 77 of file vtkHierarchicalDataSetAlgorithm.h.

virtual int vtkHierarchicalDataSetAlgorithm::RequestData vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector
[inline, protected, virtual]
 

This is called by the superclass. This is the method you should override.

Reimplemented in vtkHierarchicalDataExtractDataSets, vtkHierarchicalDataExtractLevel, vtkHierarchicalDataLevelFilter, and vtkMultiBlockPLOT3DReader.

Definition at line 85 of file vtkHierarchicalDataSetAlgorithm.h.

virtual int vtkHierarchicalDataSetAlgorithm::RequestUpdateExtent vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector
[inline, protected, virtual]
 

This is called by the superclass. This is the method you should override.

Definition at line 93 of file vtkHierarchicalDataSetAlgorithm.h.

virtual vtkExecutive* vtkHierarchicalDataSetAlgorithm::CreateDefaultExecutive  )  [protected, virtual]
 

Create a default executive. If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). Otherwise, vtkStreamingDemandDrivenPipeline is created.

Reimplemented from vtkAlgorithm.

virtual int vtkHierarchicalDataSetAlgorithm::FillOutputPortInformation int  port,
vtkInformation info
[protected, virtual]
 

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkMultiBlockPLOT3DReader.

virtual int vtkHierarchicalDataSetAlgorithm::FillInputPortInformation int  port,
vtkInformation info
[protected, virtual]
 

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

vtkDataObject* vtkHierarchicalDataSetAlgorithm::GetInput int  port  )  [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 23:47:32 2008 for VTK by  doxygen 1.4.3-20050530