13 #ifndef CXTRANSFERFUNCTIONS3DPRESETS_H_ 14 #define CXTRANSFERFUNCTIONS3DPRESETS_H_ 16 #include "cxResourceExport.h" 19 #include <QDomElement> 49 virtual void save(QString name,
ImagePtr image,
bool _2D=
true,
bool _3D=
true);
50 void load(QString name,
ImagePtr image,
bool _2D=
true,
bool _3D=
true);
52 void save2D(QString name,
ImagePtr image);
53 void save3D(QString name,
ImagePtr image);
54 void load2D(QString name,
ImagePtr image);
55 void load3D(QString name,
ImagePtr image);
57 void deletePresetData(QString name,
bool _2D=
true,
bool _3D=
true);
59 virtual QStringList generatePresetList(IMAGE_MODALITY modality);
Base class for a group of presets in the system.
boost::shared_ptr< class Image > ImagePtr
virtual ~TransferFunctions3DPresets()
boost::shared_ptr< class TransferFunctions3DPresets > TransferFunctions3DPresetsPtr
Helper class for xml files used to store ssc/cx data.
Handles transfer function presets.
Namespace for all CustusX production code.