#include <itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h>
Helper class for multiresolution image registration.
Definition at line 33 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
Public Member Functions | |
void | AdaptTransformParameters () override |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
virtual ArrayType | GetNumberOfControlPointsForTheTotalField () const |
virtual ArrayType | GetNumberOfControlPointsForTheUpdateField () const |
void | SetMeshSizeForTheTotalField (const ArrayType &) |
void | SetMeshSizeForTheUpdateField (const ArrayType &) |
virtual void | SetNumberOfControlPointsForTheTotalField (const ArrayType &) |
virtual void | SetNumberOfControlPointsForTheUpdateField (const ArrayType &) |
![]() | |
void | AdaptTransformParameters () override |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
virtual const DirectionType | GetRequiredDirection () const |
virtual const PointType | GetRequiredOrigin () const |
virtual const SizeType | GetRequiredSize () const |
virtual const SpacingType | GetRequiredSpacing () const |
void | SetRequiredDirection (const DirectionType &) |
void | SetRequiredOrigin (const PointType &) |
void | SetRequiredSize (const SizeType &) |
void | SetRequiredSpacing (const SpacingType &) |
![]() | |
void | AdaptTransformParameters () override |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
void | SetTransform (TransformBaseType *_arg, void *) override |
virtual void | SetTransform (TransformType *_arg) |
void | SetRequiredFixedParameters (const FixedParametersType fixedParameters) override |
![]() | |
const char * | GetNameOfClass () const override |
virtual const FixedParametersType & | GetRequiredFixedParameters () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
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) const |
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 |
![]() | |
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 Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | SpaceDimension = TransformType::Dimension |
![]() | |
static constexpr unsigned int | SpaceDimension = TransformType::Dimension |
Additional Inherited Members | |
![]() | |
TransformPointer | m_Transform {} |
![]() | |
FixedParametersType | m_RequiredFixedParameters |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::ArrayType = typename TransformType::ArrayType |
Definition at line 54 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 43 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 42 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::ScalarType = typename TransformType::ScalarType |
Definition at line 52 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::Self = BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor |
Standard class type aliases.
Definition at line 40 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::SplineOrderType = typename TransformType::SplineOrderType |
Definition at line 53 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::Superclass = DisplacementFieldTransformParametersAdaptor<TTransform> |
Definition at line 41 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
using itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::TransformType = TTransform |
Definition at line 51 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overridevirtual |
Change the displacement field fixed parameters
|
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 |
Reimplemented from itk::LightObject.
References BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor().
|
virtual |
Get the control point grid size defining the B-spline estimate of the scalar bias field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
virtual |
Get the control point grid size defining the B-spline estimate of the update field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
static |
New macro for creation of through a Smart Pointer.
|
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.
void itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::SetMeshSizeForTheTotalField | ( | const ArrayType & | ) |
Set the total field mesh size which is used to specify the control point grid size. The mesh size in each dimension is calculated as the difference between the control point grid size and the spline order, i.e. meshSize = controlPointGridSize - SplineOrder.
void itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >::SetMeshSizeForTheUpdateField | ( | const ArrayType & | ) |
Set the update field mesh size which is used to specify the control point grid size. The mesh size in each dimension is calculated as the difference between the control point grid size and the spline order, i.e. meshSize = controlPointGridSize - SplineOrder.
|
virtual |
Set the control point grid size defining the B-spline estimate of the total field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
virtual |
Set the control point grid size defining the B-spline estimate of the update field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.
|
private |
Definition at line 130 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
|
private |
Definition at line 132 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
|
private |
Definition at line 129 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
|
private |
Definition at line 131 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.
|
staticconstexpr |
Dimension of parameters.
Definition at line 57 of file itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h.