Status of a file, was it read succesfully etc? More...
#include <hkl_datatypes.hh>
Public Member Functions | |
| FileRead (const bool &Opened, const bool &Read, const bool &SymmetrySet, const int &Nexcluded) | |
| constructor from flags | |
| bool | Opened () const |
| return true if successfully opened | |
| bool | Read () const |
| return true if file was read | |
| bool | SymmetrySet () const |
| return true if symmetry set from file | |
| int | Nexcluded () const |
| return number excluded | |
Status of a file, was it read succesfully etc?
| scala::FileRead::FileRead | ( | const bool & | Opened, | |
| const bool & | Read, | |||
| const bool & | SymmetrySet, | |||
| const int & | Nexcluded | |||
| ) | [inline] |
constructor from flags
| Opened | true if successfully opened | |
| Read | true if successfully read | |
| SymmetrySet | true if file contained symmetry information | |
| Nexcluded | number of observation(parts) excluded |
1.6.3