OpenStructure
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
stage
include
ost
mol
alg
entity_to_density.hh
Go to the documentation of this file.
1
#ifndef OST_ENTITY_TO_DENSITY_HH
2
#define OST_ENTITY_TO_DENSITY_HH
3
4
#include <
ost/mol/entity_view.hh
>
5
#include <
ost/img/map.hh
>
6
7
#include <
ost/mol/alg/module_config.hh
>
8
9
10
namespace
ost {
namespace
mol {
namespace
alg {
11
13
enum
DensityType
14
{
15
HIGH_RESOLUTION
,
16
LOW_RESOLUTION
17
};
18
39
void
DLLEXPORT_OST_MOL_ALG
EntityToDensityScattering
(
const
mol::EntityView
& entity_view,
40
img::MapHandle
& map,
41
Real
falloff_start,
42
Real
falloff_end,
43
bool
clear_map_flag =
false
,
44
Real
source_wavelength = 1.5418);
45
71
void
DLLEXPORT_OST_MOL_ALG
EntityToDensityRosetta
(
const
mol::EntityView
& entity_view,
72
img::MapHandle
& map,
73
const
DensityType
& density_type,
74
Real
resolution,
75
bool
clear_map_flag =
false
,
76
Real
source_wavelength = 1.5418);
77
}}}
// ns
78
79
#endif // OST_ENTITY_TO_DENSITY
Generated on Mon Nov 5 2012 13:31:04 for OpenStructure by
1.8.1.1