00001 
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_)