GDCM  2.4.5
Public Member Functions | List of all members
gdcm::ImageConverter Class Reference

Image Converter. More...

#include <gdcmImageConverter.h>

Public Member Functions

 ImageConverter ()
 
 ~ImageConverter ()
 
void Convert ()
 
const ImageGetOuput () const
 
void SetInput (Image const &input)
 

Detailed Description

Image Converter.

Note
This is the class used to convert from on Image to another This is typically used to convert let say YBR JPEG compressed Image to a RAW RGB Image. So that the buffer can be directly pass to third party application. This filter is application level and not integrated directly in GDCM

Constructor & Destructor Documentation

gdcm::ImageConverter::ImageConverter ( )
gdcm::ImageConverter::~ImageConverter ( )

Member Function Documentation

void gdcm::ImageConverter::Convert ( )
const Image& gdcm::ImageConverter::GetOuput ( ) const
void gdcm::ImageConverter::SetInput ( Image const &  input)

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

Generated on Fri Sep 25 2015 17:58:31 for GDCM by doxygen 1.8.9.1
SourceForge.net Logo