23 #ifndef OST_STRUCTURE_ANALYSIS_HH
24 #define OST_STRUCTURE_ANALYSIS_HH
32 namespace ost {
namespace mol {
namespace alg {
Three dimensional vector class, using Real precision.
Manage shared instances of images.
#define DLLEXPORT_OST_MOL_ALG
Real DLLEXPORT_OST_MOL_ALG CalculateAverageAgreementWithDensityMap(const geom::Vec3List &vl, img::MapHandle &density_map)
geom::Vec3List DLLEXPORT_OST_MOL_ALG GetPosListFromView(const EntityView &view)
void DLLEXPORT_OST_MOL_ALG WrapEntityInPeriodicCell(EntityHandle eh, const geom::Vec3 cell_center, const geom::Vec3 ucell_size, const geom::Vec3 ucell_angles=geom::Vec3(), bool group_res=true, bool follow_bond=true)
std::vector< Real > DLLEXPORT_OST_MOL_ALG CalculateAgreementWithDensityMap(const geom::Vec3List &vl, img::MapHandle &density_map)
std::vector< std::vector< Real > > DLLEXPORT_OST_MOL_ALG PariwiseDistanceMatrix(const EntityView &view1, const EntityView &view2)