20 #ifndef OST_MOL_ALG_NONSTANDARD_HH
21 #define OST_MOL_ALG_NONSTANDARD_HH
30 namespace ost {
namespace mol {
namespace alg {
external coordinate system editor
#define DLLEXPORT_OST_MOL_ALG
boost::shared_ptr< CompoundLib > CompoundLibPtr
bool DLLIMPORT CopyResidue(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi)
copies all atom of src_res to dst_res, gets compound lib from builder
bool DLLIMPORT CopyModified(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi, bool &has_cbeta, ost::conop::CompoundLibPtr lib)
construct a dst_res with only atoms matching the standard aminoacid from src_res when src_res is an i...
bool DLLIMPORT CopyIdentical(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi, bool &has_cbeta)
copies all atom of src_res to dst_res
bool DLLIMPORT CopyConserved(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi, bool &has_cbeta, ost::conop::CompoundLibPtr lib)
copies atoms of src_res to dst_res, gets compound lib from builder
bool DLLIMPORT CopyMSE(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi, bool &has_cbeta)
construct dst_res from src_res when src_res is an MSE
bool DLLIMPORT CopyNonConserved(ost::mol::ResidueHandle src_res, ost::mol::ResidueHandle dst_res, ost::mol::XCSEditor &edi, bool &has_cbeta)
construct dst_res in case src_res and dst_res are not conserved.