In file inrimage/Interpolator.h:

struct Extrapolator

Base class for extrapolation (infers values outside an interval of known values)

virtual ~Extrapolator()
destructor
virtual Voxel& operator)(Inrimage const& img, double x, double y, double z, Voxel& v) const
get extrapolated value at img(x,y,z)
virtual Extrapolator* clone() const
returns a copy of the object.

Documentation

Base class for extrapolation (infers values outside an interval of known values)
virtual ~Extrapolator()
destructor

virtual Voxel& operator)(Inrimage const& img, double x, double y, double z, Voxel& v) const
get extrapolated value at img(x,y,z)
Returns:
v, the voxel in which the value is stored
Parameters:
img - image to interpolate
x - x cartesian coordinate
y - y cartesian coordinate
z - z cartesian coordinate
v - voxel to store value

virtual Extrapolator* clone() const
returns a copy of the object.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de