ComputingObject.cpp

Go to the documentation of this file.
00001 // ComputingObject.cpp: implementation of the ComputingObject class.
00002 //
00004 
00005 #ifdef WIN32 
00006 #pragma warning(disable:4786)
00007 #endif
00008 #include "ComputingObject.h"
00009 
00011 // Construction/Destruction
00013 
00014 //##ModelId=439D88340218
00015 ComputingObject::ComputingObject()
00016 {
00017 }
00018 
00019 //##ModelId=439D88340219
00020 ComputingObject::~ComputingObject()
00021 {
00022 }
00023 
00024 double  ComputingObject::computeValue(double dValue)
00025 {
00026         dValue = 0.0;
00027         return dValue;
00028 }
00029 
00030 /*double  ComputingObject::computeValue(double dXValue, double dYValue)
00031 {
00032         dXValue = 0.0;
00033         dYValue = 0.0;
00034         return dXValue;
00035 }*/
00036 

Generated on Fri Jul 10 10:31:53 2009 for Utils Library by  doxygen 1.4.5