Functions |
| EntityView DLLEXPORT_OST_MOL_ALG | FilterClashes (const EntityView &ent, Real tolerance=0.1, bool always_remove_bb=false) |
| EntityView DLLEXPORT_OST_MOL_ALG | FilterClashes (const EntityHandle &ent, Real tolerance=0.1, bool always_remove_bb=false) |
| Real DLLEXPORT_OST_MOL_ALG | LocalDistTest (const EntityView &mdl, const EntityView &ref, Real cutoff, Real max_dist) |
| Real DLLEXPORT_OST_MOL_ALG | LocalDistTest (const ost::seq::AlignmentHandle &aln, Real cutoff, Real max_dist, int ref_index=0, int mdl_index=1) |
CoordGroupHandle
DLLEXPORT_OST_MOL_ALG | SuperposeFrames (CoordGroupHandle cg, EntityView sel, int begin=0, int end=-1, int ref=-1) |
SuperpositionResult
DLLEXPORT_OST_MOL_ALG | SuperposeAtoms (const mol::AtomViewList &atoms1, const mol::AtomViewList &atoms2, bool apply_transform) |
SuperpositionResult
DLLEXPORT_OST_MOL_ALG | SuperposeSVD (const mol::EntityView &ev1, const mol::EntityView &ev2, bool apply_transform) |
SuperpositionResult
DLLEXPORT_OST_MOL_ALG | SuperposeSVD (const std::vector< geom::Vec3 > &pl1, const std::vector< geom::Vec3 > &pl2) |
SuperpositionResult
DLLEXPORT_OST_MOL_ALG | IterativeSuperposition (mol::EntityView &ev1, mol::EntityView &ev2, int ncycles, Real distance_threshold, bool apply_transform) |
| Real DLLEXPORT_OST_MOL_ALG | CalculateRMSD (const mol::EntityView &ev1, const mol::EntityView &ev2, const geom::Mat4 &transformation) |