18 #ifndef itkElasticBodyReciprocalSplineKernelTransform_h
19 #define itkElasticBodyReciprocalSplineKernelTransform_h
37 template<
typename TParametersValueType=double,
38 unsigned int NDimensions=3>
73 itkSetMacro(Alpha, TParametersValueType);
76 itkGetConstMacro(Alpha, TParametersValueType);
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkElasticBodyReciprocalSplineKernelTransform.hxx"
119 #endif // itkElasticBodyReciprocalSplineKernelTransform_h
ElasticBodyReciprocalSplineKernelTransform()
Light weight base class for most itk classes.
Superclass::FixedParametersType FixedParametersType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
Superclass::OutputVectorType OutputVectorType
Superclass::OutputPointType OutputPointType
Superclass::InputCovariantVectorType InputCovariantVectorType
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
Superclass::GMatrixType GMatrixType
ElasticBodyReciprocalSplineKernelTransform Self
Superclass::OutputCovariantVectorType OutputCovariantVectorType
virtual void ComputeG(const InputVectorType &landmarkVector, GMatrixType &gmatrix) const override
static const unsigned int SpaceDimension
TParametersValueType m_Alpha
Superclass::JacobianType JacobianType
Superclass::InputVectorType InputVectorType
Control indentation during Print() invocation.
KernelTransform< TParametersValueType, NDimensions > Superclass
Superclass::InputPointType InputPointType
Superclass::ParametersType ParametersType
virtual ~ElasticBodyReciprocalSplineKernelTransform()
Superclass::ScalarType ScalarType