#include <IMG_TileSocket.h>

Public Member Functions | |
| IMG_TileSocket (const char *host) | |
| virtual | ~IMG_TileSocket () |
| virtual int | open (const IMG_TileOptions &finfo, int xres, int yres, int twidth, int theight, fpreal aspect) |
| virtual IMG_DataType | getDataType () const |
| virtual int | writeTile (const void *data, unsigned x0, unsigned x1, unsigned y0, unsigned y1) |
| virtual int | close () |
Definition at line 33 of file IMG_TileSocket.h.
| IMG_TileSocket::IMG_TileSocket | ( | const char * | host | ) |
| virtual IMG_TileSocket::~IMG_TileSocket | ( | ) | [virtual] |
| virtual int IMG_TileSocket::close | ( | ) | [virtual] |
Implements IMG_TileDevice.
| virtual IMG_DataType IMG_TileSocket::getDataType | ( | ) | const [virtual] |
| virtual int IMG_TileSocket::open | ( | const IMG_TileOptions & | finfo, | |
| int | xres, | |||
| int | yres, | |||
| int | twidth, | |||
| int | theight, | |||
| fpreal | aspect | |||
| ) | [virtual] |
Implements IMG_TileDevice.
| virtual int IMG_TileSocket::writeTile | ( | const void * | data, | |
| unsigned | x0, | |||
| unsigned | x1, | |||
| unsigned | y0, | |||
| unsigned | y1 | |||
| ) | [virtual] |
Implements IMG_TileDevice.
1.5.9