Computer Assisted Medical Intervention Tool Kit  version 5.2
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 ()
 

Detailed Description

Input of the parameter to read a raw data file.

Constructor & Destructor Documentation

◆ RawDataDialog()

RawDataDialog::RawDataDialog ( QString  filename)

Default Constructor.

References init().

+ Here is the call graph for this function:

◆ ~RawDataDialog()

RawDataDialog::~RawDataDialog ( )
override

Destructor.

Member Function Documentation

◆ getDimX()

int RawDataDialog::getDimX ( )

◆ getDimY()

int RawDataDialog::getDimY ( )

◆ getDimZ()

int RawDataDialog::getDimZ ( )

◆ getFilename()

QString RawDataDialog::getFilename ( )

◆ getHeaderSize()

int RawDataDialog::getHeaderSize ( )

◆ getNbScalarComponents()

int RawDataDialog::getNbScalarComponents ( )

◆ getOrientation()

◆ getOriginX()

double RawDataDialog::getOriginX ( )

◆ getOriginY()

double RawDataDialog::getOriginY ( )

◆ getOriginZ()

double RawDataDialog::getOriginZ ( )

◆ getVoxelSizeX()

double RawDataDialog::getVoxelSizeX ( )

◆ getVoxelSizeY()

double RawDataDialog::getVoxelSizeY ( )

◆ getVoxelSizeZ()

double RawDataDialog::getVoxelSizeZ ( )

◆ getVoxelType()

int RawDataDialog::getVoxelType ( )

◆ init()

void RawDataDialog::init ( )

Initializes the dialog options.

References camitk::ImageOrientationHelper::getPossibleImageOrientations().

Referenced by RawDataDialog().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isBigEndian()

bool RawDataDialog::isBigEndian ( )

◆ isLowerLeftOrigin()

bool RawDataDialog::isLowerLeftOrigin ( )

◆ voxelTypeChanged

void RawDataDialog::voxelTypeChanged ( int  )
virtualslot

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