Clipper
|
Resolution in angstroms. More...
#include <coords.h>
Public Member Functions | |
Resolution () | |
null constructor | |
Resolution (const ftype &resol_) | |
constructor: from ftype More... | |
void | init (const ftype &resol_) |
initialiser: from ftype More... | |
const ftype & | limit () const |
get resolution limit More... | |
ftype | invresolsq_limit () const |
get invresolsq limit More... | |
bool | is_null () const |
test if value has been initialised More... | |
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.
|
explicit |
constructor: from ftype
resol_ | The resolution limit in Angstroms. |
void clipper::Resolution::init | ( | const ftype & | resol_ | ) |
initialiser: from ftype
resol_ | The resolution limit in Angstroms. |
const ftype & clipper::Resolution::limit | ( | ) | const |
get resolution limit
ftype clipper::Resolution::invresolsq_limit | ( | ) | const |
get invresolsq limit
bool clipper::Resolution::is_null | ( | ) | const |
test if value has been initialised