Clipper
|
HKL reference base class. More...
#include <hkl_info.h>
Public Member Functions | |
const HKL_info & | base_hkl_info () const |
return the parent HKL_info | |
const int & | index () const |
return the current index (-1 if invalid) | |
ftype | invresolsq (const HKL_data_base &hkldata) const |
return the inv resol sq for the reflection (assumes index valid) | |
ftype | invresolsq () const |
return the inv resol sq for the reflection (assumes index valid) | |
bool | last () const |
test if index has gone past last reflection | |
Protected Attributes | |
const HKL_info * | hklinfo |
int | index_ |
HKL reference base class.
This is a reference to an HKL. It forms a base class for index-like and coordinate-like HKL references. If you write a method which will work with either, then specify this instead of either of the derived classed.