18 #ifndef itkImageShapeModelEstimatorBase_h
19 #define itkImageShapeModelEstimatorBase_h
47 template<
typename TInputImage,
48 typename TOutputImage = Image< double, TInputImage::ImageDimension > >
71 void PrintSelf(std::ostream & os,
Indent indent)
const override;
73 void GenerateData()
override;
81 virtual void EstimateShapeModels() = 0;
85 #ifndef ITK_MANUAL_INSTANTIATION
86 #include "itkImageShapeModelEstimatorBase.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImagePointer m_InputImage
Base class for statistical shape model estimation.