18 #ifndef __itkShapePriorMAPCostFunction_h
19 #define __itkShapePriorMAPCostFunction_h
49 template<
class TFeatureImage,
class TOutputPixel >
78 itkStaticConstMacro(ImageDimension,
unsigned int, TFeatureImage::ImageDimension);
84 typedef typename Superclass::NodeType
NodeType;
98 itkSetMacro(ShapeParameterMeans,
ArrayType);
99 itkGetConstMacro(ShapeParameterMeans,
ArrayType);
103 itkSetMacro(ShapeParameterStandardDeviations,
ArrayType);
104 itkGetConstMacro(ShapeParameterStandardDeviations,
ArrayType);
143 virtual void Initialize(
void)
148 virtual ~ShapePriorMAPCostFunction() {}
150 void PrintSelf(std::ostream & os,
Indent indent)
const;
154 void operator=(
const Self &);
164 #ifndef ITK_MANUAL_INSTANTIATION
165 #include "itkShapePriorMAPCostFunction.hxx"