26#ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAM_H
27#define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAM_H
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);
This file contains a set of utility histogram 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.
A base class for values that can be retrieved from the data access module.
Namespace for the DataAccess API of TerraLib.
Namespace for the Data Type module of TerraLib.
Namespace for the Qt module of TerraLib.