![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineInterpolationSecondOrderDerivativeWeightFunction | Self |
typedef Superclass::SizeType | SizeType |
typedef BSplineInterpolationWeightFunctionBase < TCoordRep, VSpaceDimension, VSplineOrder > | Superclass |
typedef Superclass::WeightsType | WeightsType |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ContinuousIndex < TCoordRep, VSpaceDimension > | ContinuousIndexType |
typedef Index< VSpaceDimension > | IndexType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineInterpolationWeightFunctionBase | Self |
typedef Size< VSpaceDimension > | SizeType |
typedef FunctionBase < ContinuousIndex< TCoordRep, VSpaceDimension >, Array < double > > | Superclass |
typedef Array< double > | WeightsType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
virtual void | SetDerivativeDirections (unsigned int dir0, unsigned int dir1) |
![]() | |
void | ComputeStartIndex (const ContinuousIndexType &index, IndexType &startIndex) const |
virtual WeightsType | Evaluate (const ContinuousIndexType &index) const |
virtual void | Evaluate (const ContinuousIndexType &cindex, const IndexType &startIndex, WeightsType &weights) const |
virtual unsigned long | GetNumberOfWeights () const |
virtual const SizeType & | GetSupportSize () |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
itkStaticConstMacro (NumberOfWeights, unsigned long, GetConstNumberOfWeightsHackType::Value) | |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef Superclass::DerivativeKernelType | DerivativeKernelType |
typedef Superclass::KernelType | KernelType |
typedef Superclass::OneDWeightsType | OneDWeightsType |
typedef Superclass::SecondOrderDerivativeKernelType | SecondOrderDerivativeKernelType |
typedef Superclass::TableType | TableType |
![]() | |
typedef BSplineDerivativeKernelFunction2 < itkGetStaticConstMacro(SplineOrder) > | DerivativeKernelType |
typedef BSplineKernelFunction2 < itkGetStaticConstMacro(SplineOrder) > | KernelType |
typedef Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > | OneDWeightsType |
typedef BSplineSecondOrderDerivativeKernelFunction2 < itkGetStaticConstMacro(SplineOrder) > | SecondOrderDerivativeKernelType |
typedef Array2D< unsigned long > | TableType |
typedef KernelType::WeightArrayType | WeightArrayType |
Protected Member Functions | |
BSplineInterpolationSecondOrderDerivativeWeightFunction () | |
virtual void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
~BSplineInterpolationSecondOrderDerivativeWeightFunction () | |
![]() | |
BSplineInterpolationWeightFunctionBase () | |
~BSplineInterpolationWeightFunctionBase () | |
Private Member Functions | |
BSplineInterpolationSecondOrderDerivativeWeightFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
vnl_vector_fixed< double, 2 > | m_DerivativeDirections |
bool | m_EqualDerivativeDirections |
Additional Inherited Members | |
![]() | |
DerivativeKernelType::Pointer | m_DerivativeKernel |
KernelType::Pointer | m_Kernel |
unsigned long | m_NumberOfWeights |
TableType | m_OffsetToIndexTable |
SecondOrderDerivativeKernelType::Pointer | m_SecondOrderDerivativeKernel |
SizeType | m_SupportSize |
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Computes/evaluate the B-spline interpolation weights over the support region of the B-spline.
This class is templated over the coordinate representation type, the space dimension and the spline order.
Definition at line 43 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef SmartPointer<const Self> itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer |
Definition at line 53 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::ContinuousIndexType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
Definition at line 72 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 83 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::IndexType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Definition at line 70 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Interpolation kernel types.
Definition at line 82 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 87 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef SmartPointer<Self> itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer |
Definition at line 52 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 85 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef BSplineInterpolationSecondOrderDerivativeWeightFunction itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 49 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::SizeType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 71 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass |
Definition at line 51 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 86 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::WeightsType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
Typedefs from Superclass.
Definition at line 69 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
|
inlineprotected |
Definition at line 79 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
private |
|
protectedvirtual |
Compute the 1D weights, which are:
with , in case of non-equal derivative directions, with
in case of equal derivative directions, with
for the non-derivative directions.
Implements itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned | int, | ||
VSpaceDimension | |||
) |
Space dimension.
itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
unsigned | int, | ||
VSplineOrder | |||
) |
Spline order.
|
static |
New macro for creation of through the object factory.
|
private |
|
protectedvirtual |
Print the member variables.
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
|
virtual |
Set the second order derivative directions.
|
private |
Definition at line 110 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
private |
Definition at line 111 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
Generated on 27-06-2013 for elastix by ![]() |
![]() |