![]() |
Computer Assited Medical Intervention Tool Kit
|
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm. More...
#include <MedicalDataOriginDialog.h>
Public Slots | |
virtual void | applyOrigin () |
Reimplemented from uic_MedicalDataOriginDialog. Applies the new origin on the image data. More... | |
virtual void | displayOrigin (int i) |
Reimplemented from uic_MedicalDataOriginDialog. Display an PNG image representing the desired origin. More... | |
Public Member Functions | |
void | init () |
Initialize the dialog options. More... | |
MedicalDataOriginDialog (ImageComponent *, QWidget *parent=0) | |
Default construtor. More... | |
~MedicalDataOriginDialog () | |
Destructor. More... | |
Private Attributes | |
ImageComponent * | myComponent |
The Component concerned by the change of origin. More... | |
Ui::MedicalDataOriginDialog | ui |
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm.
camitk::MedicalDataOriginDialog::MedicalDataOriginDialog | ( | ImageComponent * | mdc, |
QWidget * | parent = 0 |
||
) |
Default construtor.
References init(), myComponent, and ui.
camitk::MedicalDataOriginDialog::~MedicalDataOriginDialog | ( | ) |
Destructor.
|
virtualslot |
Reimplemented from uic_MedicalDataOriginDialog. Applies the new origin on the image data.
|
virtualslot |
Reimplemented from uic_MedicalDataOriginDialog. Display an PNG image representing the desired origin.
References camitk::ImageComponent::LAI_X, camitk::ImageComponent::LAI_Y, camitk::ImageComponent::LAI_Z, camitk::ImageComponent::LAS_X, camitk::ImageComponent::LAS_Y, camitk::ImageComponent::LAS_Z, camitk::ImageComponent::LPI_X, camitk::ImageComponent::LPI_Y, camitk::ImageComponent::LPI_Z, camitk::ImageComponent::LPS_X, camitk::ImageComponent::LPS_Y, camitk::ImageComponent::LPS_Z, camitk::ImageComponent::RAI_X, camitk::ImageComponent::RAI_Y, camitk::ImageComponent::RAI_Z, camitk::ImageComponent::RAS_X, camitk::ImageComponent::RAS_Y, camitk::ImageComponent::RAS_Z, camitk::ImageComponent::RPI_X, camitk::ImageComponent::RPI_Y, camitk::ImageComponent::RPI_Z, camitk::ImageComponent::RPS_X, camitk::ImageComponent::RPS_Y, camitk::ImageComponent::RPS_Z, and ui.
void camitk::MedicalDataOriginDialog::init | ( | ) |
|
private |
The Component concerned by the change of origin.
Referenced by MedicalDataOriginDialog().
|
private |
Referenced by displayOrigin(), init(), and MedicalDataOriginDialog().