Go to the documentation of this file.
13 #ifndef DTTPG_LUT_FILE_H
14 #define DTTPG_LUT_FILE_H
int readHex()
read one hex from file
int readInteger()
read one integer from file
DTTPGLutFile & operator=(const DTTPGLutFile &)
assignment operator
std::string getName() const
return filename
void ignoreLines(int n)
read and ignore n lines from file
bool good()
return status of file stream
std::string readString()
read one string from file
DTTPGLutFile(const std::string name="")
constructor
bool bad()
return status of file stream
virtual ~DTTPGLutFile()
destructor