#include <itkJPEGImageIO.h>
Inheritance diagram for itk::JPEGImageIO:
Public Types | |
typedef JPEGImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual void | SetUseCompression (bool _arg) |
virtual bool | CanReadFile (const char *) |
virtual void | ReadImageInformation () |
virtual const std::type_info & | GetPixelType () const |
virtual void | Read (void *buffer) |
virtual void | ReadVolume (void *buffer) |
virtual unsigned int | GetComponentSize () const |
virtual bool | CanWriteFile (const char *) |
virtual void | WriteImageInformation () |
virtual void | Write (const void *buffer) |
virtual void | SetQuality (int _arg) |
virtual int | GetQuality () |
virtual void | SetProgressive (bool _arg) |
virtual bool | GetProgressive () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
JPEGImageIO () | |
~JPEGImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | WriteSlice (std::string &fileName, const void *buffer) |
Protected Attributes | |
bool | m_UseCompression |
int | m_Quality |
bool | m_Progressive |
|
Reimplemented from itk::ImageIOBase. Definition at line 40 of file itkJPEGImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 38 of file itkJPEGImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 39 of file itkJPEGImageIO.h. |
|
|
|
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase.
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase.
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase.
|
|
Compute the size (in bytes) of the components of a pixel. For example, and RGB pixel of unsigned char would have a component size of 1 byte. Reimplemented from itk::ImageIOBase.
|
|
Get the type of the pixel. Reimplemented from itk::ImageIOBase.
|
|
|
|
Set/Get the level of quality for the output images. |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject.
|
|
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.
|
|
Reads the data from disk into the memory buffer provided. Implements itk::ImageIOBase.
|
|
Set the spacing and diemention information for the set filename. Implements itk::ImageIOBase.
|
|
Reads 3D data from multiple files assuming one slice per file. |
|
|
|
Set/Get the level of quality for the output images. |
|
Set if the compression should be used for writing |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Implements itk::ImageIOBase.
|
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Implements itk::ImageIOBase.
|
|
|
|
Default = true Definition at line 114 of file itkJPEGImageIO.h. |
|
Determines the quality of compression for written files. default = 95 Definition at line 111 of file itkJPEGImageIO.h. |
|
Set if the compression should be used for writing the value is false by default Definition at line 107 of file itkJPEGImageIO.h. |