Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkTIFFWriter Class Reference

#include <vtkTIFFWriter.h>

Inheritance diagram for vtkTIFFWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkTIFFWriter:

Collaboration graph
[legend]
List of all members.

Detailed Description

write out structured points as a TIFF file

Date
2002/08/13 17:14:29
Revision
1.21

vtkTIFFWriter writes structured points as a non-compressed TIFF data file.

Examples:
vtkTIFFWriter (Examples)
Tests:
vtkTIFFWriter (Tests)

Definition at line 36 of file vtkTIFFWriter.h.

Public Types

typedef vtkImageWriter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

vtkTIFFWriterNew ()
int IsTypeOf (const char *type)
vtkTIFFWriterSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkTIFFWriter ()
 ~vtkTIFFWriter ()
virtual void WriteFile (ofstream *file, vtkImageData *data, int ext[6])
virtual void WriteFileHeader (ofstream *, vtkImageData *)


Member Typedef Documentation

typedef vtkImageWriter vtkTIFFWriter::Superclass
 

Reimplemented from vtkImageWriter.

Definition at line 40 of file vtkTIFFWriter.h.


Constructor & Destructor Documentation

vtkTIFFWriter::vtkTIFFWriter  )  [inline, protected]
 

Definition at line 44 of file vtkTIFFWriter.h.

vtkTIFFWriter::~vtkTIFFWriter  )  [inline, protected]
 

Definition at line 45 of file vtkTIFFWriter.h.


Member Function Documentation

vtkTIFFWriter* vtkTIFFWriter::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImageWriter.

virtual const char* vtkTIFFWriter::GetClassName  )  [virtual]
 

Reimplemented from vtkImageWriter.

int vtkTIFFWriter::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 vtkImageWriter.

virtual int vtkTIFFWriter::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 vtkImageWriter.

vtkTIFFWriter* vtkTIFFWriter::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkImageWriter.

virtual void vtkTIFFWriter::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 vtkImageWriter.

virtual void vtkTIFFWriter::WriteFile ofstream *  file,
vtkImageData data,
int  ext[6]
[protected, virtual]
 

Reimplemented from vtkImageWriter.

virtual void vtkTIFFWriter::WriteFileHeader ofstream *  ,
vtkImageData
[protected, virtual]
 

Reimplemented from vtkImageWriter.


The documentation for this class was generated from the following file: