Cortex
10.0.0-a4
|
Base class for data conversions. More...
#include <SpaceTransform.h>
Public Types | |
typedef F | FromType |
typedef T | ToType |
typedef SpaceTransform< T, F > | InverseType |
The type of the converter that can perform the inverse transformation. | |
Public Member Functions | |
T | operator() (const F &f) |
virtual T | transform (const F &f)=0 |
Base class for data conversions.