DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::PointCloudKDTree Struct Reference

#include <PointCloud.hpp>

Collaboration diagram for DNDS::Geom::PointCloudKDTree:
[legend]

Public Types

using coord_t = real
 The type of each coordinate.
 

Public Member Functions

size_t kdtree_get_point_count () const
 
real kdtree_get_pt (const size_t idx, const size_t dim) const
 
template<class BBOX >
bool kdtree_get_bbox (BBOX &) const
 

Public Attributes

std::vector< tPointpts
 

Detailed Description

Definition at line 7 of file PointCloud.hpp.

Member Typedef Documentation

◆ coord_t

The type of each coordinate.

Definition at line 9 of file PointCloud.hpp.

Member Function Documentation

◆ kdtree_get_bbox()

template<class BBOX >
bool DNDS::Geom::PointCloudKDTree::kdtree_get_bbox ( BBOX &  ) const
inline

Definition at line 27 of file PointCloud.hpp.

◆ kdtree_get_point_count()

size_t DNDS::Geom::PointCloudKDTree::kdtree_get_point_count ( ) const
inline

Definition at line 14 of file PointCloud.hpp.

◆ kdtree_get_pt()

real DNDS::Geom::PointCloudKDTree::kdtree_get_pt ( const size_t  idx,
const size_t  dim 
) const
inline

Definition at line 16 of file PointCloud.hpp.

Member Data Documentation

◆ pts

std::vector<tPoint> DNDS::Geom::PointCloudKDTree::pts

Definition at line 11 of file PointCloud.hpp.


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