|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBSplineInterpolationDerivativeWeightFunction.h>
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 46 of file itkBSplineInterpolationDerivativeWeightFunction.h.
Inheritance diagram for itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::ContinuousIndexType | ContinuousIndexType |
| typedef Superclass::IndexType | IndexType |
| typedef SmartPointer< Self > | Pointer |
| typedef BSplineInterpolationDerivativeWeightFunction | Self |
| typedef Superclass::SizeType | SizeType |
| typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | Superclass |
| typedef Superclass::WeightsType | WeightsType |
Public Types inherited from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | |
| 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 | SetDerivativeDirection (unsigned int dir) |
Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | |
| 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 Member Functions | |
| BSplineInterpolationDerivativeWeightFunction () | |
| virtual void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| ~BSplineInterpolationDerivativeWeightFunction () | |
Protected Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | |
| BSplineInterpolationWeightFunctionBase () | |
| ~BSplineInterpolationWeightFunctionBase () | |
Private Member Functions | |
| BSplineInterpolationDerivativeWeightFunction (const Self &) | |
| void | operator= (const Self &) |
Private Attributes | |
| unsigned int | m_DerivativeDirection |
Additional Inherited Members | |
Protected Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | |
| DerivativeKernelType::Pointer | m_DerivativeKernel |
| KernelType::Pointer | m_Kernel |
| unsigned long | m_NumberOfWeights |
| TableType | m_OffsetToIndexTable |
| SecondOrderDerivativeKernelType::Pointer | m_SecondOrderDerivativeKernel |
| SizeType | m_SupportSize |
| typedef SmartPointer< const Self > itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer |
Definition at line 57 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef Superclass::ContinuousIndexType itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
Definition at line 76 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 88 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef Superclass::IndexType itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Definition at line 74 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Interpolation kernel types.
Definition at line 87 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 92 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef SmartPointer< Self > itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer |
Definition at line 56 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 90 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef BSplineInterpolationDerivativeWeightFunction itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 53 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef Superclass::SizeType itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 75 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass |
Definition at line 55 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 91 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| typedef Superclass::WeightsType itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
Typedefs from Superclass.
Definition at line 73 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
|
inlineprotected |
Definition at line 84 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
private |
|
protectedvirtual |
Compute the 1D weights, which are:
, with
, in case of the derivative direction, and just
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::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned | int, | ||
| VSpaceDimension | |||
| ) |
Space dimension.
| itk::BSplineInterpolationDerivativeWeightFunction< 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 first order derivative direction.
|
private |
Member variables.
Definition at line 115 of file itkBSplineInterpolationDerivativeWeightFunction.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |