DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::PointCloudKDTreeCoordPair Struct Reference

#include <Mesh_Elevation_SmoothHelpers.hpp>

Public Types

using coord_t = real
 The type of each coordinate.
 

Public Member Functions

 PointCloudKDTreeCoordPair (tCoord &v)
 
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 &bbox) const
 
 PointCloudKDTreeCoordPair (tCoord &v)
 
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

tCoord ref
 

Detailed Description

Definition at line 152 of file Mesh_Elevation_SmoothHelpers.hpp.

Member Typedef Documentation

◆ coord_t

The type of each coordinate.

Definition at line 77 of file Mesh_Elevation_SmoothSolver.cpp.

Constructor & Destructor Documentation

◆ PointCloudKDTreeCoordPair() [1/2]

DNDS::Geom::PointCloudKDTreeCoordPair::PointCloudKDTreeCoordPair ( tCoord v)
inline

Definition at line 155 of file Mesh_Elevation_SmoothHelpers.hpp.

◆ PointCloudKDTreeCoordPair() [2/2]

DNDS::Geom::PointCloudKDTreeCoordPair::PointCloudKDTreeCoordPair ( tCoord v)
inline

Definition at line 78 of file Mesh_Elevation_SmoothSolver.cpp.

Member Function Documentation

◆ kdtree_get_bbox() [1/2]

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

Definition at line 97 of file Mesh_Elevation_SmoothSolver.cpp.

◆ kdtree_get_bbox() [2/2]

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

Definition at line 168 of file Mesh_Elevation_SmoothHelpers.hpp.

◆ kdtree_get_point_count() [1/2]

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

Definition at line 157 of file Mesh_Elevation_SmoothHelpers.hpp.

◆ kdtree_get_point_count() [2/2]

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

Definition at line 84 of file Mesh_Elevation_SmoothSolver.cpp.

◆ kdtree_get_pt() [1/2]

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

Definition at line 162 of file Mesh_Elevation_SmoothHelpers.hpp.

◆ kdtree_get_pt() [2/2]

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

Definition at line 90 of file Mesh_Elevation_SmoothSolver.cpp.

Member Data Documentation

◆ ref

tCoord DNDS::Geom::PointCloudKDTreeCoordPair::ref

Definition at line 154 of file Mesh_Elevation_SmoothHelpers.hpp.


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