NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Namespaces | Typedefs | Functions
niftkGeneralSegmentorPipeline.h File Reference
Include dependency graph for niftkGeneralSegmentorPipeline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  niftk::GeneralSegmentorPipelineParams
 A simple parameters object to pass all parameters to the ITK based region growing pipeline. More...
 
class  niftk::GeneralSegmentorPipelineInterface
 Abstract interface to plug the ITK pipeline into MITK framework. More...
 
class  niftk::GeneralSegmentorPipeline< TPixel, VImageDimension >
 A specific implementation of GeneralSegmentorPipelineInterface, based on ITK, called from MITK. More...
 

Namespaces

 niftk
 

Typedefs

typedef
itk::PolyLineParametricPath< 3 > 
niftk::ParametricPathType
 
typedef std::vector
< ParametricPathType::Pointer > 
niftk::ParametricPathVectorType
 
typedef
ParametricPathType::VertexListType 
niftk::ParametricPathVertexListType
 
typedef
ParametricPathType::VertexType 
niftk::ParametricPathVertexType
 

Functions

void niftk::ConvertMITKSeedsAndAppendToITKSeeds (const mitk::PointSet *seeds, itk::PointSet< float, 3 > *points)
 This file contains functions that convert between ITK and MITK contour representations. More...
 
void NIFTKMIDAS_EXPORT niftk::ConvertMITKContoursAndAppendToITKContours (mitk::ContourModelSet *mitkContours, ParametricPathVectorType &itkContours, const mitk::Vector3D &spacing)
 Converts MITK contours from to ITK contours and appends them to a list. More...