#include "QmitkDeformableRegistrationView.h"#include "ui_QmitkDeformableRegistrationViewControls.h"#include "QmitkStdMultiWidget.h"#include "QmitkCommonFunctionality.h"#include "qinputdialog.h"#include "qmessagebox.h"#include "qcursor.h"#include "qapplication.h"#include "qradiobutton.h"#include "qslider.h"#include <vtkTransform.h>#include "mitkNodePredicateDataType.h"#include "mitkNodePredicateProperty.h"#include "mitkNodePredicateAnd.h"#include "mitkNodePredicateNot.h"#include "mitkVectorImageMapper2D.h"#include "itkImageFileReader.h"#include "itkWarpImageFilter.h"#include "mitkDataNodeObject.h"#include "berryIWorkbenchWindow.h"#include "berryISelectionService.h"Go to the source code of this file.
Classes | |
| struct | SelListenerDeformableRegistration |
Typedefs | |
| typedef itk::Vector< float, 3 > | VectorType |
| typedef itk::Image< VectorType, 3 > | DeformationFieldType |
| typedef itk::ImageFileReader < DeformationFieldType > | ImageReaderType |
| typedef itk::Image< VectorType, 3 > DeformationFieldType |
Definition at line 47 of file QmitkDeformableRegistrationView.cpp.
| typedef itk::ImageFileReader< DeformationFieldType > ImageReaderType |
Definition at line 49 of file QmitkDeformableRegistrationView.cpp.
| typedef itk::Vector< float, 3 > VectorType |
Definition at line 46 of file QmitkDeformableRegistrationView.cpp.
1.7.2