SPATMOD::IMAGE::SOURCE_TIFF Class Reference

TIFF pipeline source. More...

#include <spatmod/imagesourcetiff.h>

Inheritance diagram for SPATMOD::IMAGE::SOURCE_TIFF:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SOURCE_TIFF (UINT8 *&MemBuffer, UINT32 BufferSize)
 SOURCE_TIFF (SIMPLE_ARRAY< UINT8 > &MemBuffer)
 SOURCE_TIFF (const FILEPATH &FilePath)
virtual ~SOURCE_TIFF ()

Detailed Description

TIFF pipeline source.


Constructor & Destructor Documentation

SPATMOD::IMAGE::SOURCE_TIFF::SOURCE_TIFF ( const FILEPATH FilePath  )  [explicit]

Construct with FILEPATH.

SPATMOD::IMAGE::SOURCE_TIFF::SOURCE_TIFF ( SIMPLE_ARRAY< UINT8 > &  MemBuffer  )  [explicit]

Construct with memory buffer (SIMPLE_ARRAY).

Will take ownership of buffer.

Parameters:
MemBuffer Memory buffer, will be returned empty
SPATMOD::IMAGE::SOURCE_TIFF::SOURCE_TIFF ( UINT8 *&  MemBuffer,
UINT32  BufferSize 
)

Construct with memory buffer (pointer/size).

Will take ownership of buffer, pointer will be returned as NULL

Parameters:
MemBuffer Memory buffer, will be returned as NULL
BufferSize Buffer size
virtual SPATMOD::IMAGE::SOURCE_TIFF::~SOURCE_TIFF (  )  [virtual]

Destructor.


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

Generated on Sun Oct 7 21:40:10 2012 for TNTsdk 2012 by  doxygen 1.6.1