#include <itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h>
TimeVaryingBSplineVelocityFieldTransformParametersAdaptor is a helper class intended to definition.
The fixed parameters store the following information:
or the user can use the more intuitive API for setting the fixed parameters. E.g., often the user will want to maintain the same transform domain spatial extent but only increase the field size and decrease the spacing. This can be done as follows:
Definition at line 66 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | DirectionType = typename TimeVaryingVelocityFieldControlPointLatticeType::DirectionType |
using | FixedParametersType = typename TransformType::FixedParametersType |
using | FixedParametersValueType = typename TransformType::FixedParametersValueType |
using | IndexType = typename TimeVaryingVelocityFieldControlPointLatticeType::IndexType |
using | MeshSizeType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType |
using | OriginType = typename TimeVaryingVelocityFieldControlPointLatticeType::PointType |
using | ParametersType = typename TransformType::ParametersType |
using | ParametersValueType = typename TransformType::ParametersValueType |
using | Pointer = SmartPointer<Self> |
using | RegionType = typename TimeVaryingVelocityFieldControlPointLatticeType::RegionType |
using | Self = TimeVaryingBSplineVelocityFieldTransformParametersAdaptor |
using | SizeType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType |
using | SizeValueType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeValueType |
using | SpacingType = typename TimeVaryingVelocityFieldControlPointLatticeType::SpacingType |
using | Superclass = TransformParametersAdaptor<TTransform> |
using | TimeVaryingVelocityFieldControlPointLatticePointer |
using | TimeVaryingVelocityFieldControlPointLatticeType |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
using | VectorType = typename TimeVaryingVelocityFieldControlPointLatticeType::PixelType |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | FixedParametersType |
using | FixedParametersValueType |
using | ParametersType |
using | ParametersValueType |
using | Pointer = SmartPointer<Self> |
using | Self = TransformParametersAdaptor |
using | Superclass |
using | TransformBaseType |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
![]() | |
using | ConstPointer |
using | FixedParametersType |
using | FixedParametersValueType |
using | ParametersType |
using | ParametersValueType |
using | Pointer |
using | Self |
using | Superclass |
using | TransformBasePointer |
using | TransformBaseType |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Member Functions | |
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 | TotalDimension = TransformType::Dimension + 1 |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () | |
~TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptor ()=default | |
~TransformParametersAdaptor () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptorBase ()=default | |
~TransformParametersAdaptorBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 Member Functions | |
void | UpdateRequiredFixedParameters () |
Additional Inherited Members | |
![]() | |
TransformPointer | m_Transform {} |
![]() | |
FixedParametersType | m_RequiredFixedParameters |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 76 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::DirectionType = typename TimeVaryingVelocityFieldControlPointLatticeType::DirectionType |
Definition at line 104 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::FixedParametersType = typename TransformType::FixedParametersType |
Definition at line 89 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::FixedParametersValueType = typename TransformType::FixedParametersValueType |
Definition at line 90 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::IndexType = typename TimeVaryingVelocityFieldControlPointLatticeType::IndexType |
Definition at line 97 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::MeshSizeType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType |
Definition at line 103 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::OriginType = typename TimeVaryingVelocityFieldControlPointLatticeType::PointType |
Definition at line 99 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ParametersType = typename TransformType::ParametersType |
Definition at line 87 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ParametersValueType = typename TransformType::ParametersValueType |
Definition at line 88 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 75 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::RegionType = typename TimeVaryingVelocityFieldControlPointLatticeType::RegionType |
Definition at line 96 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::Self = TimeVaryingBSplineVelocityFieldTransformParametersAdaptor |
Standard class type aliases.
Definition at line 73 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SizeType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType |
Definition at line 101 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SizeValueType = typename TimeVaryingVelocityFieldControlPointLatticeType::SizeValueType |
Definition at line 102 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SpacingType = typename TimeVaryingVelocityFieldControlPointLatticeType::SpacingType |
Definition at line 100 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::Superclass = TransformParametersAdaptor<TTransform> |
Definition at line 74 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticePointer |
Definition at line 94 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticeType |
Definition at line 92 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TransformPointer = typename TransformType::Pointer |
Definition at line 86 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TransformType = TTransform |
Typedefs associated with the transform
Definition at line 85 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::VectorType = typename TimeVaryingVelocityFieldControlPointLatticeType::PixelType |
Definition at line 98 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overridevirtual |
Initialize the transform using the specified 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.
|
overridevirtual |
Reimplemented from itk::Object.
References TimeVaryingBSplineVelocityFieldTransformParametersAdaptor().
|
inline |
Get the required control point lattice direction.
Definition at line 195 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
References m_RequiredTransformDomainDirection.
|
inline |
Get the required control point lattice origin.
Definition at line 152 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
References itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >::m_RequiredFixedParameters, and TotalDimension.
|
inline |
Get the required control point lattice size.
Definition at line 182 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
References itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >::m_RequiredFixedParameters, and TotalDimension.
|
inline |
Get the required control point lattice spacing.
Definition at line 165 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
References m_RequiredTransformDomainMeshSize, m_RequiredTransformDomainSize, m_RequiredTransformDomainSpacing, and TotalDimension.
|
virtual |
Get the required direction.
|
virtual |
Get the required mesh size.
|
virtual |
Get the required origin.
|
virtual |
Get the required domain size.
|
virtual |
Get the required domain spacing.
|
virtual |
Get spline order (usually from transform)
|
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.
|
override |
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredTransformDomainDirection | ( | const DirectionType & | ) |
Alternative method for setting the required direction.
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredTransformDomainMeshSize | ( | const MeshSizeType & | ) |
Alternative method for setting the required mesh size.
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredTransformDomainOrigin | ( | const OriginType & | ) |
Alternative method for setting the required origin.
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredTransformDomainSize | ( | const SizeType & | ) |
Alternative method for setting the required sampled size.
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredTransformDomainSpacing | ( | const SpacingType & | ) |
Alternative method for setting the required sampled spacing.
|
virtual |
Set spline order (usually from transform)
|
private |
Helper function to set m_RequiredFixedParameters
|
private |
Definition at line 221 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Referenced by GetRequiredControlPointLatticeDirection().
|
private |
Definition at line 219 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Referenced by GetRequiredControlPointLatticeSpacing().
|
private |
Definition at line 220 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Definition at line 223 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Referenced by GetRequiredControlPointLatticeSpacing().
|
private |
Definition at line 222 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Referenced by GetRequiredControlPointLatticeSpacing().
|
private |
Definition at line 225 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
staticconstexpr |
Dimension of parameters.
Definition at line 107 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
Referenced by GetRequiredControlPointLatticeOrigin(), GetRequiredControlPointLatticeSize(), and GetRequiredControlPointLatticeSpacing().