33 #include "wx/popupwin.h"
35 namespace wxGraphTools
43 void OnLeftDown(wxMouseEvent &e);
44 void OnRightDown(wxMouseEvent &e);
55 Graph(
int graphWidth,
int graphHeight, wxColour backgroundColour);
59 void SetChartArea(
int left,
int top,
int right,
int bottom);
61 void SetChartDisplay(
double xmin,
double ymin,
double xmax,
double ymax);
63 void DrawGrid(
size_t linesX,
size_t linesY);
65 void DrawLine(std::vector<hugin_utils::FDiff2D> points, wxColour colour,
int penWidth = 1);
66 const wxBitmap GetGraph()
const;
72 int TransformX(
double x);
73 int TransformY(
double y);
75 double m_xmin, m_xmax,
m_ymin, m_ymax;
79 int m_left,
m_top, m_right, m_bottom;
88 #endif // GRAPHTOOLS_H
include file for the hugin project
vigra::pair< typename ROIImage< Image, Mask >::image_const_traverser, typename ROIImage< Image, Mask >::ImageConstAccessor > srcImage(const ROIImage< Image, Mask > &img)
include file for the hugin project
All variables of a source image.