ITK
5.2.0
Insight Toolkit
|
#include <itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h>
Public Types | |
using | ArrayType = typename TransformType::ArrayType |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename TransformType::ScalarType |
using | Self = BSplineExponentialDiffeomorphicTransformParametersAdaptor |
using | SplineOrderType = typename TransformType::SplineOrderType |
using | Superclass = ConstantVelocityFieldTransformParametersAdaptor< TTransform > |
using | TransformType = TTransform |
Public Types inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
using | ConstantVelocityFieldType = typename TransformType::ConstantVelocityFieldType |
using | ConstPointer = SmartPointer< const Self > |
using | DirectionType = typename ConstantVelocityFieldType::DirectionType |
using | ParametersType = typename TransformType::ParametersType |
using | ParametersValueType = typename TransformType::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename ConstantVelocityFieldType::PointType |
using | Self = ConstantVelocityFieldTransformParametersAdaptor |
using | SizeType = typename ConstantVelocityFieldType::SizeType |
using | SpacingType = typename ConstantVelocityFieldType::SpacingType |
using | Superclass = TransformParametersAdaptor< TTransform > |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
Public Types inherited from itk::TransformParametersAdaptor< TTransform > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformParametersAdaptor |
using | Superclass = TransformParametersAdaptorBase< Transform< typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > |
using | TransformBaseType = typename Superclass::TransformBaseType |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
Public Types inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename TransformBaseType::FixedParametersType |
using | FixedParametersValueType = typename TransformBaseType::FixedParametersValueType |
using | ParametersType = typename TransformBaseType::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformParametersAdaptorBase |
using | Superclass = Object |
using | TransformBasePointer = typename TransformBaseType::Pointer |
using | TransformBaseType = Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
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 = TransformType::Dimension |
Static Public Attributes inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
static constexpr unsigned int | ConstantVelocityFieldDimension = TransformType::ConstantVelocityFieldDimension |
Additional Inherited Members | |
Protected Attributes inherited from itk::TransformParametersAdaptor< TTransform > | |
TransformPointer | m_Transform |
Protected Attributes inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > | |
FixedParametersType | m_RequiredFixedParameters |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Helper class for multiresolution image registration.
Definition at line 33 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ArrayType = typename TransformType::ArrayType |
Definition at line 55 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 43 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 42 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ScalarType = typename TransformType::ScalarType |
Definition at line 53 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Self = BSplineExponentialDiffeomorphicTransformParametersAdaptor |
Standard class type aliases.
Definition at line 40 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::SplineOrderType = typename TransformType::SplineOrderType |
Definition at line 54 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Superclass = ConstantVelocityFieldTransformParametersAdaptor<TTransform> |
Definition at line 41 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::TransformType = TTransform |
Definition at line 52 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
|
protected |
|
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::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
virtual |
Get the control point grid size defining the B-spline estimate of the velocity 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::Object.
void itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::SetMeshSizeForTheConstantVelocityField | ( | const ArrayType & | ) |
Set the velocity 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::BSplineExponentialDiffeomorphicTransformParametersAdaptor< 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 velocity 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 itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 131 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 133 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 134 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.
|
staticconstexpr |
Dimension of parameters.
Definition at line 58 of file itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h.