Go to the documentation of this file.
   26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAM_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAM_H 
   30 #include "../Config.h" 
   42   namespace da  { 
class ObjectId; 
class ObjectIdSet;}
 
   43   namespace dt  { 
class AbstractData; }
 
  113           void setValues(std::map<te::dt::AbstractData*, unsigned int> values);
 
  176           void insert (std::pair<te::dt::AbstractData*, unsigned int> new_value, std::vector<te::da::ObjectId*> valuesOIds);
 
  184           void insert(std::pair<te::dt::AbstractData*, unsigned int> new_value);
 
  262 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAM_H 
  
 
This class represents an unique id for a data set element.
 
This file contains a set of utility histogram functions.
 
A base class for values that can be retrieved from the data access module.
 
This class represents a set of unique ids created in the same context. i.e. from the same data set.