#include <xray_scattering.h>
Public Member Functions | |
| base () | |
| Default constructor. Calling certain methods may cause crashes! | |
| base (const detail::raw_table_entry< N > *table_raw, const char *table, std::string const &label, bool exact) | |
| Constructor. For internal use only. | |
| bool | is_valid () const |
| Tests if the instance is constructed properly. | |
| const char * | table () const |
| Label of table. Either "IT1992" or "WK1995". | |
| const char * | label () const |
| Scattering factor label. E.g. "Si4+". | |
| gaussian | fetch () const |
| Fetches the Gaussian terms from the static table. | |
Used to work with coefficients from the International Tables Volume C (1992) (template parameter N = 4) and Waasmaier & Kirfel (1995), Acta Cryst. A51, 416-431 (template parameter N = 5).
| bool is_valid | ( | ) | const [inline] |
1.5.6