ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkGeodesicActiveContourLevelSetSegmentationModule.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: itkGeodesicActiveContourLevelSetSegmentationModule.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 itkGeodesicActiveContourLevelSetSegmentationModule_h
18 #define itkGeodesicActiveContourLevelSetSegmentationModule_h
19 
22 
23 namespace itk
24 {
25 
35 template <unsigned int NDimension>
37  public SinglePhaseLevelSetSegmentationModule<NDimension>
38 {
39 public:
40  ITK_DISALLOW_COPY_AND_ASSIGN(GeodesicActiveContourLevelSetSegmentationModule);
41 
47 
49  itkNewMacro(Self);
50 
53 
55  static constexpr unsigned int Dimension = NDimension;
56 
59  using SpatialObjectType = typename Superclass::SpatialObjectType;
60  using SpatialObjectPointer = typename Superclass::SpatialObjectPointer;
61 
63  using OutputPixelType = typename Superclass::OutputPixelType;
64  using InputImageType = typename Superclass::InputImageType;
65  using FeatureImageType = typename Superclass::FeatureImageType;
66  using OutputImageType = typename Superclass::OutputImageType;
67  using InputSpatialObjectType = typename Superclass::InputSpatialObjectType;
68  using FeatureSpatialObjectType = typename Superclass::FeatureSpatialObjectType;
69  using OutputSpatialObjectType = typename Superclass::OutputSpatialObjectType;
70 
71 
72 protected:
75  void PrintSelf(std::ostream& os, Indent indent) const override;
76 
79  void GenerateData () override;
80 };
81 
82 } // end namespace itk
83 
84 #ifndef ITK_MANUAL_INSTANTIATION
85 # include "itkGeodesicActiveContourLevelSetSegmentationModule.hxx"
86 #endif
87 
88 #endif
Light weight base class for most itk classes.
Class applies a single-phase level set segmentation method.
This class applies the GeodesicActiveContourLevelSet segmentation method.
Control indentation during Print() invocation.
Definition: itkIndent.h:49