ICP
1
|
#include <DetectorFile.h>
Public Member Functions | |
DetectorFileASCII (const char *filename) | |
void | readLine (int &det_no, DETECTOR &det) |
bool | good () const |
int | numLines () const |
int | numUserTables () const |
~DetectorFileASCII () | |
Public Member Functions inherited from IDetectorFile | |
virtual | ~IDetectorFile () |
Private Attributes | |
int | m_nlines |
int | m_nuse |
std::ifstream | m_file |
Private Attributes inherited from ISIS::Base | |
Poco::Logger * | m_logger |
Poco::LogStream * | m_logstr |
Poco::Mutex | m_logger_lock |
Additional Inherited Members | |
Private Member Functions inherited from ISIS::Base | |
Base (const std::string &logger_name="UNKNOWN") | |
void | setLoggerName (const std::string &logger_name) |
virtual | ~Base () |
virtual std::string | loggingPrefix () const |
void | setThisLoggerLevel (int level) |
Static Private Member Functions inherited from ISIS::Base | |
static void | setAllLoggerLevel (int level) |
Definition at line 30 of file DetectorFile.h.
DetectorFileASCII::DetectorFileASCII | ( | const char * | filename | ) |
Definition at line 4 of file DetectorFileASCII.cpp.
References m_file, m_nlines, m_nuse, and ISIS::Base::setLoggerName().
|
inline |
Definition at line 44 of file DetectorFile.h.
References m_file.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Implements IDetectorFile.
Definition at line 17 of file DetectorFileASCII.cpp.
References DETECTOR::code, DETECTOR::l2, m_file, m_nuse, DETECTOR::offset, DETECTOR::theta, and DETECTOR::ut.
|
private |
Definition at line 35 of file DetectorFile.h.
Referenced by DetectorFileASCII(), good(), readLine(), and ~DetectorFileASCII().
|
private |
Definition at line 33 of file DetectorFile.h.
Referenced by DetectorFileASCII(), and numLines().
|
private |
Definition at line 34 of file DetectorFile.h.
Referenced by DetectorFileASCII(), numUserTables(), and readLine().