Partition of area along the width dimension. More...
#include <Partitions.h>
Public Types | |
using | Base_t = PartitionSortedByRange< Data,&PartitionBase::Area_t::width > |
Base class. More... | |
using | Base_t = SortedPartition< Data, details::PartitionSorterByAreaRangeLower< Range >> |
Base class. More... | |
using | Base_t = PartitionContainer< Data > |
Base class. More... | |
Public Types inherited from geo::part::PartitionSortedByRange< Data,&PartitionBase::Area_t::width > | |
using | Base_t = SortedPartition< Data, details::PartitionSorterByAreaRangeLower< Range >> |
Base class. More... | |
using | Base_t = PartitionContainer< Data > |
Base class. More... | |
Public Member Functions | |
virtual Base_t::Partition_t const * | findPart (double w, double) const override |
Returns the only partition which could contain the specified depth. More... | |
Private Member Functions | |
virtual std::string | describeIntro () const override |
Partition of area along the width dimension.
Definition at line 489 of file Partitions.h.
using geo::part::WidthPartition< Data >::Base_t = PartitionSortedByRange<Data, &PartitionBase::Area_t::width> |
Base class.
Definition at line 495 of file Partitions.h.
using geo::part::SortedPartition< Data, Sorter >::Base_t = PartitionContainer<Data> |
Base class.
Definition at line 399 of file Partitions.h.
using geo::part::PartitionSortedByRange< Data, Range >::Base_t = SortedPartition <Data, details::PartitionSorterByAreaRangeLower<Range>> |
Base class.
Definition at line 455 of file Partitions.h.
|
overrideprivatevirtual |
Definition at line 922 of file Partitions.h.
|
inlineoverridevirtual |
Returns the only partition which could contain the specified depth.
Definition at line 501 of file Partitions.h.