BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioHkl.h>
Public Member Functions | |
BioHkl (string filename) | |
double | get_a_star () |
double | get_b_star () |
double | get_c_star () |
double | get_alpha_star () |
double | get_beta_star () |
double | get_gamma_star () |
double | getVolume () |
double | get_a () const |
double | get_b () const |
double | get_c () const |
double | get_alpha () const |
double | get_beta () const |
double | get_gamma () const |
string | getSpaceGroup () const |
double | getLambda () const |
void | showBraggAngle (ostream &os=cout) |
double | getBraggAngle (int, int, int) |
void | showHklFobs (ostream &=cout) |
void | showSystematicAbsences (ostream &=cout) |
long | getNumberOfReflections () const |
bool | isOdd (int) |
vector< int > | get_h () |
vector< int > | get_k () |
vector< int > | get_l () |
vector< double > | getIObs () |
vector< double > | getFObs () |
vector< double > | getISigma () |
vector< double > | getFSigma () |
BioHkl::BioHkl | ( | string | filename | ) |
double BioHkl::get_a | ( | ) | const [inline] |
double BioHkl::get_a_star | ( | ) |
double BioHkl::get_alpha | ( | ) | const [inline] |
double BioHkl::get_alpha_star | ( | ) |
double BioHkl::get_b | ( | ) | const [inline] |
double BioHkl::get_b_star | ( | ) |
double BioHkl::get_beta | ( | ) | const [inline] |
double BioHkl::get_beta_star | ( | ) |
double BioHkl::get_c | ( | ) | const [inline] |
double BioHkl::get_c_star | ( | ) |
double BioHkl::get_gamma | ( | ) | const [inline] |
double BioHkl::get_gamma_star | ( | ) |
vector<int> BioHkl::get_h | ( | ) |
vector<int> BioHkl::get_k | ( | ) |
vector<int> BioHkl::get_l | ( | ) |
double BioHkl::getBraggAngle | ( | int | , |
int | , | ||
int | |||
) |
vector<double> BioHkl::getFObs | ( | ) |
vector<double> BioHkl::getFSigma | ( | ) |
vector<double> BioHkl::getIObs | ( | ) |
vector<double> BioHkl::getISigma | ( | ) |
double BioHkl::getLambda | ( | ) | const [inline] |
long BioHkl::getNumberOfReflections | ( | ) | const [inline] |
string BioHkl::getSpaceGroup | ( | ) | const [inline] |
double BioHkl::getVolume | ( | ) |
bool BioHkl::isOdd | ( | int | ) |
void BioHkl::showBraggAngle | ( | ostream & | os = cout | ) |
void BioHkl::showHklFobs | ( | ostream & | = cout | ) |
void BioHkl::showSystematicAbsences | ( | ostream & | = cout | ) |