#include <nnparams.h>
Public Attributes | |
void * | closest |
double | closest_d2 |
int | closest_v |
int | count |
int | max_count |
double * | p |
int | x |
int | y |
int | z |
Definition at line 4 of file nnparams.h.
void* NNParams::closest |
pointer to the closest point. size = 4 bytes of 32 bit machines
Definition at line 8 of file nnparams.h.
double NNParams::closest_d2 |
distance to the closest point. size = 8 bytes
Definition at line 13 of file nnparams.h.
int NNParams::closest_v |
Definition at line 16 of file nnparams.h.
int NNParams::count |
expand to 128 bytes to avoid false-sharing, 16 bytes from above + 28*4 bytes = 128 bytes
Definition at line 33 of file nnparams.h.
int NNParams::max_count |
Definition at line 34 of file nnparams.h.
double* NNParams::p |
pointer to the point, size = 4 bytes of 32 bit machines
Definition at line 26 of file nnparams.h.
int NNParams::x |
Definition at line 19 of file nnparams.h.
int NNParams::y |
Definition at line 20 of file nnparams.h.
int NNParams::z |
Definition at line 21 of file nnparams.h.