![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <QObject>
#include <QScopedPointer>
#include "ctkCoreExport.h"
Go to the source code of this file.
Classes | |
class | ctkValueProxy |
Base class for value proxies. Value proxy allows to decouple the displayed value from the values accessed within the program. For example, one may want to display Fahrenheit while still working with Celsius. More... | |