#include <esg/spacesorting/FDH14DistRot.h>Go to the source code of this file.
Defines | |
| #define | _B(x) |
| #define | _UPDATE(i, x) |
|
|
Value: ((_set & (1<<(x))) \
? (_transf[x]) \
: ((_set |= (1<<(x))), \
((_pRotInfo) \
? (_transf[x]=FDH14::RotInfo::fast_lp(_pRotInfo->get(x),_orig)) \
: (_transf[x]=_orig[x]))))
Definition at line 10 of file FDH14DistRot.cc. Referenced by FDH14DistRot::_distance(), and FDH14DistRot::_separation(). |
|
|
Value: { \
register float s=(x); \
if (s<minim) { if (s<=bound) return MAXFLOAT; minim=s; index=(i); } \
if (s<0) continue; \
}
Definition at line 22 of file FDH14DistRot.cc. Referenced by FDH14DistRot::_distance(). |
1.4.6