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 const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (std::ostream &oss, vtkIndent indent)

Static Public Member Functions

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

Protected Member Functions

 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 36 of file vtkImageToStructuredGrid.h.


Member Typedef Documentation

Reimplemented from vtkStructuredGridAlgorithm.

Definition at line 41 of file vtkImageToStructuredGrid.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Reimplemented from vtkStructuredGridAlgorithm.

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

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.

static vtkImageToStructuredGrid* vtkImageToStructuredGrid::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkStructuredGridAlgorithm.

void vtkImageToStructuredGrid::PrintSelf ( std::ostream &  oss,
vtkIndent  indent 
)
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.

void vtkImageToStructuredGrid::CopyPointData ( vtkImageData ,
vtkStructuredGrid  
) [protected]

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

void vtkImageToStructuredGrid::CopyCellData ( vtkImageData ,
vtkStructuredGrid  
) [protected]

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: