|
Clipper
|
Resolution in angstroms. More...
#include <coords.h>
Public Member Functions | |
| Resolution () | |
| null constructor | |
| Resolution (const ftype &resol_) | |
| constructor: from ftype | |
| void | init (const ftype &resol_) |
| initialiser: from ftype | |
| const ftype & | limit () const |
| get resolution limit | |
| ftype | invresolsq_limit () const |
| get invresolsq limit | |
| bool | is_null () const |
| test if value has been initialised | |
Resolution in angstroms.
This object represents a resolution limit which will be used for all aspects of a calculation. This is a base for a donor type.
| clipper::Resolution::Resolution | ( | const ftype & | resol_ | ) | [explicit] |
| void clipper::Resolution::init | ( | const ftype & | resol_ | ) |
initialiser: from ftype
| resol_ | The resolution limit in Angstroms. |
Referenced by Resolution().
| const ftype & clipper::Resolution::limit | ( | ) | const |
get resolution limit
Referenced by clipper::HKL_info::generate_hkl_list(), and clipper::Grid_sampling::init().
| ftype clipper::Resolution::invresolsq_limit | ( | ) | const |
get invresolsq limit
Referenced by clipper::HKL_info::add_hkl_list(), clipper::HKL_info::generate_hkl_list(), and clipper::HKL_sampling::HKL_sampling().
| bool clipper::Resolution::is_null | ( | ) | const |
test if value has been initialised
Referenced by clipper::CGrid_sampling::init(), clipper::CHKL_info::init(), and clipper::HKL_info::is_null().
1.7.4