This file contains a set of utility histogram functions. More...
#include "../Config.h"
#include "../../../datatype/SimpleData.h"
#include "../../../dataaccess/dataset/ObjectId.h"
#include <map>
#include <set>
#include <string>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/identity.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/mem_fun.hpp>
Go to the source code of this file.
Classes | |
struct | te::qt::widgets::CompareHistogramInterval |
struct | te::qt::widgets::IntervalToObjectId |
Namespaces | |
te | |
URI C++ Library. | |
te::qt | |
Namespace for the Qt module of TerraLib. | |
te::qt::widgets | |
Namespace for the Qt Widgets module of TerraLib. | |
Typedefs | |
typedef std::map< te::dt::AbstractData *, unsigned int, CompareHistogramInterval > | te::qt::widgets::HistogramValues |
Histogram's values. More... | |
typedef boost::multi_index::multi_index_container< IntervalToObjectId, boost::multi_index::indexed_by< boost::multi_index::ordered_non_unique< boost::multi_index::identity< IntervalToObjectId > >, boost::multi_index::ordered_unique< boost::multi_index::const_mem_fun< IntervalToObjectId, std::string, &IntervalToObjectId::getObjIdAsString > > > > | te::qt::widgets::IntervalToObjectIdSet |
This file contains a set of utility histogram functions.
Definition in file HistogramUtils.h.