|
void | clear () |
|
bool | attribute (const std::string &, TypeDesc, const void *) |
|
bool | attribute_int (const std::string &, int) |
|
bool | attribute_float (const std::string &, float) |
|
bool | attribute_double (const std::string &, double) |
|
bool | attribute_char (const std::string &, const char *) |
|
bool | attribute_string (const std::string &, const std::string &) |
|
bool | getattribute (const std::string &, TypeDesc, void *) |
|
bool | getattribute_int (const std::string &, int &) |
|
bool | getattribute_float (const std::string &, float &) |
|
bool | getattribute_double (const std::string &, double &) |
|
bool | getattribute_char (const std::string &, char **) |
|
bool | getattribute_string (const std::string &, std::string &) |
|
std::string | resolve_filename (const std::string &) |
|
bool | get_image_info (ustring, ustring, TypeDesc, void *) |
|
bool | get_imagespec (ustring, ImageSpec &, int) |
|
bool | get_pixels (ustring, int, int, int, int, int, int, int, int, TypeDesc, void *) |
|
std::string | geterror () const |
|
std::string | getstats (int) const |
|
void | invalidate (ustring) |
|
void | invalidate_all (bool) |
|