#include <set>
#include <mia/core/handler.hh>
#include <mia/core/ioplugin.hh>
#include <mia/core/delayedparameter.hh>
Go to the source code of this file.
Data Structures | |
struct | IOHandler_of< Data > |
class | TIOPluginHandler< I > |
Template for all plug-in handlers that are responsible for data IO. More... | |
Macros | |
#define | EXPLICITE_INSTANCEIATE_IO_HANDLER(IOTYPE) |
Explicitely instanciate all that is needed for an IO plugin. More... | |
Functions | |
template<typename T > | |
T | load_image (const std::string &filename) |
#define EXPLICITE_INSTANCEIATE_IO_HANDLER | ( | IOTYPE | ) |
Explicitely instanciate all that is needed for an IO plugin.
IOTYPE | data type that is handled by this io handler |
Definition at line 174 of file iohandler.hh.
T load_image | ( | const std::string & | filename | ) |
This fakes some load image function
Definition at line 192 of file iohandler.hh.
References NS_MIA_END.