18 #ifndef __mitkTractAnalyzer_h_
19 #define __mitkTractAnalyzer_h_
21 #include "MitkQuantificationExports.h"
80 m_InputImage = inputImage;
90 m_PointSetNode = pointSet;
101 m_Threshold = threshold;
113 return m_PathDescription;
116 itkGetMacro(CostSum,
double)
127 std::vector<
itk::Index<3> > CreateSegment(
itk::Index<3> startPoint,
itk::Index<3> endPoint);
143 std::
string m_PathDescription;
155 #endif //__itkTractAnalyzer_h_
void SetPointSet(mitk::PointSet::Pointer pointSet)
Sets the user-defined point set.
std::string GetPathDescription()
Returns a string with the indices of points on the region of interest.
this class encapsulates diffusion volumes (vectorimages not yet supported by mitkImage) ...
itk::Image< float, 3 > FloatImageType
void SetInputImage(mitk::Image::Pointer inputImage)
Sets the input image.
DataCollection - Class to facilitate loading/accessing structured data.
itk::Image< unsigned char, 3 > CharImageType
Data structure which stores a set of points. Superclass of mitk::Mesh.
Image class for storing images.
Creates a region of interest for tract-specific analysis of existing TBSS data.
mitk::TbssRoiImage::Pointer GetRoiImage()
Returns the TbssRoiImage.
void SetThreshold(double threshold)
Sets a lower bound for the threshold.