Go to the documentation of this file.
14 #ifndef INCLUDED_core_scoring_sc_ShapeComplementarityCalculator_Private_hh
15 #define INCLUDED_core_scoring_sc_ShapeComplementarityCalculator_Private_hh
35 #define MAX_SUBDIV 100
38 #define MIN(a,b) ((a) < (b) ? (a): (b))
39 #define MAX(a,b) ((a) > (b) ? (a): (b))
42 #define ABS(a) (((a) < 0) ? (-a) : (a))
44 #define PI numeric::NumericTraits< core::Real >::pi()
57 vsnprintf(buf,
sizeof(buf), err, p);