Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Trilinear.h

00001 // Trilinear.h: interface for the CTrilinear class.
00002 //
00004 
00005 #if !defined(AFX_TRILINEAR_H__554AF695_9EEA_4195_AF67_BF9BFF066EA9__INCLUDED_)
00006 #define AFX_TRILINEAR_H__554AF695_9EEA_4195_AF67_BF9BFF066EA9__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Interpolator.h"
00013 
00015 
00020 class CTrilinear : public CInterpolator  
00021 {
00022 public:
00023         CTrilinear();
00024         virtual ~CTrilinear();
00025         virtual void Interpolate(CSamplePoint *sp, CPoint3D &position,CSamplePoint ** neighbour);
00026 };
00027 
00028 #endif // !defined(AFX_TRILINEAR_H__554AF695_9EEA_4195_AF67_BF9BFF066EA9__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002