Public Attributes | List of all members
NNParams Struct Reference

#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
 

Detailed Description

Definition at line 4 of file nnparams.h.

Member Data Documentation

◆ closest

void* NNParams::closest

pointer to the closest point. size = 4 bytes of 32 bit machines

Definition at line 8 of file nnparams.h.

◆ closest_d2

double NNParams::closest_d2

distance to the closest point. size = 8 bytes

Definition at line 13 of file nnparams.h.

◆ closest_v

int NNParams::closest_v

Definition at line 16 of file nnparams.h.

◆ count

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.

◆ max_count

int NNParams::max_count

Definition at line 34 of file nnparams.h.

◆ p

double* NNParams::p

pointer to the point, size = 4 bytes of 32 bit machines

Definition at line 26 of file nnparams.h.

◆ x

int NNParams::x

Definition at line 19 of file nnparams.h.

◆ y

int NNParams::y

Definition at line 20 of file nnparams.h.

◆ z

int NNParams::z

Definition at line 21 of file nnparams.h.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:26