11 std::vector<tPoint>
pts;
Core type aliases, constants, and metaprogramming utilities for the DNDS framework.
#define DNDS_assert(expr)
Debug-only assertion (compiled out when DNDS_NDEBUG is defined). Prints the expression + file/line + ...
int64_t index
Global row / DOF index type (signed 64-bit; handles multi-billion-cell meshes).
double real
Canonical floating-point scalar used throughout DNDSR (double precision).
PointCloudFunctional(const t_f &fun, index size)
size_t kdtree_get_point_count() const
tPoint operator[](index i) const
bool kdtree_get_bbox(BBOX &) const
real coord_t
The type of each coordinate.
real kdtree_get_pt(const size_t idx, const size_t dim) const
std::function< tPoint(size_t)> t_f
bool kdtree_get_bbox(BBOX &) const
real coord_t
The type of each coordinate.
size_t kdtree_get_point_count() const
real kdtree_get_pt(const size_t idx, const size_t dim) const
std::vector< tPoint > pts