ITK  4.8.0
Insight Segmentation and Registration Toolkit
itkShapeDetectionLevelSetSegmentationModule.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: itkShapeDetectionLevelSetSegmentationModule.h
5  Language: C++
6  Date: $Date$
7  Version: $Revision$
8 
9  Copyright (c) Insight Software Consortium. All rights reserved.
10  See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11 
12  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #ifndef __itkShapeDetectionLevelSetSegmentationModule_h
18 #define __itkShapeDetectionLevelSetSegmentationModule_h
19 
22 
23 namespace itk
24 {
25 
35 template <unsigned int NDimension>
37  public SinglePhaseLevelSetSegmentationModule<NDimension>
38 {
39 public:
45 
47  itkNewMacro(Self);
48 
51 
53  itkStaticConstMacro(Dimension, unsigned int, NDimension);
54 
57  typedef typename Superclass::SpatialObjectType SpatialObjectType;
58  typedef typename Superclass::SpatialObjectPointer SpatialObjectPointer;
59 
61  typedef typename Superclass::OutputPixelType OutputPixelType;
62  typedef typename Superclass::InputImageType InputImageType;
63  typedef typename Superclass::FeatureImageType FeatureImageType;
64  typedef typename Superclass::OutputImageType OutputImageType;
65  typedef typename Superclass::InputSpatialObjectType InputSpatialObjectType;
66  typedef typename Superclass::FeatureSpatialObjectType FeatureSpatialObjectType;
67  typedef typename Superclass::OutputSpatialObjectType OutputSpatialObjectType;
68 
69 
70 protected:
73  void PrintSelf(std::ostream& os, Indent indent) const;
74 
77  void GenerateData ();
78 
79 private:
80  ShapeDetectionLevelSetSegmentationModule(const Self&); //purposely not implemented
81  void operator=(const Self&); //purposely not implemented
82 
83 };
84 
85 } // end namespace itk
86 
87 #ifndef ITK_MANUAL_INSTANTIATION
88 # include "itkShapeDetectionLevelSetSegmentationModule.hxx"
89 #endif
90 
91 #endif
Light weight base class for most itk classes.
Class applies a single-phase level set segmentation method.
SinglePhaseLevelSetSegmentationModule< NDimension > Superclass
Control indentation during Print() invocation.
Definition: itkIndent.h:49
This class applies the ShapeDetectionLevelSet segmentation method.