This class manages the Transferfunction Presets;. More...
#include <PresetManager.hpp>
Public Member Functions | |
| void | add (const std::string &name, const Transferfunction &preset) |
| void | remove (const std::string &name) |
| Transferfunction & | getTransferfunction (const std::string &name) |
| bool | exists (const std::string &name) const |
| std::vector< std::string > | getPresetNames () |
| void | load () |
| void | save () |
| const size_t | size () const |
Static Public Member Functions | |
| static PresetManager & | getInstance () |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
This class manages the Transferfunction Presets;.
The PresetManager can load, save and manage Transferfunction Presets
1.6.2