ITK
5.2.0
Insight Toolkit
|
#include <itkBSplineInterpolationWeightFunction.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
WeightsType | Evaluate (const ContinuousIndexType &index) const override |
virtual void | Evaluate (const ContinuousIndexType &index, WeightsType &weights, IndexType &startIndex) const |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfWeights () const |
virtual SizeType | GetSupportSize () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | SpaceDimension = VSpaceDimension |
static constexpr unsigned int | SplineOrder = VSplineOrder |
Protected Member Functions | |
BSplineInterpolationWeightFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BSplineInterpolationWeightFunction () override=default | |
Protected Member Functions inherited from itk::FunctionBase< ContinuousIndex< TCoordRep, VSpaceDimension >, Array< double > > | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Types | |
using | KernelType = BSplineKernelFunction< Self::SplineOrder > |
using | TableType = Array2D< unsigned int > |
Private Attributes | |
KernelType::Pointer | m_Kernel |
unsigned int | m_NumberOfWeights |
TableType | m_OffsetToIndexTable |
SizeType | m_SupportSize |
Additional Inherited Members | |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
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 47 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 58 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType = ContinuousIndex<TCoordRep, VSpaceDimension> |
ContinuousIndex type alias support.
Definition at line 80 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType = Index<VSpaceDimension> |
Index and size type alias support.
Definition at line 76 of file itkBSplineInterpolationWeightFunction.h.
|
private |
Interpolation kernel type.
Definition at line 124 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 57 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Self = BSplineInterpolationWeightFunction |
Standard class type aliases.
Definition at line 54 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType = Size<VSpaceDimension> |
Definition at line 77 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass = FunctionBase<ContinuousIndex<TCoordRep, VSpaceDimension>, Array<double> > |
Definition at line 55 of file itkBSplineInterpolationWeightFunction.h.
|
private |
Lookup table type.
Definition at line 118 of file itkBSplineInterpolationWeightFunction.h.
using itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType = Array<double> |
OutputType type alias support.
Definition at line 73 of file itkBSplineInterpolationWeightFunction.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
overridevirtual |
Evaluate the weights at specified ContinuousIndex position. Subclasses must provide this method.
Implements itk::FunctionBase< ContinuousIndex< TCoordRep, VSpaceDimension >, Array< double > >.
|
virtual |
Evaluate the weights at specified ContinuousIndex position. The weights are returned in the user specified container. This function assume that weights can hold (SplineOrder + 1)^(SpaceDimension) elements. For efficiency, no size checking is done. On return, startIndex contains the start index of the support region over which the weights are defined.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FunctionBase< ContinuousIndex< TCoordRep, VSpaceDimension >, Array< double > >.
|
virtual |
Get number of weights.
|
virtual |
Get support region size.
|
static |
New macro for creation of through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::LightObject.
|
private |
Interpolation kernel.
Definition at line 127 of file itkBSplineInterpolationWeightFunction.h.
|
private |
Number of weights.
Definition at line 112 of file itkBSplineInterpolationWeightFunction.h.
|
private |
Table mapping linear offset to indices.
Definition at line 121 of file itkBSplineInterpolationWeightFunction.h.
|
private |
Size of support region.
Definition at line 115 of file itkBSplineInterpolationWeightFunction.h.
|
staticconstexpr |
Space dimension.
Definition at line 67 of file itkBSplineInterpolationWeightFunction.h.
|
staticconstexpr |
Spline order.
Definition at line 70 of file itkBSplineInterpolationWeightFunction.h.