#include <wx/wxprec.h>#include <wx/wx.h>#include "pPlotterLayer.h"#include "pFunctionPoint.h"#include "pLogicalFunction.h"#include "pColorPoint.h"#include "vtkKochanekSpline.h"#include <vector>#include <iostream>#include <fstream>


Go to the source code of this file.
| Classes | |
| class | pGraphicalFunction | 
| Defines | |
| #define | DEFECT_SCALE 1 | 
| #define | MAX_SCALE 2 | 
| #define | USER_SCALE 3 | 
| #define | DEFAULT 1 | 
| #define | HISTOGRAM 2 | 
| #define DEFAULT 1 | 
Definition at line 55 of file pGraphicalFunction.h.
Referenced by pGraphicalFunction::pGraphicalFunction().
| #define DEFECT_SCALE 1 | 
this scale, scales each function with its maximum x, and maximum y in its points
Definition at line 38 of file pGraphicalFunction.h.
| #define HISTOGRAM 2 | 
Definition at line 60 of file pGraphicalFunction.h.
Referenced by pPlotterWindow::InitFunctionForVectors(), pPlotterWindow::moveFunctions(), and pPlotterWindow::onMouseMove().
| #define MAX_SCALE 2 | 
this scale with the maximun x and y of all the functions defined
Definition at line 42 of file pGraphicalFunction.h.
| #define USER_SCALE 3 | 
this scales with the scale giving by the user of the widget
Definition at line 46 of file pGraphicalFunction.h.
Referenced by pPlotterWindow::onStartDrawing().
 1.5.3
 1.5.3