18 #ifndef itkImageShapeModelEstimatorBase_h
19 #define itkImageShapeModelEstimatorBase_h
47 template<
typename TInputImage,
48 typename TOutputImage = Image< double, TInputImage::ImageDimension > >
76 void operator=(const Self &);
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkImageShapeModelEstimatorBase.hxx"
ImageShapeModelEstimatorBase Self
TInputImage InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer
InputImageType::Pointer InputImagePointer
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
TInputImage::Pointer InputImagePointer
ImageShapeModelEstimatorBase()
~ImageShapeModelEstimatorBase()
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImagePointer m_InputImage
virtual void EstimateShapeModels()=0
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Base class for statistical shape model estimation.
virtual void GenerateData() override