atlas
Public Member Functions | List of all members
atlas::util::ListPolygonXY Class Reference

Vector of all polygons with functionality to find partition using a KDTree. More...

#include <PolygonXY.h>

Inheritance diagram for atlas::util::ListPolygonXY:
Inheritance graph
[legend]
Collaboration diagram for atlas::util::ListPolygonXY:
Collaboration graph
[legend]

Public Member Functions

 ListPolygonXY (const PartitionPolygons &partition_polygons)
 
- Public Member Functions inherited from atlas::util::VectorOfAbstract< Abstract >
 VectorOfAbstract (VectorOfAbstract &&other)
 
const_iterator begin () const
 
const_iterator end () const
 
const_reference operator[] (idx_t i) const
 
const_reference at (idx_t i) const
 
idx_t size () const
 
void reserve (size_t size)
 
template<typename... Args>
void emplace_back (Args &&... args)
 
container_type & get ()
 
void clear ()
 

Additional Inherited Members

- Public Types inherited from atlas::util::VectorOfAbstract< Abstract >
using value_type = Abstract
 
using container_type = std::vector< std::unique_ptr< value_type > >
 
using const_reference = const value_type &
 
using reference = const_reference
 
using const_iterator = DereferenceIterator< typename container_type::const_iterator >
 

Detailed Description

Vector of all polygons with functionality to find partition using a KDTree.


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