#include <set>
#include <vector>
#include <mia/core/ioplugin.hh>
#include <mia/core/iohandler.hh>
#include <mia/3d/vectorfield.hh>
Go to the source code of this file.
Data Structures | |
class | C3DIOVectorfield |
An interface class to wrap a vector field into something, IO plugins can understand. More... | |
Typedefs | |
typedef TIOPlugin< io_3dvf_data > | C3DVFIOPlugin |
Base class for vector field IO plug-ins. More... | |
typedef THandlerSingleton < TIOPluginHandler < C3DVFIOPlugin > > | C3DVFIOPluginHandler |
Plug-in handler for vector field IO. More... | |