Data Structures | Macros | Functions
iohandler.hh File Reference
#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

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 >
load_image (const std::string &filename)
 

Macro Definition Documentation

#define EXPLICITE_INSTANCEIATE_IO_HANDLER (   IOTYPE)
Value:
template class TIOPlugin<IOTYPE>; \
template class TIOPluginHandler<TIOPlugin<IOTYPE>>; \
template class TPluginHandler<TIOPlugin<IOTYPE>> \

Explicitely instanciate all that is needed for an IO plugin.

Parameters
IOTYPEdata type that is handled by this io handler

Definition at line 171 of file iohandler.hh.

Function Documentation

template<typename T >
T load_image ( const std::string &  filename)

This fakes some load image function

Remarks
what is this for?

Definition at line 183 of file iohandler.hh.