This file contains a set of utility scatter functions. More...
#include "../Config.h"
#include "../../../dataaccess/dataset/ObjectId.h"
#include <map>
#include <set>
#include <string>
#include <vector>
#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::PointToObjectId |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::qt |
Namespace for the Qt module of TerraLib. | |
namespace | te::qt::widgets |
Namespace for the Qt Widgets module of TerraLib. | |
Typedefs | |
typedef boost::multi_index::multi_index_container< PointToObjectId, boost::multi_index::indexed_by< boost::multi_index::ordered_non_unique< boost::multi_index::identity< PointToObjectId > >, boost::multi_index::ordered_unique< boost::multi_index::const_mem_fun< PointToObjectId, std::string, &PointToObjectId::getObjIdAsString > > > > | te::qt::widgets::PointToObjectIdSet |
This file contains a set of utility scatter functions.
Definition in file ScatterUtils.h.