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:

Inheritance graph
[legend]
Collaboration diagram for vtkImageBlockWriter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void Write ()
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 ()
void SetInput (vtkImageData *input)
vtkImageDataGetInput ()
virtual void SetFilePattern (const char *)
virtual char * GetFilePattern ()

Static Public Methods

vtkImageBlockWriter * New ()
int IsTypeOf (const char *type)
vtkImageBlockWriter * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageBlockWriter ()
 ~vtkImageBlockWriter ()

Protected Attributes

char * FilePattern
int Divisions [3]
int Overlap

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]
 

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 vtkProcessObject.

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.

void vtkImageBlockWriter::SetInput vtkImageData   input
 

This writer takes images as input.

vtkImageData* vtkImageBlockWriter::GetInput  
 

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  
 

Write the files.


Member Data Documentation

char* vtkImageBlockWriter::FilePattern [protected]
 

Definition at line 99 of file vtkImageBlockWriter.h.

int vtkImageBlockWriter::Divisions[3] [protected]
 

Definition at line 101 of file vtkImageBlockWriter.h.

int vtkImageBlockWriter::Overlap [protected]
 

Definition at line 102 of file vtkImageBlockWriter.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:30:05 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001