ITK
5.2.0
Insight Toolkit
|
#include <itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename TransformType::ScalarType |
using | Self = GaussianExponentialDiffeomorphicTransformParametersAdaptor |
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 |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
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 &) |
Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
void | SetTransform (TransformBaseType *_arg, void *) override |
virtual void | SetTransform (TransformType *_arg) |
void | SetRequiredFixedParameters (const FixedParametersType fixedParameters) override |
const FixedParametersType & | GetRequiredFixedParameters () const override |
void | AdaptTransformParameters () override |
Public Member Functions inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > | |
virtual void | SetRequiredFixedParameters (FixedParametersType _arg) |
virtual void | SetTransform (TransformBaseType *_arg, void *priorityLower=nullptr)=0 |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) 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) |
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 |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Helper class for multiresolution image registration.
Definition at line 33 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 43 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 42 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ScalarType = typename TransformType::ScalarType |
Definition at line 53 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Self = GaussianExponentialDiffeomorphicTransformParametersAdaptor |
Standard class type aliases.
Definition at line 40 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Superclass = ConstantVelocityFieldTransformParametersAdaptor<TTransform> |
Definition at line 41 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
using itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::TransformType = TTransform |
Definition at line 52 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
protected |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
overrideprotecteddefault |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
overridevirtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
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::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
static |
New macro for creation of through a Smart Pointer.
|
overrideprotectedvirtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Reimplemented from itk::Object.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the update field.
|
private |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Definition at line 80 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Definition at line 82 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Definition at line 81 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
Definition at line 83 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.