![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBSplineInterpolationWeightFunction2.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineInterpolationWeightFunction2 | 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) | |
![]() | |
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 (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 Superclass::WeightArrayType | WeightArrayType |
![]() | |
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 | |
BSplineInterpolationWeightFunction2 () | |
virtual void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const |
~BSplineInterpolationWeightFunction2 () | |
![]() | |
BSplineInterpolationWeightFunctionBase () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
~BSplineInterpolationWeightFunctionBase () |
Private Member Functions | |
BSplineInterpolationWeightFunction2 (const Self &) | |
void | operator= (const Self &) |
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 41 of file itkBSplineInterpolationWeightFunction2.h.
typedef SmartPointer<const Self> itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer |
Definition at line 51 of file itkBSplineInterpolationWeightFunction2.h.
typedef Superclass::ContinuousIndexType itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
Definition at line 70 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 78 of file itkBSplineInterpolationWeightFunction2.h.
typedef Superclass::IndexType itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Definition at line 68 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Interpolation kernel types.
Definition at line 74 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 82 of file itkBSplineInterpolationWeightFunction2.h.
typedef SmartPointer<Self> itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer |
Definition at line 50 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 80 of file itkBSplineInterpolationWeightFunction2.h.
typedef BSplineInterpolationWeightFunction2 itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 47 of file itkBSplineInterpolationWeightFunction2.h.
typedef Superclass::SizeType itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 69 of file itkBSplineInterpolationWeightFunction2.h.
typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass |
Definition at line 49 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 81 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 83 of file itkBSplineInterpolationWeightFunction2.h.
typedef Superclass::WeightsType itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
Typedefs from Superclass.
Definition at line 67 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
|
inlineprotected |
Definition at line 74 of file itkBSplineInterpolationWeightFunction2.h.
|
private |
|
protectedvirtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned | int, | ||
VSpaceDimension | |||
) |
Space dimension.
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
unsigned | int, | ||
VSplineOrder | |||
) |
Spline order.
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >.
|
static |
New macro for creation of through the object factory.
|
private |
Generated on 21-03-2014 for elastix by ![]() |
![]() |