40 std::string modulePath;
43 std::string description;
49 void loadLibrary() throw (std::
string);
52 void unloadLibrary() throw (std::
string);
55 std::
string getError();
63 tile_width = 0; tile_height = 0;
70 DSOImage(
const std::string& s ) :
IIPImage( s ) {
72 tile_width = 0; tile_height = 0;
81 tile_width = 0; tile_height = 0;
95 void Load(
const std::string& p )
throw (std::string);
101 void closeImage() throw (std::
string);
110 RawTile getTile(
int x,
int y,
int r,
int t ) throw (std::
string);