Mantid
|
Description of the ASCII data header, common for all ASCII PAR and PHX files. More...
#include <FindDetectorsPar.h>
Public Member Functions | |
FileTypeDescriptor () | |
Public Attributes | |
std::streampos | data_start_position |
char | line_end |
size_t | nData_blocks |
size_t | nData_records |
fileTypes | Type |
Description of the ASCII data header, common for all ASCII PAR and PHX files.
Definition at line 63 of file FindDetectorsPar.h.
|
inline |
Definition at line 74 of file FindDetectorsPar.h.
std::streampos Mantid::DataHandling::FileTypeDescriptor::data_start_position |
Definition at line 65 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::FindDetectorsPar::get_ASCII_header(), and Mantid::DataHandling::FindDetectorsPar::load_plain().
char Mantid::DataHandling::FileTypeDescriptor::line_end |
Definition at line 70 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::FindDetectorsPar::get_ASCII_header(), and Mantid::DataHandling::FindDetectorsPar::load_plain().
size_t Mantid::DataHandling::FileTypeDescriptor::nData_blocks |
Definition at line 68 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::FindDetectorsPar::get_ASCII_header().
size_t Mantid::DataHandling::FileTypeDescriptor::nData_records |
Definition at line 67 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::FindDetectorsPar::get_ASCII_header(), Mantid::DataHandling::FindDetectorsPar::load_plain(), and Mantid::DataHandling::FindDetectorsPar::loadParFile().
fileTypes Mantid::DataHandling::FileTypeDescriptor::Type |
Definition at line 64 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::FindDetectorsPar::get_ASCII_header(), Mantid::DataHandling::FindDetectorsPar::load_plain(), Mantid::DataHandling::FindDetectorsPar::loadParFile(), and Mantid::DataHandling::FindDetectorsPar::populate_values_from_file().