Page MenuHomePhabricator

add .h file for save and load transferfunctions
Closed, ResolvedPublic

Description

there is only a .cpp file for loading and saving transferfunctions:
mitkTransferFunctionPropertyDeserializer.cpp
mitkTransferFunctionPropertySerializer.cpp

Now I will add:
mitkTransferFunctionPropertyDeserializer.h
mitkTransferFunctionPropertySerializer.h

Then it is possible to use the functions "DeserializeTransferFunction()" and "SerializeTransferFunction()" in the class QmitkTransferFunctionGeneratorWidget.

Event Timeline

[SVN revision 19984]
FIX (#2887): added .h files for load and save transferfunctions