|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Contains all metadata required to load a raw data file. More...
#include <iARawFileParameters.h>
Public Member Functions | |
| iARawFileParameters () | |
Public Attributes | |
| int | m_byteOrder |
| The byte order (little endian or big endian) in VTK type constants. | |
| quint64 | m_headersize |
| Size of an optional header (which must be skipped), typically 0. | |
| double | m_origin [3] |
| Default origin of the dataset, typically at the global origin (0, 0, 0). | |
| int | m_scalarType |
| The scalar type used for storing single voxel values, as VTK type specifier. | |
| unsigned int | m_size [3] |
| Size of the dataset in voxels in all 3 dimensions. | |
| double | m_spacing [3] |
| Voxel spacing of the dataset (dimension of a single voxel in given unit). | |
Contains all metadata required to load a raw data file.
| iARawFileParameters::iARawFileParameters | ( | ) |
| int iARawFileParameters::m_byteOrder |
The byte order (little endian or big endian) in VTK type constants.
See VTK_FILE_BYTE_ORDER_ defines in include file <vtkImageReader.h> this type is mapped to list index in raw file dialog in mapVTKByteOrderToIdx in iARawFileParamDlg
| quint64 iARawFileParameters::m_headersize |
Size of an optional header (which must be skipped), typically 0.
| double iARawFileParameters::m_origin[3] |
Default origin of the dataset, typically at the global origin (0, 0, 0).
| int iARawFileParameters::m_scalarType |
The scalar type used for storing single voxel values, as VTK type specifier.
See VTK_UNSIGNED_SHORT and other defines at the same place in vtkType.h
| unsigned int iARawFileParameters::m_size[3] |
Size of the dataset in voxels in all 3 dimensions.
| double iARawFileParameters::m_spacing[3] |
Voxel spacing of the dataset (dimension of a single voxel in given unit).