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