A list of polygons.
More...
#include <Polygon.h>
|
|
using | base = container::List<Polygon> |
| | Base storage class for Polygon.
|
| |
|
using | size_type = typename base::size_type |
| | Size type for indexing etc.
|
| |
|
using | Unique = std::unique_ptr<PolyList> |
| | Unique pointer.
|
| |
|
using | Shared = std::shared_ptr<PolyList> |
| | Shared pointer.
|
| |
|
using | Option = std::optional<PolyList> |
| | Optional.
|
| |
|
using | value_t |
| | Stored type.
|
| |
|
using | base |
| | Base container type.
|
| |
|
using | size_type |
| | Container size (index) type.
|
| |
|
using | iterator |
| | Container iterator type.
|
| |
|
using | const_iterator |
| | Container const iterator type.
|
| |
◆ PolyList() [1/2]
| active::geometry::PolyList::PolyList |
( |
| ) |
|
|
inline |
◆ PolyList() [2/2]
| active::geometry::PolyList::PolyList |
( |
const PolyList & | source | ) |
|
|
inline |
Copy constructor
- Parameters
-
◆ ~PolyList()
| virtual active::geometry::PolyList::~PolyList |
( |
| ) |
|
|
virtualdefault |
◆ findLargest() [1/2]
Find the largest polygon in the list
- Returns
- An iterator at the largest polygon (end() on failure)
◆ findLargest() [2/2]
Find the largest polygon in the list
- Returns
- An iterator at the largest polygon (end() on failure)
The documentation for this class was generated from the following files:
- /Users/rwessel/Documents/Development/ActiveLib/Active/Geometry/Polygon.h
- /Users/rwessel/Documents/Development/ActiveLib/Active/Geometry/Polygon.cpp