TivNewtonModified.h

00001 
00006 #ifndef _TivNewtonModified_h
00007 #define _TivNewtonModified_h
00008 
00009 // SYSTEM INCLUDES
00010 //
00011 
00012 // PROJECT INCLUDES
00013 //
00014 
00015 // LOCAL INCLUDES
00016 //
00017 #include "TextIterationVisualizer.h"
00018 
00019 // FORWARD REFERENCES
00020 //
00021 
00022 
00023 class TivNewtonModified
00024     : public TextIterationVisualizer
00025 {
00026 public:
00027 // LIFECYCLE
00028 
00031     TivNewtonModified(void);
00032 
00035     ~TivNewtonModified(void);
00036 
00037 
00038 // OPERATORS
00039 // OPERATIONS
00040 //
00041     virtual void        Print(      wxTextCtrl*     pTargetCtrl,
00042                               const IterationData&  iterationData,
00043                               const FunctionBase&   function,
00044                                     bool            highlight) const;
00045 
00046     static std::auto_ptr<const TextIterationVisualizer>    Create();
00047 
00048 // ACCESS
00049 // INQUIRY
00050 
00051 protected:
00052 private:
00053 
00057     static void*   mpRegistrationDummy;
00058 };
00059 
00060 // INLINE METHODS
00061 //
00062 
00063 // EXTERNAL REFERENCES
00064 //
00065 
00066 #endif  // _TivNewtonModified_h

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