Public Types | List of all members
geo::part::PartitionSortedByRange< Data, Range > Class Template Reference

Partition of area along a area range dimension (width or depth). More...

#include <Partitions.h>

Inheritance diagram for geo::part::PartitionSortedByRange< Data, Range >:

Public Types

using Base_t = SortedPartition< Data, details::PartitionSorterByAreaRangeLower< Range >>
 Base class. More...
 
using Base_t = PartitionContainer< Data >
 Base class. More...
 

Detailed Description

template<typename Data, PartitionBase::AreaRangeMember_t Range>
class geo::part::PartitionSortedByRange< Data, Range >

Partition of area along a area range dimension (width or depth).

Definition at line 449 of file Partitions.h.

Member Typedef Documentation

template<typename Data, PartitionBase::AreaRangeMember_t Range>
using geo::part::PartitionSortedByRange< Data, Range >::Base_t = SortedPartition <Data, details::PartitionSorterByAreaRangeLower<Range>>

Base class.

Definition at line 455 of file Partitions.h.

template<typename Data, PartitionBase::AreaRangeMember_t Range>
using geo::part::SortedPartition< Data, Sorter >::Base_t = PartitionContainer<Data>

Base class.

Definition at line 399 of file Partitions.h.


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