Go to the source code of this file.
|
template<typename T > |
T | load_image (const std::string &filename) |
|
#define EXPLICITE_INSTANCEIATE_IO_HANDLER |
( |
|
IOTYPE | ) |
|
Value:
the singleton that a plug-in handler really is
The templatex basis class of all IO plug-ins.
Template for all plug-in handlers that are responsible for data IO.
The basic template of all plugin handlers.
Explicitely instanciate all that is needed for an IO plugin.
- Parameters
-
IOTYPE | data type that is handled by this io handler |
Definition at line 171 of file iohandler.hh.
template<typename T >
T load_image |
( |
const std::string & |
filename | ) |
|
This fakes some load image function
Definition at line 183 of file iohandler.hh.