PlottableObjective.cpp

Go to the documentation of this file.
00001 #include "PlottableObjective.h"
00002 
00003 PlottableObjective::PlottableObjective()
00004 {
00005 }
00006 
00007 PlottableObjective::~PlottableObjective()
00008 {
00009 }
00010 
00011 PlottableObjective& PlottableObjective::operator= (const PlottableObjective& source)
00012 {
00013         if (this == &source) return *this;
00014         
00015         GeneralObjective::operator=(source);
00016         return *this;
00017 
00018 }

Generated on Fri Jul 4 15:30:21 2008 for GPLIB++ by  doxygen 1.5.5