#include <set>
#include <vector>
#include <mia/core/ioplugin.hh>
#include <mia/core/iohandler.hh>
#include <mia/2d/vectorfield.hh>
Go to the source code of this file.
Data Structures | |
class | C2DIOVectorfield |
a class for the IO of 2D vector fields More... | |
struct | io_2dvf_type |
Typedefs | |
typedef TIOPlugin< io_2dvf_type > | C2DVFIOPlugin |
Base class for 2D vector field IO plugins. More... | |
typedef THandlerSingleton< TIOPluginHandler< C2DVFIOPlugin > > | C2DVFIOPluginHandler |
Handler for 2D vector field IO. More... | |
Variables | |
template class EXPORT_2D | THandlerSingleton< TIOPluginHandler< C2DVFIOPlugin > > |
template class EXPORT_2D | TIOPlugin< io_2dvf_type > |
template class EXPORT_2D | TIOPluginHandler< C2DVFIOPlugin > |
template class EXPORT_2D | TPlugin< io_2dvf_type, io_plugin_type > |
typedef TIOPlugin<io_2dvf_type> C2DVFIOPlugin |
Base class for 2D vector field IO plugins.
Definition at line 68 of file 2d/vfio.hh.
Handler for 2D vector field IO.
Definition at line 78 of file 2d/vfio.hh.
template class EXPORT_2D THandlerSingleton< TIOPluginHandler< C2DVFIOPlugin > > |
template class EXPORT_2D TIOPlugin< io_2dvf_type > |
template class EXPORT_2D TIOPluginHandler< C2DVFIOPlugin > |
template class EXPORT_2D TPlugin< io_2dvf_type, io_plugin_type > |