Disk lines info. More...
#include <Matrix.h>
Public Member Functions | |
DiskLineInfo () | |
~DiskLineInfo () | |
Public Attributes | |
unsigned int | m_fileOff |
The offset within the file. | |
std::FILE * | m_filePtr |
The file pointer. | |
Disk lines info.
te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo |
Definition at line 431 of file Matrix.h.
References te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_fileOff, and te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_filePtr.
te::rp::Matrix< TemplateElementType >::DiskLineInfo::~DiskLineInfo |
unsigned int te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_fileOff |
The offset within the file.
Definition at line 317 of file Matrix.h.
Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo(), and te::rp::Matrix< TemplateElementType >::getScanLine().
std::FILE* te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_filePtr |
The file pointer.
Definition at line 315 of file Matrix.h.
Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo(), and te::rp::Matrix< TemplateElementType >::getScanLine().