Public Member Functions | |
| void | add (const Point &x2, const TYPE &d2) |
| data_struct (const data_struct &)=delete | |
| data_struct (size_t N) | |
| data_struct & | operator= (const data_struct &)=delete |
| ~data_struct () | |
Public Attributes | |
| TYPE * | data = nullptr |
| size_t | N = 0 |
| Point * | x = nullptr |
|
delete |
| AMP::kdtree2< NDIM, TYPE >::data_struct::data_struct | ( | size_t | N | ) |
| AMP::kdtree2< NDIM, TYPE >::data_struct::~data_struct | ( | ) |
| void AMP::kdtree2< NDIM, TYPE >::data_struct::add | ( | const Point & | x2, |
| const TYPE & | d2 | ||
| ) |
|
delete |
| TYPE* AMP::kdtree2< NDIM, TYPE >::data_struct::data = nullptr |
| size_t AMP::kdtree2< NDIM, TYPE >::data_struct::N = 0 |
| Point* AMP::kdtree2< NDIM, TYPE >::data_struct::x = nullptr |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |