OpenStructure
Namespaces | Functions
structure_analysis.hh File Reference
#include <ost/mol/alg/module_config.hh>
#include <ost/mol/entity_view.hh>
#include <ost/mol/entity_handle.hh>
#include <ost/img/map.hh>

Go to the source code of this file.

Namespaces

 ost
 
 ost::mol
 
 ost::mol::alg
 

Functions

geom::Vec3List DLLEXPORT_OST_MOL_ALG GetPosListFromView (const EntityView &view)
 
std::vector< Real > DLLEXPORT_OST_MOL_ALG CalculateAgreementWithDensityMap (const geom::Vec3List &vl, img::MapHandle &density_map)
 
Real DLLEXPORT_OST_MOL_ALG CalculateAverageAgreementWithDensityMap (const geom::Vec3List &vl, img::MapHandle &density_map)
 
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< std::vector< Real > > DLLEXPORT_OST_MOL_ALG PariwiseDistanceMatrix (const EntityView &view1, const EntityView &view2)
 
std::vector< std::vector< Real > > DLLEXPORT_OST_MOL_ALG PariwiseDistanceMatrix (const EntityView &view)