TTK
Loading...
Searching...
No Matches
ttk::gph Namespace Reference

Typedefs

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

Typedef Documentation

◆ HashMap

template<typename X, typename Y>
using ttk::gph::HashMap = boost::unordered_map<X, Y>

Definition at line 57 of file geoPHUtils.h.

◆ HashSet

template<typename X>
using ttk::gph::HashSet = boost::unordered_set<X>

Definition at line 59 of file geoPHUtils.h.

◆ id_t

using ttk::gph::id_t = int

Definition at line 40 of file geoPHUtils.h.

◆ PointCloud

template<unsigned DIM>
using ttk::gph::PointCloud = std::vector<PointD<DIM>>

Definition at line 48 of file geoPHUtils.h.

◆ PointD

template<unsigned DIM>
using ttk::gph::PointD
Initial value:
std::conditional_t<DIM == 0,
std::vector<rpd::value_t>,
std::array<rpd::value_t, DIM>>

Definition at line 43 of file geoPHUtils.h.