#include <vtkPushImageReader.h>
Inheritance diagram for vtkPushImageReader:
vtkPushImageReader is a source object that reads Image files. It should be able to read most raw images
Definition at line 42 of file vtkPushImageReader.h.
Public Types | |
typedef vtkImageReader2 | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Push () |
void | Run () |
virtual int | GetCurrentSlice () |
virtual void | SetCurrentSlice (int) |
virtual void | SetPushPipeline (vtkPushPipeline *) |
virtual vtkPushPipeline * | GetPushPipeline () |
Static Public Member Functions | |
vtkPushImageReader * | New () |
int | IsTypeOf (const char *type) |
vtkPushImageReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPushImageReader () | |
~vtkPushImageReader () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
Protected Attributes | |
vtkPushPipeline * | PushPipeline |
int | CurrentSlice |
|
Reimplemented from vtkImageReader2. Definition at line 46 of file vtkPushImageReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2.
|
|
Reimplemented from vtkImageReader2.
|
|
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 vtkImageReader2.
|
|
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 vtkImageReader2.
|
|
Reimplemented from vtkImageReader2.
|
|
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 vtkImageReader2.
|
|
What is the current slice of this reader |
|
What is the current slice of this reader |
|
Push data from this reader |
|
Run the pipeline the reader is conected to until it is out of data |
|
Set the push pipeline for this reader |
|
Set the push pipeline for this reader |
|
Reimplemented from vtkImageReader2.
|
|
Reimplemented from vtkImageReader2.
|
|
Definition at line 71 of file vtkPushImageReader.h. |
|
Definition at line 73 of file vtkPushImageReader.h. |