ScatterUtils.h File Reference

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

 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 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
 

Detailed Description

This file contains a set of utility scatter functions.

Definition in file ScatterUtils.h.