26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_SCATTER_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_SCATTER_H 
   30 #include "../Config.h" 
   38   namespace da  { 
class ObjectIdSet;}
 
   58           Scatter(
const std::vector<double>& axisX, 
const std::vector<double>& axisY);
 
   71           void calculateMinMaxValues();
 
   94           double getX(
unsigned int idx);
 
  112           double getY(
unsigned int idx);
 
  162           void setMinX(
double& new_minX);
 
  167           void setMaxX(
double& new_maxX);
 
  172           void setMinY(
double& new_minY);
 
  177           void setMaxY(
double& maxY);
 
  185           void addX(
double& xValue);
 
  192           void addY(
double& yValue);
 
  247 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_SCATTER_H 
This file contains a set of utility scatter functions. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
This class represents an unique id for a data set element.