Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkImageBlockWriter Class Reference
Breaks up image into blocks and save in files.
More...
#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.
-
Date:
-
2001/10/11 13:37:58
-
Revision:
-
1.13
Experimenting with different file formats. This one saves an image in multiple files. I am allowing overlap between file for efficiency.
-
See also:
-
vtkImageBlockReader.
Definition at line 58 of file vtkImageBlockWriter.h.
Constructor & Destructor Documentation
vtkImageBlockWriter::vtkImageBlockWriter |
( |
|
) |
[protected] |
|
vtkImageBlockWriter::~vtkImageBlockWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
vtkImageBlockWriter* vtkImageBlockWriter::New |
( |
|
) |
[static] |
|
|
Instantiate object with no start, end, or progress methods.
Reimplemented from vtkProcessObject. |
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkProcessObject. |
vtkImageBlockWriter* vtkImageBlockWriter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
|
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 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
char* vtkImageBlockWriter::FilePattern [protected]
|
|
int vtkImageBlockWriter::Divisions[3] [protected]
|
|
int vtkImageBlockWriter::Overlap [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:30:05 2002 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001