14#ifndef _RBTSIMPLEXTRANSFORM_H_
15#define _RBTSIMPLEXTRANSFORM_H_
17#include "rxdock/BaseBiMolTransform.h"
18#include "rxdock/ChromElement.h"
25 static const std::string _CT;
27 static const std::string _MAX_CALLS;
28 static const std::string _NCYCLES;
29 static const std::string _STOPPING_STEP_LENGTH;
30 static const std::string _PARTITION_DIST;
31 static const std::string _STEP_SIZE;
34 static const std::string _CONVERGENCE;
36 RBTDLL_EXPORT
static const std::string &GetMaxCalls();
37 RBTDLL_EXPORT
static const std::string &GetNCycles();
38 RBTDLL_EXPORT
static const std::string &GetStepSize();
55 virtual void SetupReceptor();
56 virtual void SetupLigand();
57 virtual void SetupSolvent();
58 virtual void Execute();