NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Protected Member Functions | List of all members
niftk::GeneralSegmentorPipelineInterface Class Referenceabstract

Abstract interface to plug the ITK pipeline into MITK framework. More...

Inheritance diagram for niftk::GeneralSegmentorPipelineInterface:
Inheritance graph
[legend]

Public Types

typedef itk::PointSet< float, 3 > PointSetType
 
typedef PointSetType::Pointer PointSetPointer
 
typedef PointSetType::PointType PointSetPointType
 
typedef
itk::PolyLineParametricPath< 3 > 
ParametricPathType
 
typedef std::vector
< ParametricPathType::Pointer > 
ParametricPathVectorType
 
typedef
ParametricPathType::VertexListType 
ParametricPathVertexListType
 
typedef
ParametricPathType::VertexType 
ParametricPathVertexType
 

Public Member Functions

virtual ~GeneralSegmentorPipelineInterface ()
 
virtual void Update (GeneralSegmentorPipelineParams &params)=0
 

Protected Member Functions

 GeneralSegmentorPipelineInterface ()
 

Detailed Description

Abstract interface to plug the ITK pipeline into MITK framework.

Member Typedef Documentation

typedef itk::PolyLineParametricPath<3> niftk::GeneralSegmentorPipelineInterface::ParametricPathType
typedef std::vector<ParametricPathType::Pointer> niftk::GeneralSegmentorPipelineInterface::ParametricPathVectorType

Constructor & Destructor Documentation

niftk::GeneralSegmentorPipelineInterface::~GeneralSegmentorPipelineInterface ( )
virtual
niftk::GeneralSegmentorPipelineInterface::GeneralSegmentorPipelineInterface ( )
protected

Member Function Documentation

virtual void niftk::GeneralSegmentorPipelineInterface::Update ( GeneralSegmentorPipelineParams params)
pure virtual

The documentation for this class was generated from the following files: