Public Member Functions |
|
int | AddHKLINfilename (const std::string &Filename, const ReflectionFileType &Type) |
|
int | AddHKLINfilename (const std::string &Filename, const ReflectionFileType &Type, const PxdName &Pxd) |
|
int | AddHKLINfilename (const std::vector< std::string > &Filenames, const ReflectionFileType &Type) |
|
int | AddHKLINfilename (const std::vector< std::string > &Filenames, const std::vector< PxdName > Pxds, const ReflectionFileType &Type) |
|
int | AddHKLINfilename (const std::vector< std::string > &Filenames, const std::vector< PxdName > Pxds, const ReflectionFileType &Type, const std::vector< std::string > &Seriesnames, const std::vector< int > &fileSeries) |
|
void | StoreFilename (const std::string &Streamname, const std::string &Filename) |
|
void | StoreHKLINpxdname (const int &index, const PxdName &Pxd) |
|
std::string | Filename (const std::string &Streamname) const |
|
bool | IsFile (const std::string &Streamname) const |
|
int | NumberOfHKLINnames () const |
|
int | NumberOfFileSeries () const |
|
int | NumberOfFilesInSeries (const int &kseries) const |
|
bool | AreThereFileSeries () const |
|
std::vector< std::string > | SeriesNames () const |
|
bool | IsHKLINfile (const int &index) const |
|
std::string | HKLINfilename (const int &index, ReflectionFileType &Type, PxdName &Pxd, int &Series) const |
|
std::string | HKLINfilename (const int &index) const |
|
std::string | HKLINfilename (const int &index, ReflectionFileType &Type) const |
|
void | RemoveHKLINfile (const int &index) |
|
void | StoreHKLINreindex (const int &fileSeries, const ReindexOp &reindex, const correl_coeff &CC) |
|
bool | IsHKLINreindex () const |
|
bool | IsHKLINreindex (const int &index) const |
|
ReindexOp | HKLINreindex (const int &index) const |
|
correl_coeff | HKLIN_CC (const int &index) const |
|
int | HKLIN_fileSeries (const int &index) const |
|
void | StoreHKLINsymmetry (const int &index, const hkl_symmetry &symm_in) |
|
hkl_symmetry | HKLINsymmetry (const int &index) const |
|
void | StoreHKLINcell (const int &index, const Scell &cell) |
|
Scell | HKLINcell (const int &index) const |
|
void | SetMergedFlag (const int &index, const bool &Unmerged=false) |
|
bool | MergedFlag (const int &index) const |
|
void | CheckHklinFileType () |