Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

LogParameterFilter.h

Go to the documentation of this file.
00001 // LogParameterFilter.h: interface for the CLogParameterFilter class.
00002 //
00004 
00005 #if !defined(AFX_LOGPARAMETERFILTER_H__55D2F6A0_1C63_4913_AB3D_F626B3390601__INCLUDED_)
00006 #define AFX_LOGPARAMETERFILTER_H__55D2F6A0_1C63_4913_AB3D_F626B3390601__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "ParameterFilter.h"
00013 #include <math.h>
00014 
00015 class CLogParameterFilter : public CParameterFilter  
00016 {
00017 public:
00018         CLogParameterFilter();
00019         virtual ~CLogParameterFilter();
00020         double Operator(double operand);
00021         double OperatorInverse(double operand);
00022 };
00023 
00024 #endif // !defined(AFX_LOGPARAMETERFILTER_H__55D2F6A0_1C63_4913_AB3D_F626B3390601__INCLUDED_)

Generated on Mon Nov 3 09:37:57 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002