VTK
|
#include <vtkImageToStructuredGrid.h>
Public Types | |
typedef vtkStructuredGridAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageToStructuredGrid * | NewInstance () const |
void | PrintSelf (ostream &oss, vtkIndent indent) |
Static Public Member Functions | |
static vtkImageToStructuredGrid * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageToStructuredGrid * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () 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 *) |
a structured grid instance.
A concrete instance of vtkStructuredGridAlgorithm which provides functionality for converting instances of vtkImageData to vtkStructuredGrid.
Definition at line 37 of file vtkImageToStructuredGrid.h.
Reimplemented from vtkStructuredGridAlgorithm.
Definition at line 42 of file vtkImageToStructuredGrid.h.
vtkImageToStructuredGrid::vtkImageToStructuredGrid | ( | ) | [protected] |
virtual vtkImageToStructuredGrid::~vtkImageToStructuredGrid | ( | ) | [protected, virtual] |
static vtkImageToStructuredGrid* vtkImageToStructuredGrid::New | ( | ) | [static] |
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.
static vtkImageToStructuredGrid* vtkImageToStructuredGrid::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
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.