class  TrilinVectInterpolator : public Interpolator Trilinear interpolation for images with vector voxels. It will not work for scalar images.
|   | operator) (Inrimage const& img, double x, double y, double z, Voxel& v) const  get interpolated value at img(x,y,z)  | 
|   | clone () const  returns a copy of the object.  | 
|   | interpolatorByType (Inrimage::WORD_TYPE t, size_t v) return a TypedTrilinVectInterpolator for an image of type t  | 
|   | addMulVoxDbl (Voxel& r, Voxel const& v, double d) r += v*d  | 
Trilinear interpolation for images with vector voxels. It will not work for scalar images.
 
 
 Interpolator*  clone() const 
 static  TrilinVectInterpolator*  interpolatorByType(Inrimage::WORD_TYPE t, size_t v)
 static  Voxel&  addMulVoxDbl(Voxel& r, Voxel const& v, double d)
v -  voxel to add to r
d -  value to scale v by
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