Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "QmitkBSplineRegistrationView.h"
#include "itkImageFileReader.h"
#include "itkRegularStepGradientDescentOptimizer.h"
#include "mitkBSplineRegistration.h"
#include "ui_QmitkBSplineRegistrationViewControls.h"
#include <mitkImageCast.h>
#include <mitkLevelWindowProperty.h>
#include <mitkRenderingManager.h>
#include <qfiledialog.h>
#include <qmessagebox.h>
#include <qvalidator.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
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 32 of file QmitkBSplineRegistrationView.cpp.
typedef itk::ImageFileReader<DeformationFieldType> ImageReaderType |
Definition at line 34 of file QmitkBSplineRegistrationView.cpp.
typedef itk::Vector<float, 3> VectorType |
Definition at line 31 of file QmitkBSplineRegistrationView.cpp.