Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkTbssRoiAnalysisWidget.h File Reference
#include "QmitkPlotWidget.h"
#include <org_mitk_gui_qt_diffusionimaging_Export.h>
#include <mitkFiberBundle.h>
#include <mitkTbssImage.h>
#include <itkVectorImage.h>

Go to the source code of this file.

Classes

class  QmitkTbssRoiAnalysisWidget
 Plot widget for TBSS Data This widget can plot regions of interest on TBSS projection data. The projection data is created by importing FSL TBSS subject data and completing it with patient data using the QmitkTractbasedSpatialStatisticsView. The region of interest is a vector of indices from which data for plotting should be obtained. More...
 

Typedefs

typedef itk::VectorImage< float, 3 > VectorImageType
 
typedef std::vector< itk::Index< 3 > > RoiType
 
typedef mitk::Point3D PointType
 
typedef std::vector< PointTypeTractType
 
typedef std::vector< TractTypeTractContainerType
 

Typedef Documentation

Definition at line 32 of file QmitkTbssRoiAnalysisWidget.h.

typedef std::vector< itk::Index<3> > RoiType

Definition at line 30 of file QmitkTbssRoiAnalysisWidget.h.

typedef std::vector< TractType > TractContainerType

Definition at line 34 of file QmitkTbssRoiAnalysisWidget.h.

typedef std::vector< PointType> TractType

Definition at line 33 of file QmitkTbssRoiAnalysisWidget.h.

typedef itk::VectorImage<float,3> VectorImageType

Definition at line 29 of file QmitkTbssRoiAnalysisWidget.h.