#include <vtkImageBlockReader.h>
Inheritance diagram for vtkImageBlockReader:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetDivisions (int, int, int) |
virtual void | SetDivisions (int[3]) |
virtual int * | GetDivisions () |
virtual void | GetDivisions (int &, int &, int &) |
virtual void | GetDivisions (int[3]) |
virtual void | SetOverlap (int) |
virtual int | GetOverlap () |
virtual void | SetWholeExtent (int, int, int, int, int, int) |
virtual void | SetWholeExtent (int[6]) |
virtual int * | GetWholeExtent () |
virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetWholeExtent (int[6]) |
virtual void | SetNumberOfScalarComponents (int) |
virtual int | GetNumberOfScalarComponents () |
virtual void | SetScalarType (int) |
virtual int | GetScalarType () |
virtual void | SetFilePattern (const char *) |
virtual char * | GetFilePattern () |
Static Public Methods | |
vtkImageBlockReader * | New () |
int | IsTypeOf (const char *type) |
vtkImageBlockReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageBlockReader () | |
~vtkImageBlockReader () | |
void | ComputeBlockExtents () |
void | DeleteBlockExtents () |
void | Read (vtkImageData *data, int *ext) |
void | ReadRemainder (vtkImageData *data, int *ext, int *doneExt) |
void | ReadBlock (int xIdx, int yIdx, int zIdx, vtkImageData *data, int *ext) |
void | ModifyOutputUpdateExtent () |
void | Execute (vtkImageData *data) |
void | ExecuteInformation () |
Protected Attributes | |
char * | FilePattern |
int | WholeExtent [6] |
int | NumberOfScalarComponents |
int | ScalarType |
int | Divisions [3] |
int | Overlap |
int * | XExtents |
int * | YExtents |
int * | ZExtents |
Experimenting with different file formats. This one saves an image in multiple files. I am allowing overlap between file for efficiency.
Definition at line 58 of file vtkImageBlockReader.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
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 vtkImageSource. |
|
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 vtkImageSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
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 vtkSource. |
|
The whole extent is broken up into this many divisions along each axis. |
|
The whole extent is broken up into this many divisions along each axis. |
|
The whole extent is broken up into this many divisions along each axis. |
|
The whole extent is broken up into this many divisions along each axis. |
|
The whole extent is broken up into this many divisions along each axis. |
|
The number of points along any axis that belong to more than one piece. |
|
The number of points along any axis that belong to more than one piece. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
Although this information could be gotten from the files, this is easy. |
|
This printf pattern should take three integers, one for each axis. |
|
This printf pattern should take three integers, one for each axis. |
|
Write the files. Reimplemented from vtkImageSource. |
|
Write the files. Reimplemented from vtkSource. |
|
|
|
|
|
|
|
|
|
|
|
Generate more than requested. Called by the superclass before an execute, and before output memory is allocated. |
|
Definition at line 112 of file vtkImageBlockReader.h. |
|
Definition at line 114 of file vtkImageBlockReader.h. |
|
Definition at line 115 of file vtkImageBlockReader.h. |
|
Definition at line 116 of file vtkImageBlockReader.h. |
|
Definition at line 117 of file vtkImageBlockReader.h. |
|
Definition at line 118 of file vtkImageBlockReader.h. |
|
Definition at line 142 of file vtkImageBlockReader.h. |
|
Definition at line 143 of file vtkImageBlockReader.h. |
|
Definition at line 144 of file vtkImageBlockReader.h. |