Clipper
Public Member Functions | Protected Attributes
clipper::HKL_info::HKL_reference_base Class Reference

HKL reference base class. More...

#include <hkl_info.h>

Inheritance diagram for clipper::HKL_info::HKL_reference_base:
clipper::HKL_info::HKL_reference_coord clipper::HKL_info::HKL_reference_index

List of all members.

Public Member Functions

const HKL_infobase_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_infohklinfo
int index_

Detailed Description

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.


The documentation for this class was generated from the following files: