#include <itkTIFFImageIO.h>
Inheritance diagram for itk::TIFFImageIO:
Public Types | |
typedef TIFFImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
enum | { NOFORMAT, RGB_, GRAYSCALE, PALETTE_RGB, PALETTE_GRAYSCALE, OTHER } |
enum | { NoCompression, PackBits, JPEG, Deflate, LZW } |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual bool | CanReadFile (const char *) |
virtual void | ReadImageInformation () |
virtual void | Read (void *buffer) |
virtual void | ReadVolume (void *buffer) |
virtual void | ReadTiles (void *buffer) |
virtual bool | CanWriteFile (const char *) |
virtual void | WriteImageInformation () |
virtual void | Write (const void *buffer) |
void | SetCompressionToNoCompression () |
void | SetCompressionToPackBits () |
void | SetCompressionToJPEG () |
void | SetCompressionToDeflate () |
void | SetCompressionToLZW () |
void | SetCompression (int compression) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TIFFImageIO () | |
~TIFFImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | InternalWrite (const void *buffer) |
void | InitializeColors () |
void | ReadGenericImage (void *out, unsigned int, unsigned int height) |
void | ReadTwoSamplesPerPixelImage (void *out, unsigned int, unsigned int height) |
int | EvaluateImageAt (void *out, void *in) |
unsigned int | GetFormat () |
void | GetColor (int index, unsigned short *red, unsigned short *green, unsigned short *blue) |
bool | CanFindTIFFTag (unsigned int t) |
void * | ReadRawByteFromTag (unsigned int t, short &value_count) |
Protected Attributes | |
TIFFReaderInternal * | m_InternalImage |
int | m_Compression |
Definition at line 38 of file itkTIFFImageIO.h.
|
Reimplemented from itk::ImageIOBase. Reimplemented in itk::LSMImageIO. Definition at line 44 of file itkTIFFImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Reimplemented in itk::LSMImageIO. Definition at line 42 of file itkTIFFImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Reimplemented in itk::LSMImageIO. Definition at line 43 of file itkTIFFImageIO.h. |
|
Definition at line 84 of file itkTIFFImageIO.h. |
|
Definition at line 87 of file itkTIFFImageIO.h. |
|
|
|
|
|
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
|
|
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
|
|
|
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. Reimplemented in itk::LSMImageIO. |
|
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 itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
Reads the data from disk into the memory buffer provided. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
|
|
Set the spacing and diemention information for the set filename. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
|
|
Reads 3D data from tiled tiff |
|
|
|
Reads 3D data from multi-pages tiff. |
|
Definition at line 105 of file itkTIFFImageIO.h. |
|
Definition at line 102 of file itkTIFFImageIO.h. |
|
Definition at line 101 of file itkTIFFImageIO.h. |
|
Definition at line 103 of file itkTIFFImageIO.h. |
|
Definition at line 99 of file itkTIFFImageIO.h. |
|
Definition at line 100 of file itkTIFFImageIO.h. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Implements itk::ImageIOBase. Reimplemented in itk::LSMImageIO. |
|
Definition at line 154 of file itkTIFFImageIO.h. |
|
Definition at line 153 of file itkTIFFImageIO.h. |