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)
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 ()
void Write ()

Static Public Methods

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

Protected Methods

 vtkImageBlockWriter ()
 ~vtkImageBlockWriter ()
 vtkImageBlockWriter (const vtkImageBlockWriter &)
void operator= (const vtkImageBlockWriter &)

Protected Attributes

char * FilePattern
int Divisions [3]
int Overlap

Detailed Description

Breaks up image into blocks and save in files.

Date:
2000/12/10 20:08:24
Revision:
1.10

Experimenting with different file formats. This one saves an image in multiple files. I am allowing overlap between file for efficiency.

See also:
vtkImageBlockReader.
Examples:
vtkImageBlockWriter (examples)

Definition at line 60 of file vtkImageBlockWriter.h.


Constructor & Destructor Documentation

vtkImageBlockWriter::vtkImageBlockWriter   [protected]
 

vtkImageBlockWriter::~vtkImageBlockWriter   [protected]
 

vtkImageBlockWriter::vtkImageBlockWriter const vtkImageBlockWriter &    [inline, protected]
 

Definition at line 92 of file vtkImageBlockWriter.h.


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]
 

virtual int* vtkImageBlockWriter::GetDivisions   [virtual]
 

virtual void vtkImageBlockWriter::GetDivisions int &   ,
int &   ,
int &   
[virtual]
 

virtual void vtkImageBlockWriter::GetDivisions int   [3] [virtual]
 

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]
 

void vtkImageBlockWriter::SetInput vtkImageData   input
 

This writer takes images as input.

vtkImageData* vtkImageBlockWriter::GetInput  
 

virtual void vtkImageBlockWriter::SetFilePattern const char *    [virtual]
 

This printf pattern should take three integers, one for each axis.

virtual char* vtkImageBlockWriter::GetFilePattern   [virtual]
 

void vtkImageBlockWriter::Write  
 

Write the files.

void vtkImageBlockWriter::operator= const vtkImageBlockWriter &    [inline, protected]
 

Definition at line 93 of file vtkImageBlockWriter.h.


Member Data Documentation

char* vtkImageBlockWriter::FilePattern [protected]
 

Definition at line 95 of file vtkImageBlockWriter.h.

int vtkImageBlockWriter::Divisions[3] [protected]
 

Definition at line 97 of file vtkImageBlockWriter.h.

int vtkImageBlockWriter::Overlap [protected]
 

Definition at line 98 of file vtkImageBlockWriter.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:18 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001