![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <versionconverter.h>
Public Member Functions | |
| template<typename T> | |
| NodeVersionConverter (T *obj, bool(T::*fPtr)(TxElement *)) | |
| NodeVersionConverter (std::function< bool(TxElement *)> fun) | |
| virtual bool | convert (TxElement *root) |
A version converter for a single node that calls a function for the given node.
|
virtual |
Implements inviwo::VersionConverter.