Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

ImplicitFunction.cpp

00001 
00006 #include "ImplicitFunction.h"
00007 
00008 //The Constructor setting the weight
00009 ImplicitFunction::ImplicitFunction(float w) {
00010         weight = w;
00011 }
00012 

Generated on Mon Jun 13 03:18:00 2005 for ImplicitFunctions by  doxygen 1.4.1