ITK
6.0.0
Insight Toolkit
|
#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 = typename TimeVaryingVelocityFieldControlPointLatticeType::Pointer |
using | TimeVaryingVelocityFieldControlPointLatticeType = typename TransformType::TimeVaryingVelocityFieldControlPointLatticeType |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
using | VectorType = typename TimeVaryingVelocityFieldControlPointLatticeType::PixelType |
Public Types inherited from itk::TransformParametersAdaptor< TTransform > | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = TransformParametersAdaptor |
using | Superclass = TransformParametersAdaptorBase< Transform< typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > |
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::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 | TotalDimension = TransformType::Dimension + 1 |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () | |
~TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () override=default | |
Protected Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptor ()=default | |
~TransformParametersAdaptor () override=default | |
Protected Member Functions inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptorBase ()=default | |
~TransformParametersAdaptorBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (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 | |
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 {} |
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 = typename TimeVaryingVelocityFieldControlPointLatticeType::Pointer |
Definition at line 94 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticeType = typename TransformType::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 |
|
overrideprotecteddefault |
|
overridevirtual |
Initialize the transform using the specified fixed parameters
|
overridevirtual |
Reimplemented from itk::Object.
|
inline |
Get the required control point lattice direction.
Definition at line 195 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
inline |
Get the required control point lattice origin.
Definition at line 152 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
inline |
Get the required control point lattice size.
Definition at line 182 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
inline |
Get the required control point lattice spacing.
Definition at line 165 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
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.
|
private |
Definition at line 219 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Definition at line 220 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Definition at line 223 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Definition at line 222 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Definition at line 225 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
staticconstexpr |
Dimension of parameters.
Definition at line 107 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.