FDH14DistRot.cc File Reference

#include <esg/spacesorting/FDH14DistRot.h>

Go to the source code of this file.

Defines

#define _B(x)
#define _UPDATE(i, x)


Define Documentation

#define _B  ) 
 

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().

#define _UPDATE i,
 ) 
 

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().


Generated on Wed Jun 28 12:24:33 2006 for esg by  doxygen 1.4.6