|
cctw
0.2.1
|
#include <cctwinputdatah5.h>


Public Slots | |
| virtual double | readData (int dx, int dy, int dz) |
| QVector< double > | readChunk (int ix, int iy, int iz, int nx, int ny, int nz) |
Public Slots inherited from CctwObject | |
| virtual void | printLine (QString line) |
| virtual void | printMessage (QString msg, QDateTime dt=QDateTime::currentDateTime()) |
| virtual QString | settingsScript () |
| QString | scriptValueLiteral (QVariant v) |
Public Member Functions | |
| CctwInputDataH5 (QString filePath, QString datasetName, QString name, CctwObject *parent) | |
| CctwIntVector3D | dimensions () const |
| CctwIntVector3D | chunkSize () const |
Public Member Functions inherited from CctwObject | |
| CctwObject (QString name, QObject *parent=0) | |
| virtual void | writeSettings (QSettings *set, QString section) |
| virtual void | readSettings (QSettings *set, QString section) |
Private Member Functions | |
| bool | openInputFile () |
| void | setDimensions (CctwIntVector3D dims) |
| void | setChunkSize (CctwIntVector3D cksz) |
Private Attributes | |
| CctwIntVector3D | m_Dimensions |
| CctwIntVector3D | m_ChunkSize |
| QString | m_InputFilePath |
| QString | m_DatasetName |
| hid_t | m_FileId |
| hid_t | m_DatasetId |
| hid_t | m_DataspaceId |
Additional Inherited Members | |
Properties inherited from CctwObject | |
| QString | name |
Definition at line 8 of file cctwinputdatah5.h.
|
explicit |
| CctwIntVector3D CctwInputDataH5::chunkSize | ( | ) | const |
| CctwIntVector3D CctwInputDataH5::dimensions | ( | ) | const |
Definition at line 178 of file cctwinputdatah5.cpp.
References m_Dimensions.
Referenced by CctwImporter::checkImportedDataApproximately(), and CctwComparer::compareDatasetsApproximately().
|
private |
Definition at line 15 of file cctwinputdatah5.cpp.
References m_DatasetId, m_DatasetName, m_DataspaceId, m_FileId, m_InputFilePath, CctwObject::printMessage(), setChunkSize(), and setDimensions().
Referenced by CctwInputDataH5().
|
slot |
Definition at line 129 of file cctwinputdatah5.cpp.
References m_DatasetId, m_DataspaceId, m_FileId, and CctwObject::printMessage().
Referenced by CctwComparer::compareDatasetsApproximately().
|
virtualslot |
Definition at line 89 of file cctwinputdatah5.cpp.
References m_DatasetId, m_DataspaceId, m_FileId, and CctwObject::printMessage().
Referenced by CctwImporter::checkImportedDataApproximately().
|
private |
Definition at line 173 of file cctwinputdatah5.cpp.
References m_ChunkSize.
Referenced by openInputFile().
|
private |
Definition at line 168 of file cctwinputdatah5.cpp.
References m_Dimensions.
Referenced by openInputFile().
|
private |
Definition at line 35 of file cctwinputdatah5.h.
Referenced by chunkSize(), and setChunkSize().
|
private |
Definition at line 39 of file cctwinputdatah5.h.
Referenced by openInputFile(), readChunk(), and readData().
|
private |
Definition at line 37 of file cctwinputdatah5.h.
Referenced by openInputFile().
|
private |
Definition at line 40 of file cctwinputdatah5.h.
Referenced by openInputFile(), readChunk(), and readData().
|
private |
Definition at line 34 of file cctwinputdatah5.h.
Referenced by dimensions(), and setDimensions().
|
private |
Definition at line 38 of file cctwinputdatah5.h.
Referenced by openInputFile(), readChunk(), and readData().
|
private |
Definition at line 36 of file cctwinputdatah5.h.
Referenced by openInputFile().
1.8.10