#include <vtkDataSetToImageFilter.h>
Inheritance diagram for vtkDataSetToImageFilter:
vtkDataSetToImageFilter is an abstract filter class whose subclasses take as input any dataset and generate image data on output.
Definition at line 44 of file vtkDataSetToImageFilter.h.
Public Types | |
typedef vtkImageSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkDataSetToImageFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDataSetToImageFilter () | |
~vtkDataSetToImageFilter () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
|
Reimplemented from vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. Definition at line 47 of file vtkDataSetToImageFilter.h. |
|
|
|
|
|
Reimplemented from vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. |
|
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 vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. |
|
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 vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. |
|
Reimplemented from vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. |
|
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 vtkImageSource. Reimplemented in vtkImplicitModeller, vtkGaussianSplatter, vtkShepardMethod, vtkSurfaceReconstructionFilter, and vtkVoxelModeller. |
|
Set / get the input data or filter. |
|
Set / get the input data or filter. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkSource. |
|
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 vtkProcessObject. Reimplemented in vtkImplicitModeller. |