Input of the parameter to read a raw data file. More...
#include <RawDataDialog.h>
Inheritance diagram for RawDataDialog:
Collaboration diagram for RawDataDialog:Public Slots | |
| virtual void | voxelTypeChanged (int) |
Public Member Functions | |
| void | init () |
| Initializes the dialog options. More... | |
| RawDataDialog (QString filename) | |
| Default Constructor. More... | |
| ~RawDataDialog () override | |
| Destructor. More... | |
Accessors | |
Get the raw data information | |
| int | getVoxelType () |
| int | getDimX () |
| int | getDimY () |
| int | getDimZ () |
| bool | isBigEndian () |
| int | getNbScalarComponents () |
| double | getVoxelSizeX () |
| double | getVoxelSizeY () |
| double | getVoxelSizeZ () |
| double | getOriginX () |
| double | getOriginY () |
| double | getOriginZ () |
| int | getHeaderSize () |
| bool | isLowerLeftOrigin () |
| QString | getFilename () |
| camitk::ImageOrientationHelper::PossibleImageOrientations | getOrientation () |
Private Attributes | |
| QString | filename |
| Ui::RawDataDialog | ui |
Input of the parameter to read a raw data file.
| RawDataDialog::RawDataDialog | ( | QString | filename | ) |
|
override |
Destructor.
| int RawDataDialog::getDimX | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| int RawDataDialog::getDimY | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| int RawDataDialog::getDimZ | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| QString RawDataDialog::getFilename | ( | ) |
References filename.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| int RawDataDialog::getHeaderSize | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| int RawDataDialog::getNbScalarComponents | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| camitk::ImageOrientationHelper::PossibleImageOrientations RawDataDialog::getOrientation | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getOriginX | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getOriginY | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getOriginZ | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getVoxelSizeX | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getVoxelSizeY | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| double RawDataDialog::getVoxelSizeZ | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| int RawDataDialog::getVoxelType | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| void RawDataDialog::init | ( | ) |
Initializes the dialog options.
References filename, camitk::ImageOrientationHelper::getPossibleImageOrientations(), and ui.
Referenced by RawDataDialog().
Here is the call graph for this function:
Here is the caller graph for this function:| bool RawDataDialog::isBigEndian | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:| bool RawDataDialog::isLowerLeftOrigin | ( | ) |
References ui.
Referenced by RawImageComponent::createComponent().
Here is the caller graph for this function:
|
virtualslot |
References ui.
|
private |
Referenced by getFilename(), init(), and RawDataDialog().
|
private |
Referenced by getDimX(), getDimY(), getDimZ(), getHeaderSize(), getNbScalarComponents(), getOrientation(), getOriginX(), getOriginY(), getOriginZ(), getVoxelSizeX(), getVoxelSizeY(), getVoxelSizeZ(), getVoxelType(), init(), isBigEndian(), isLowerLeftOrigin(), RawDataDialog(), and voxelTypeChanged().