#include <Partitions.h>
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 |
Class extracting the lower bound of the specified range of a partition area.
Definition at line 707 of file Partitions.h.
| using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Area_t = typename Base_t::Area_t |
Definition at line 711 of file Partitions.h.
| using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Base_t = RangeLowerBoundExtractor<Range> |
Definition at line 710 of file Partitions.h.
| using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Partition_t = PartitionBase |
Base type of the partition.
Definition at line 713 of file Partitions.h.
|
inline |
Definition at line 717 of file Partitions.h.
|
inline |
Definition at line 723 of file Partitions.h.
1.8.11