18 #ifndef __itkShapeSignedDistanceFunction_h
19 #define __itkShapeSignedDistanceFunction_h
51 template<
typename TCoordRep,
unsigned int VSpaceDimension >
53 public SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
Light weight base class for most itk classes.
void PrintSelf(std::ostream &os, Indent indent) const
static const unsigned int SpaceDimension
SmartPointer< Self > Pointer
virtual OutputType Evaluate(const PointType &point) const =0
virtual void SetParameters(const ParametersType &)=0
OptimizerParameters< double > ParametersType
Superclass::InputType InputType
Base class for functions which evaluates the signed distance from a shape.
virtual void Initialize()
virtual unsigned int GetNumberOfPoseParameters(void) const =0
virtual unsigned int GetNumberOfParameters(void) const
SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > > Superclass
ShapeSignedDistanceFunction Self
Superclass::InputType InputType
virtual ParametersType & GetParameters(void)
ParametersType m_Parameters
Standard exception handling object.
virtual unsigned int GetNumberOfShapeParameters(void) const =0
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
ShapeSignedDistanceFunction()
~ShapeSignedDistanceFunction()
Superclass::OutputType OutputType
Superclass::OutputType OutputType
Control indentation during Print() invocation.
N-dimensional spatial function class.
void PrintSelf(std::ostream &os, Indent indent) const
A templated class holding a geometric point in n-Dimensional space.