15#ifndef _RBTSPHERESITEMAPPER_H_
16#define _RBTSPHERESITEMAPPER_H_
18#include "rxdock/SiteMapper.h"
25 static const std::string _CT;
27 static const std::string _VOL_INCR;
28 static const std::string _SMALL_SPHERE;
29 static const std::string _LARGE_SPHERE;
30 static const std::string _GRIDSTEP;
31 static const std::string _CENTER;
32 static const std::string _RADIUS;
33 static const std::string _MIN_VOLUME;
34 static const std::string _MAX_CAVITIES;
41 virtual CavityList operator()();
Definition SiteMapper.h:34
Definition SmartPointer.h:48
Definition SphereSiteMapper.h:22