ITK
5.2.0
Insight Toolkit
|
#include <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 | 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::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 |
MeshSizeType | m_RequiredTransformDomainMeshSize |
OriginType | m_RequiredTransformDomainOrigin |
DirectionType | m_RequiredTransformDomainDirection |
SpacingType | m_RequiredTransformDomainSpacing |
SizeType | m_RequiredTransformDomainSize |
SizeValueType | m_SplineOrder |
const OriginType | GetRequiredControlPointLatticeOrigin () const |
const SpacingType | GetRequiredControlPointLatticeSpacing () const |
const SizeType | GetRequiredControlPointLatticeSize () const |
const DirectionType | GetRequiredControlPointLatticeDirection () const |
void | AdaptTransformParameters () override |
void | SetRequiredFixedParameters (const FixedParametersType) override |
TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () | |
~TimeVaryingBSplineVelocityFieldTransformParametersAdaptor () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | UpdateRequiredFixedParameters () |
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.
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 95 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
using itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticeType = typename TransformType::TimeVaryingVelocityFieldControlPointLatticeType |
Definition at line 93 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 |
Get the required control point lattice origin.
|
overrideprotecteddefault |
Get the required control point lattice origin.
|
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
|
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 |
Get the required control point lattice origin.
Reimplemented from itk::Object.
|
override |
Get the required control point lattice origin.
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 |
Get the required control point lattice origin.
Definition at line 221 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Get the required control point lattice origin.
Definition at line 219 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Get the required control point lattice origin.
Definition at line 220 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Get the required control point lattice origin.
Definition at line 223 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Get the required control point lattice origin.
Definition at line 222 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
private |
Get the required control point lattice origin.
Definition at line 225 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.
|
staticconstexpr |
Dimension of parameters.
Definition at line 107 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.