Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CInterpolator Class Reference

A class that is the base class for all interpolators. More...

#include <Interpolator.h>

Inheritance diagram for CInterpolator:

CNearestNeighbour CRectTrilinear CRectTrilinVLength CTrilinear CTrilinearVLength List of all members.

Public Methods

 CInterpolator ()
CSamplePointInterpolate (CPoint3D &position, CSamplePoint **neighbour)
 Interpolates new samplepoint on specified position. More...

virtual void Interpolate (CSamplePoint *sp, CPoint3D &position, CSamplePoint **neighbour)=0
virtual ~CInterpolator ()

Detailed Description

A class that is the base class for all interpolators.

Interpolators compute new samplePoints using a position value and the surrounding samplepoints.


Member Function Documentation

CSamplePoint * CInterpolator::Interpolate CPoint3D   position,
CSamplePoint **    neighbour
 

Interpolates new samplepoint on specified position.

The interpolator computes new samplepoint on specified position, using the surrounding samplepoints stored in the vector neighbours.


The documentation for this class was generated from the following files:
Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002