|
VTK
|
abstract filter class More...
#include <vtkDataSetToImageFilter.h>
Public Types | |
| typedef vtkImageSource | Superclass |
Public Types inherited from vtkImageSource | |
| typedef vtkSource | 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 () |
Public Member Functions inherited from vtkImageSource | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetOutput (vtkImageData *output) |
| vtkImageData * | GetOutput () |
| vtkImageData * | GetOutput (int idx) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkDataSetToImageFilter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkImageSource | |
| static int | IsTypeOf (const char *type) |
| static vtkImageSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkDataSetToImageFilter () | |
| ~vtkDataSetToImageFilter () | |
| void | ComputeInputUpdateExtents (vtkDataObject *output) |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkImageSource | |
| vtkImageSource () | |
| ~vtkImageSource () | |
| void | Execute () |
| virtual void | Execute (vtkImageData *data) |
| virtual vtkImageData * | AllocateOutputData (vtkDataObject *out) |
| virtual int | FillOutputPortInformation (int, vtkInformation *) |
abstract filter class
vtkDataSetToImageFilter is an abstract filter class whose subclasses take as input any dataset and generate image data on output.
Definition at line 32 of file vtkDataSetToImageFilter.h.
Definition at line 35 of file vtkDataSetToImageFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkImageSource.
|
static |
|
virtual |
Reimplemented from vtkImageSource.
|
static |
| void vtkDataSetToImageFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Set / get the input data or filter.
| vtkDataSet* vtkDataSetToImageFilter::GetInput | ( | ) |
Set / get the input data or filter.
|
protected |
|
protectedvirtual |
1.8.7