TTK
Loading...
Searching...
No Matches
geoPHUtils.h File Reference
#include <RipsPersistenceDiagramUtils.h>
#include <boost/version.hpp>
#include <boost/unordered/unordered_map.hpp>
#include <boost/unordered/unordered_set.hpp>
#include <dset.h>

Go to the source code of this file.

Namespaces

namespace  ttk
 TTK base package defining the standard types.
 
namespace  ttk::gph
 

Typedefs

using ttk::gph::id_t = int
 
template<unsigned DIM>
using ttk::gph::PointD
 
template<unsigned DIM>
using ttk::gph::PointCloud = std::vector<PointD<DIM>>
 
template<typename X, typename Y>
using ttk::gph::HashMap = boost::unordered_map<X, Y>
 
template<typename X>
using ttk::gph::HashSet = boost::unordered_set<X>