Go to the documentation of this file.
34 #ifndef __itkElasticBodyReciprocalSplineKernelTransform2_h
35 #define __itkElasticBodyReciprocalSplineKernelTransform2_h
55 unsigned int NDimensions = 3 >
107 if( Nu > -1.0 && Nu < 0.5 )
109 this->
SetAlpha( 8.0 * ( 1.0 - Nu ) - 1.0 );
116 return 1.0 - ( this->
m_Alpha + 1.0 ) / 8.0;
133 void PrintSelf( std::ostream & os, Indent indent )
const;
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkElasticBodyReciprocalSplineKernelTransform2.hxx"
165 #endif // __itkElasticBodyReciprocalSplineKernelTransform2_h
Superclass::ScalarType ScalarType
KernelTransform2< TScalarType, NDimensions > Superclass
virtual ~ElasticBodyReciprocalSplineKernelTransform2()
Superclass::InputCovariantVectorType InputCovariantVectorType
ElasticBodyReciprocalSplineKernelTransform2()
SmartPointer< const Self > ConstPointer
void ComputeG(const InputVectorType &x, GMatrixType &GMatrix) const
Superclass::OutputPointType OutputPointType
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass::SpaceDimension)
Superclass::InputPointType InputPointType
virtual const TScalarType GetPoissonRatio(void) const
Superclass::OutputCovariantVectorType OutputCovariantVectorType
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::JacobianType JacobianType
Superclass::InputVectorType InputVectorType
void operator=(const Self &)
ElasticBodyReciprocalSplineKernelTransform2(const Self &)
Superclass::ParametersType ParametersType
Superclass::OutputVectorType OutputVectorType
SmartPointer< Self > Pointer
virtual void SetAlpha(TScalarType Alpha)
ElasticBodyReciprocalSplineKernelTransform2 Self
virtual void SetPoissonRatio(const TScalarType Nu)
Superclass::GMatrixType GMatrixType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|