15#ifndef _RBTFLEXATOMFACTORY_H_
16#define _RBTFLEXATOMFACTORY_H_
18#include "rxdock/FlexDataVisitor.h"
19#include "rxdock/Model.h"
21#include <nlohmann/json.hpp>
23using json = nlohmann::json;
71 AtomRList GetFixedAtomList()
const {
return m_fixedAtomList; }
72 AtomRList GetTetheredAtomList()
const {
return m_tetheredAtomList; }
73 AtomRList GetFreeAtomList()
const {
return m_freeAtomList; }
79 AtomRList m_fixedAtomList;
80 AtomRList m_tetheredAtomList;
81 AtomRList m_freeAtomList;
Definition FlexAtomFactory.h:55
Definition FlexDataVisitor.h:23
Definition LigandFlexData.h:21
Definition ReceptorFlexData.h:21
Definition SolventFlexData.h:21