vtkImageBlockWriter Class Reference
#include <vtkImageBlockWriter.h>
Inheritance diagram for vtkImageBlockWriter:
[legend]Collaboration diagram for vtkImageBlockWriter:
[legend]List of all members.
Detailed Description
Breaks up image into blocks and save in files.
Experimenting with different file formats. This one saves an image in multiple files. I am allowing overlap between file for efficiency.
- See also:
- vtkImageBlockReader.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (84%)
- Schroeder, Will (10%)
- CVS logs (CVSweb):
.h (/Parallel/vtkImageBlockWriter
.h)
.cxx (/Parallel/vtkImageBlockWriter
.cxx)
Definition at line 43 of file vtkImageBlockWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageBlockWriter::vtkImageBlockWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkImageBlockWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageBlockWriter::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkProcessObject. |
virtual int vtkImageBlockWriter::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkProcessObject. |
void vtkImageBlockWriter::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 vtkProcessObject. |
virtual void vtkImageBlockWriter::SetDivisions |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
|
The whole extent is broken up into this many divisions along each axis. |
virtual void vtkImageBlockWriter::SetDivisions |
( |
int |
[3] |
) |
[virtual] |
|
|
The whole extent is broken up into this many divisions along each axis. |
virtual int* vtkImageBlockWriter::GetDivisions |
( |
|
) |
[virtual] |
|
|
The whole extent is broken up into this many divisions along each axis. |
virtual void vtkImageBlockWriter::GetDivisions |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
[virtual] |
|
|
The whole extent is broken up into this many divisions along each axis. |
virtual void vtkImageBlockWriter::GetDivisions |
( |
int |
[3] |
) |
[virtual] |
|
|
The whole extent is broken up into this many divisions along each axis. |
virtual void vtkImageBlockWriter::SetOverlap |
( |
int |
|
) |
[virtual] |
|
|
The number of points along any axis that belong to more than one piece. |
virtual int vtkImageBlockWriter::GetOverlap |
( |
|
) |
[virtual] |
|
|
The number of points along any axis that belong to more than one piece. |
|
This writer takes images as input. |
|
This writer takes images as input. |
virtual void vtkImageBlockWriter::SetFilePattern |
( |
const char * |
|
) |
[virtual] |
|
|
This printf pattern should take three integers, one for each axis. |
virtual char* vtkImageBlockWriter::GetFilePattern |
( |
|
) |
[virtual] |
|
|
This printf pattern should take three integers, one for each axis. |
void vtkImageBlockWriter::Write |
( |
|
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file: