|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
#include <spatial_interpolation.h>
Public Member Functions | |
| size_t | kdtree_get_point_count () const |
| double | kdtree_get_pt (size_t const idx, size_t const dim) const |
| template<class BBOX> | |
| bool | kdtree_get_bbox (BBOX &) const |
Data Fields | |
| std::vector< Point2D > | pts |
Definition at line 57 of file spatial_interpolation.h.
|
inline |
Definition at line 72 of file spatial_interpolation.h.
|
inline |
Definition at line 61 of file spatial_interpolation.h.
|
inline |
Definition at line 66 of file spatial_interpolation.h.
| std::vector<Point2D> PointCloud::pts |
Definition at line 59 of file spatial_interpolation.h.
Referenced by kdtree_get_point_count(), and kdtree_get_pt().