RosenbrockOptimalLayer.h

00001 
00007 #ifndef _RosenbrockOptimalLayer_h
00008 #define _RosenbrockOptimalLayer_h
00009 
00010 // SYSTEM INCLUDES
00011 //
00012 
00013 // PROJECT INCLUDES
00014 //
00015 
00016 // LOCAL INCLUDES
00017 //
00018 #include "PointControl.h"
00019 #include "XyUnconstrainedLayer.h"
00020 
00021 // FORWARD REFERENCES
00022 //
00023 
00024 
00025 class RosenbrockOptimalLayer
00026     : public XyUnconstrainedLayer
00027 {
00028 public:
00029 // LIFECYCLE
00030 
00033     RosenbrockOptimalLayer(const PlotControl&       plotControl,
00034                            const Result&            result,
00035                            CountedPtr<PlotLayer>    cpFunctionLayer);
00036 
00039     RosenbrockOptimalLayer(const RosenbrockOptimalLayer& from);
00040 
00041 
00044     ~RosenbrockOptimalLayer(void);
00045 
00046 
00047 // OPERATORS
00048 
00049 // OPERATIONS
00050 
00051     virtual Region  IterationBoundingBox(unsigned iterationNumber) const;
00052 
00055     static std::auto_ptr<ResultLayer>   Create(
00056                                 const PlotControl&      plotControl,
00057                                 const Result&           result,
00058                                 CountedPtr<PlotLayer>   cpFunctionLayer);
00059 // ACCESS
00060 
00061 // INQUIRY
00062 
00063 
00064 protected:
00065 private:
00066     virtual void            DrawIteration(wxDC&     dc,
00067                                           unsigned  iterationNumber,
00068                                           bool      highlight) const;
00069 
00070     const static void*  mRegistrationDummy;
00071 };
00072 
00073 // INLINE METHODS
00074 //
00075 
00076 // EXTERNAL REFERENCES
00077 //
00078 
00079 #endif  // _RosenbrockOptimalLayer_h

Wygenerowano Fri Sep 29 21:04:49 2006 dla EduOptim2 programem  doxygen 1.4.6