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