CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
PointCloud Struct Reference

#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< Point2Dpts
 

Detailed Description

Definition at line 57 of file spatial_interpolation.h.

Member Function Documentation

◆ kdtree_get_bbox()

template<class BBOX>
bool PointCloud::kdtree_get_bbox ( BBOX & ) const
inline

Definition at line 72 of file spatial_interpolation.h.

◆ kdtree_get_point_count()

size_t PointCloud::kdtree_get_point_count ( ) const
inline

Definition at line 61 of file spatial_interpolation.h.

◆ kdtree_get_pt()

double PointCloud::kdtree_get_pt ( size_t const idx,
size_t const dim ) const
inline

Definition at line 66 of file spatial_interpolation.h.

Field Documentation

◆ pts

std::vector<Point2D> PointCloud::pts

Definition at line 59 of file spatial_interpolation.h.

Referenced by kdtree_get_point_count(), and kdtree_get_pt().


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