IMG_FileFilterTile Class Reference

#include <IMG_FileFilterTile.h>

Inheritance diagram for IMG_FileFilterTile:

IMG_FileFilter IMG_File

List of all members.

Public Member Functions

 IMG_FileFilterTile (IMG_File *file_to_filter)
virtual ~IMG_FileFilterTile ()
virtual const char * className () const
void initTile (IMG_Interleave i)
virtual bool readTile (const UT_InclusiveRect &rect, void *data, const IMG_Plane *plane=0)
virtual bool writeTile (const UT_InclusiveRect &rect, const void *data, const IMG_Plane *plane=0)
virtual void computeCommonData ()


Detailed Description

Definition at line 29 of file IMG_FileFilterTile.h.


Constructor & Destructor Documentation

IMG_FileFilterTile::IMG_FileFilterTile ( IMG_File file_to_filter  ) 

virtual IMG_FileFilterTile::~IMG_FileFilterTile (  )  [virtual]


Member Function Documentation

virtual const char* IMG_FileFilterTile::className ( void   )  const [inline, virtual]

Reimplemented from IMG_File.

Definition at line 35 of file IMG_FileFilterTile.h.

virtual void IMG_FileFilterTile::computeCommonData (  )  [virtual]

Reimplemented from IMG_FileFilter.

void IMG_FileFilterTile::initTile ( IMG_Interleave  i  ) 

virtual bool IMG_FileFilterTile::readTile ( const UT_InclusiveRect tile,
void *  data,
const IMG_Plane plane = 0 
) [virtual]

This is a tile interface for reading files. To use it, you must pass an IMG_FileParms object to open() with IMG_FileParms::useTileInterface() called. Otherwise, this will just return false. The x-y coords of the tile is in pixels.

Reimplemented from IMG_File.

virtual bool IMG_FileFilterTile::writeTile ( const UT_InclusiveRect tile,
const void *  data,
const IMG_Plane plane = 0 
) [virtual]

this is a tile interface for writing files. To use it, you must pass an IMG_FileParms object to open() with IMG_FileParms::useTileInterface() called. Otherwise, this will just return false. The x-y coords of the tile is in pixels.

Reimplemented from IMG_File.


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

Generated on Fri May 25 00:10:30 2012 for HDK by  doxygen 1.5.9