VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkImageToStructuredGrid Class Reference

#include <vtkImageToStructuredGrid.h>

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

List of all members.

Public Types

typedef vtkStructuredGridAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImageToStructuredGridNewInstance () const
void PrintSelf (ostream &oss, vtkIndent indent)

Static Public Member Functions

static vtkImageToStructuredGridNew ()
static int IsTypeOf (const char *type)
static vtkImageToStructuredGridSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkImageToStructuredGrid ()
virtual ~vtkImageToStructuredGrid ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation (int, vtkInformation *info)
virtual int FillOutputPortInformation (int, vtkInformation *info)
void CopyPointData (vtkImageData *, vtkStructuredGrid *)
void CopyCellData (vtkImageData *, vtkStructuredGrid *)

Detailed Description

a structured grid instance.

A concrete instance of vtkStructuredGridAlgorithm which provides functionality for converting instances of vtkImageData to vtkStructuredGrid.

Tests:
vtkImageToStructuredGrid (Tests)

Definition at line 37 of file vtkImageToStructuredGrid.h.


Member Typedef Documentation

Reimplemented from vtkStructuredGridAlgorithm.

Definition at line 42 of file vtkImageToStructuredGrid.h.


Constructor & Destructor Documentation

virtual vtkImageToStructuredGrid::~vtkImageToStructuredGrid ( ) [protected, virtual]

Member Function Documentation

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

Reimplemented from vtkStructuredGridAlgorithm.

static int vtkImageToStructuredGrid::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 vtkStructuredGridAlgorithm.

virtual int vtkImageToStructuredGrid::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 vtkStructuredGridAlgorithm.

Reimplemented from vtkStructuredGridAlgorithm.

virtual vtkObjectBase* vtkImageToStructuredGrid::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented from vtkStructuredGridAlgorithm.

void vtkImageToStructuredGrid::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 vtkStructuredGridAlgorithm.

virtual int vtkImageToStructuredGrid::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

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

Reimplemented from vtkStructuredGridAlgorithm.

Helper function to copy point/cell data from image to grid

Helper function to copy point/cell data from image to grid

virtual int vtkImageToStructuredGrid::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 vtkStructuredGridAlgorithm.

virtual int vtkImageToStructuredGrid::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 vtkStructuredGridAlgorithm.


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