CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Classes
ctkLinearValueProxy.h File Reference
#include "ctkCoreExport.h"
#include "ctkValueProxy.h"
#include "ctkPimpl.h"
Include dependency graph for ctkLinearValueProxy.h:

Go to the source code of this file.

Classes

class  ctkLinearValueProxy
 Implementation of an affine value proxy. The ctkLinearValueProxy takes a coefficient and an offset, effectively implementing a value proxy such as: valueProxy = coefficient * value + offset Note: If the coefficient is null then the property value given by value = (valueProxy - offset) / coefficient can give bad results (+ or - infinity depending on the sign of valueProxy - offset). More...