Public Types | Public Member Functions | List of all members
geo::part::details::PartitionRangeLowerBoundExtractor< Range > Struct Template Reference

#include <Partitions.h>

Inheritance diagram for geo::part::details::PartitionRangeLowerBoundExtractor< Range >:
geo::part::details::RangeLowerBoundExtractor< Range >

Public Types

using Base_t = RangeLowerBoundExtractor< Range >
 
using Area_t = typename Base_t::Area_t
 
using Partition_t = PartitionBase
 Base type of the partition. More...
 
- Public Types inherited from geo::part::details::RangeLowerBoundExtractor< Range >
using Area_t = AreaOwner::Area_t
 

Public Member Functions

auto operator() (Partition_t const &part)
 
template<typename PartPtr , typename = std::enable_if_t<details::is_partition_ptr<PartPtr>::value>>
auto operator() (PartPtr const &part)
 
- Public Member Functions inherited from geo::part::details::RangeLowerBoundExtractor< Range >
double operator() (double lower) const
 
double operator() (Area_t::Range_t const &r) const
 
double operator() (Area_t const &area) const
 
double operator() (AreaOwner const &area) const
 
double operator() (AreaOwner const *ptr) const
 

Additional Inherited Members

- Static Public Attributes inherited from geo::part::details::RangeLowerBoundExtractor< Range >
static constexpr auto range = Range
 

Detailed Description

template<PartitionBase::AreaRangeMember_t Range>
struct geo::part::details::PartitionRangeLowerBoundExtractor< Range >

Class extracting the lower bound of the specified range of a partition area.

Definition at line 707 of file Partitions.h.

Member Typedef Documentation

template<PartitionBase::AreaRangeMember_t Range>
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Area_t = typename Base_t::Area_t

Definition at line 711 of file Partitions.h.

template<PartitionBase::AreaRangeMember_t Range>
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Base_t = RangeLowerBoundExtractor<Range>

Definition at line 710 of file Partitions.h.

template<PartitionBase::AreaRangeMember_t Range>
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Partition_t = PartitionBase

Base type of the partition.

Definition at line 713 of file Partitions.h.

Member Function Documentation

template<PartitionBase::AreaRangeMember_t Range>
auto geo::part::details::PartitionRangeLowerBoundExtractor< Range >::operator() ( Partition_t const &  part)
inline

Definition at line 717 of file Partitions.h.

718  { return Base_t::operator()(part.area()); }
double operator()(double lower) const
Definition: Partitions.h:690
template<PartitionBase::AreaRangeMember_t Range>
template<typename PartPtr , typename = std::enable_if_t<details::is_partition_ptr<PartPtr>::value>>
auto geo::part::details::PartitionRangeLowerBoundExtractor< Range >::operator() ( PartPtr const &  part)
inline

Definition at line 723 of file Partitions.h.

724  { return operator()(*part); }

The documentation for this struct was generated from the following file: