OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Enumerations | Functions
entity_to_density.hh File Reference
#include <ost/mol/entity_view.hh>
#include <ost/img/map.hh>
#include <ost/mol/alg/module_config.hh>

Go to the source code of this file.

Namespaces

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

Enumerations

enum  DensityType { HIGH_RESOLUTION, LOW_RESOLUTION }
 

Functions

void DLLEXPORT_OST_MOL_ALG EntityToDensityScattering (const mol::EntityView &entity_view, img::MapHandle &map, Real falloff_start, Real falloff_end, bool clear_map_flag=false, Real source_wavelength=1.5418)
 
void DLLEXPORT_OST_MOL_ALG EntityToDensityRosetta (const mol::EntityView &entity_view, img::MapHandle &map, const DensityType &density_type, Real resolution, bool clear_map_flag=false, Real source_wavelength=1.5418)