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

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 &) const
 

Public Attributes

tCoord ref
 

Detailed Description

Definition at line 64 of file Mesh_Elevation_SmoothSolver.cpp.

Member Typedef Documentation

◆ coord_t

The type of each coordinate.

Definition at line 67 of file Mesh_Elevation_SmoothSolver.cpp.

Constructor & Destructor Documentation

◆ PointCloudKDTreeCoordPair()

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

Definition at line 68 of file Mesh_Elevation_SmoothSolver.cpp.

Member Function Documentation

◆ kdtree_get_bbox()

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

Definition at line 88 of file Mesh_Elevation_SmoothSolver.cpp.

◆ kdtree_get_point_count()

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

Definition at line 75 of file Mesh_Elevation_SmoothSolver.cpp.

◆ kdtree_get_pt()

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

Definition at line 81 of file Mesh_Elevation_SmoothSolver.cpp.

Member Data Documentation

◆ ref

tCoord DNDS::Geom::PointCloudKDTreeCoordPair::ref

Definition at line 66 of file Mesh_Elevation_SmoothSolver.cpp.


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