Computer Assited Medical Intervention Tool Kit  version 5.0
RawDataDialog Class Reference

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
 

Detailed Description

Input of the parameter to read a raw data file.

Constructor & Destructor Documentation

◆ RawDataDialog()

RawDataDialog::RawDataDialog ( QString  filename)

Default Constructor.

References filename, init(), and ui.

+ Here is the call graph for this function:

◆ ~RawDataDialog()

RawDataDialog::~RawDataDialog ( )
override

Destructor.

Member Function Documentation

◆ getDimX()

int RawDataDialog::getDimX ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getDimY()

int RawDataDialog::getDimY ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getDimZ()

int RawDataDialog::getDimZ ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getFilename()

QString RawDataDialog::getFilename ( )

References filename.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getHeaderSize()

int RawDataDialog::getHeaderSize ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getNbScalarComponents()

int RawDataDialog::getNbScalarComponents ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getOrientation()

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getOriginX()

double RawDataDialog::getOriginX ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getOriginY()

double RawDataDialog::getOriginY ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getOriginZ()

double RawDataDialog::getOriginZ ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getVoxelSizeX()

double RawDataDialog::getVoxelSizeX ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getVoxelSizeY()

double RawDataDialog::getVoxelSizeY ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getVoxelSizeZ()

double RawDataDialog::getVoxelSizeZ ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ getVoxelType()

int RawDataDialog::getVoxelType ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ init()

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:

◆ isBigEndian()

bool RawDataDialog::isBigEndian ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ isLowerLeftOrigin()

bool RawDataDialog::isLowerLeftOrigin ( )

References ui.

Referenced by RawImageComponent::createComponent().

+ Here is the caller graph for this function:

◆ voxelTypeChanged

void RawDataDialog::voxelTypeChanged ( int  )
virtualslot

References ui.

Member Data Documentation

◆ filename

QString RawDataDialog::filename
private

Referenced by getFilename(), init(), and RawDataDialog().

◆ ui


The documentation for this class was generated from the following files: