ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions > Class Template Reference

#include <itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h>

+ Inheritance diagram for itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >:
+ Collaboration diagram for itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >:

Detailed Description

template<typename TParametersValueType, unsigned int NDimensions>
class itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >

Modifies the UpdateTransformParameters method to peform a Gaussian smoothing of the displacement field after adding the update array.

This class is the same as DisplacementFieldTransform, except for the changes to UpdateTransformParameters. The method smooths the result of the addition of the update array and the displacement field, using a GaussianOperator filter.

To free the memory allocated and cached in GaussianSmoothDisplacementField on demand, see FreeGaussianSmoothingTempField.

Examples:
SphinxExamples/src/Registration/Metricsv4/PerformRegistrationOnVectorImages/Code.cxx.

Definition at line 46 of file itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DerivativeType DerivativeType
 
typedef DerivativeType::ValueType DerivativeValueType
 
typedef
Superclass::DisplacementFieldPointer 
DisplacementFieldPointer
 
typedef
Superclass::DisplacementFieldType 
DisplacementFieldType
 
typedef
DisplacementFieldType::PixelType 
DisplacementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::ScalarType ScalarType
 
typedef
GaussianSmoothingOnUpdateDisplacementFieldTransform 
Self
 
typedef
DisplacementFieldTransform
< TParametersValueType,
NDimensions > 
Superclass
 
typedef Transform
< TParametersValueType,
NDimensions, NDimensions >
::Pointer 
TransformPointer
 
- Public Types inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DerivativeType DerivativeType
 
typedef
DisplacementFieldType::DirectionType 
DirectionType
 
typedef
DisplacementFieldType::ConstPointer 
DisplacementFieldConstPointer
 
typedef
DisplacementFieldType::Pointer 
DisplacementFieldPointer
 
typedef Image
< OutputVectorType, Dimension
DisplacementFieldType
 
typedef
Superclass::FixedParametersType 
FixedParametersType
 
typedef
Superclass::FixedParametersValueType 
FixedParametersValueType
 
typedef
DisplacementFieldType::IndexType 
IndexType
 
typedef
Superclass::InputCovariantVectorType 
InputCovariantVectorType
 
typedef
Superclass::InputDiffusionTensor3DType 
InputDiffusionTensor3DType
 
typedef Superclass::InputPointType InputPointType
 
typedef CovariantVector
< ScalarType,
InputDiffusionTensor3DType::Dimension > 
InputTensorEigenVectorType
 
typedef
Superclass::InputVectorPixelType 
InputVectorPixelType
 
typedef Superclass::InputVectorType InputVectorType
 
typedef
Superclass::InputVnlVectorType 
InputVnlVectorType
 
typedef
VectorInterpolateImageFunction
< DisplacementFieldType,
ScalarType
InterpolatorType
 
typedef
Superclass::InverseTransformBasePointer 
InverseTransformBasePointer
 
typedef Superclass::JacobianType JacobianType
 
typedef
Superclass::NumberOfParametersType 
NumberOfParametersType
 
typedef
ImageVectorOptimizerParametersHelper
< ScalarType,
OutputVectorType::Dimension,
Dimension
OptimizerParametersHelperType
 
typedef
Superclass::OutputCovariantVectorType 
OutputCovariantVectorType
 
typedef
Superclass::OutputDiffusionTensor3DType 
OutputDiffusionTensor3DType
 
typedef Superclass::OutputPointType OutputPointType
 
typedef CovariantVector
< ScalarType,
OutputDiffusionTensor3DType::Dimension > 
OutputTensorEigenVectorType
 
typedef
Superclass::OutputVectorPixelType 
OutputVectorPixelType
 
typedef
Superclass::OutputVectorType 
OutputVectorType
 
typedef
Superclass::OutputVnlVectorType 
OutputVnlVectorType
 
typedef Superclass::ParametersType ParametersType
 
typedef
Superclass::ParametersValueType 
ParametersValueType
 
typedef
DisplacementFieldType::PixelType 
PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
DisplacementFieldType::PointType 
PointType
 
typedef
DisplacementFieldType::RegionType 
RegionType
 
typedef Superclass::ScalarType ScalarType
 
typedef DisplacementFieldTransform Self
 
typedef
DisplacementFieldType::SizeType 
SizeType
 
typedef
DisplacementFieldType::SpacingType 
SpacingType
 
typedef Transform
< TParametersValueType,
NDimensions, NDimensions > 
Superclass
 
typedef
Superclass::TransformCategoryType 
TransformCategoryType
 
- Public Types inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
typedef SmartPointer< const SelfConstPointer
 
typedef Array
< ParametersValueType
DerivativeType
 
typedef Matrix< double,
itkGetStaticConstMacro(OutputSpaceDimension),
itkGetStaticConstMacro(InputSpaceDimension)> 
DirectionChangeMatrix
 
typedef
Superclass::FixedParametersType 
FixedParametersType
 
typedef
Superclass::FixedParametersValueType 
FixedParametersValueType
 
typedef CovariantVector
< TParametersValueType,
NInputDimensions > 
InputCovariantVectorType
 
typedef DiffusionTensor3D
< TParametersValueType > 
InputDiffusionTensor3DType
 
typedef Matrix< double,
itkGetStaticConstMacro(InputSpaceDimension),
itkGetStaticConstMacro(InputSpaceDimension)> 
InputDirectionMatrix
 
typedef Point
< TParametersValueType,
NInputDimensions > 
InputPointType
 
typedef
SymmetricSecondRankTensor
< TParametersValueType,
NInputDimensions > 
InputSymmetricSecondRankTensorType
 
typedef VariableLengthVector
< TParametersValueType > 
InputVectorPixelType
 
typedef Vector
< TParametersValueType,
NInputDimensions > 
InputVectorType
 
typedef vnl_vector_fixed
< TParametersValueType,
NInputDimensions > 
InputVnlVectorType
 
typedef
InverseTransformBaseType::Pointer 
InverseTransformBasePointer
 
typedef Transform
< TParametersValueType,
NOutputDimensions,
NInputDimensions > 
InverseTransformBaseType
 
typedef Array2D
< ParametersValueType
JacobianType
 
typedef Matrix
< TParametersValueType,
itkGetStaticConstMacro(OutputSpaceDimension),
itkGetStaticConstMacro(InputSpaceDimension)> 
MatrixType
 
typedef
Superclass::NumberOfParametersType 
NumberOfParametersType
 
typedef CovariantVector
< TParametersValueType,
NOutputDimensions > 
OutputCovariantVectorType
 
typedef DiffusionTensor3D
< TParametersValueType > 
OutputDiffusionTensor3DType
 
typedef Matrix< double,
itkGetStaticConstMacro(OutputSpaceDimension),
itkGetStaticConstMacro(OutputSpaceDimension)> 
OutputDirectionMatrix
 
typedef Point
< TParametersValueType,
NOutputDimensions > 
OutputPointType
 
typedef
SymmetricSecondRankTensor
< TParametersValueType,
NOutputDimensions > 
OutputSymmetricSecondRankTensorType
 
typedef VariableLengthVector
< TParametersValueType > 
OutputVectorPixelType
 
typedef Vector
< TParametersValueType,
NOutputDimensions > 
OutputVectorType
 
typedef vnl_vector_fixed
< TParametersValueType,
NOutputDimensions > 
OutputVnlVectorType
 
typedef Superclass::ParametersType ParametersType
 
typedef
Superclass::ParametersValueType 
ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef ParametersValueType ScalarType
 
typedef Transform Self
 
typedef TransformBaseTemplate
< TParametersValueType > 
Superclass
 
typedef
Superclass::TransformCategoryType 
TransformCategoryType
 
- Public Types inherited from itk::TransformBaseTemplate< TParametersValueType >
typedef SmartPointer< const SelfConstPointer
 
typedef OptimizerParameters
< FixedParametersValueType
FixedParametersType
 
typedef double FixedParametersValueType
 
typedef IdentifierType NumberOfParametersType
 
typedef OptimizerParameters
< ParametersValueType
ParametersType
 
typedef TParametersValueType ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef TransformBaseTemplate Self
 
typedef Object Superclass
 
enum  TransformCategoryType {
  UnknownTransformCategory =0,
  Linear =1,
  BSpline =2,
  Spline =3,
  DisplacementField =4,
  VelocityField =5
}
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual DisplacementFieldPointer GaussianSmoothDisplacementField (DisplacementFieldType *, ScalarType)
 
virtual const char * GetNameOfClass () const
 
virtual void UpdateTransformParameters (const DerivativeType &update, ScalarType factor=1.0) override
 
virtual void SetGaussianSmoothingVarianceForTheUpdateField (ScalarType _arg)
 
virtual const ScalarTypeGetGaussianSmoothingVarianceForTheUpdateField () const
 
virtual void SetGaussianSmoothingVarianceForTheTotalField (ScalarType _arg)
 
virtual const ScalarTypeGetGaussianSmoothingVarianceForTheTotalField () const
 
- Public Member Functions inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
virtual void ComputeInverseJacobianWithRespectToPosition (const InputPointType &x, JacobianType &j) const override
 
virtual void ComputeJacobianWithRespectToParameters (const IndexType &, JacobianType &j) const
 
virtual void ComputeJacobianWithRespectToPosition (const InputPointType &x, JacobianType &j) const override
 
virtual void ComputeJacobianWithRespectToPosition (const IndexType &x, JacobianType &j) const
 
virtual const ModifiedTimeTypeGetDisplacementFieldSetTime () const
 
bool GetInverse (Self *inverse) const
 
virtual void GetInverseJacobianOfForwardFieldWithRespectToPosition (const InputPointType &point, JacobianType &jacobian, bool useSVD=false) const
 
virtual void GetInverseJacobianOfForwardFieldWithRespectToPosition (const IndexType &index, JacobianType &jacobian, bool useSVD=false) const
 
virtual InverseTransformBasePointer GetInverseTransform () const override
 
virtual NumberOfParametersType GetNumberOfLocalParameters (void) const override
 
virtual TransformCategoryType GetTransformCategory () const override
 
virtual void SetFixedParameters (const FixedParametersType &) override
 
virtual void SetIdentity ()
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &) const override
 
OutputVectorPixelType TransformDiffusionTensor (const InputVectorPixelType &) const
 
virtual OutputPointType TransformPoint (const InputPointType &thisPoint) const override
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &) const override
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &) const override
 
virtual void SetDisplacementField (DisplacementFieldType *field)
 
virtual DisplacementFieldTypeGetModifiableDisplacementField ()
 
virtual const
DisplacementFieldType
GetDisplacementField () const
 
virtual void SetInverseDisplacementField (DisplacementFieldType *inverseDisplacementField)
 
virtual DisplacementFieldTypeGetModifiableInverseDisplacementField ()
 
virtual const
DisplacementFieldType
GetInverseDisplacementField () const
 
virtual void SetInterpolator (InterpolatorType *interpolator)
 
virtual InterpolatorTypeGetModifiableInterpolator ()
 
virtual const InterpolatorTypeGetInterpolator () const
 
virtual void SetInverseInterpolator (InterpolatorType *interpolator)
 
virtual InterpolatorTypeGetModifiableInverseInterpolator ()
 
virtual const InterpolatorTypeGetInverseInterpolator () const
 
virtual OutputVectorType TransformVector (const InputVectorType &) const override
 
OutputDiffusionTensor3DType TransformDiffusionTensor (const InputDiffusionTensor3DType &) const
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &) const override
 
virtual void SetParameters (const ParametersType &params) override
 
virtual void ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &j) const override
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
virtual void ComputeInverseJacobianWithRespectToPosition (const InputPointType &x, JacobianType &jacobian) const
 
virtual void ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const =0
 
virtual void ComputeJacobianWithRespectToParametersCachedTemporaries (const InputPointType &p, JacobianType &jacobian, JacobianType &) const
 
virtual void ComputeJacobianWithRespectToPosition (const InputPointType &, JacobianType &) const
 
virtual void CopyInFixedParameters (const FixedParametersValueType *const begin, const FixedParametersValueType *const end) override
 
virtual void CopyInParameters (const ParametersValueType *const begin, const ParametersValueType *const end) override
 
virtual const FixedParametersTypeGetFixedParameters (void) const override
 
unsigned int GetInputSpaceDimension (void) const override
 
bool GetInverse (Self *) const
 
virtual NumberOfParametersType GetNumberOfFixedParameters () const
 
virtual NumberOfParametersType GetNumberOfParameters (void) const override
 
unsigned int GetOutputSpaceDimension (void) const override
 
virtual const ParametersTypeGetParameters (void) const override
 
virtual std::string GetTransformTypeAsString () const override
 
virtual bool IsLinear () const
 
 itkCloneMacro (Self)
 
virtual void SetParametersByValue (const ParametersType &p) override
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &) const
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vector, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &) const
 
virtual OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &tensor, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &tensor, const InputPointType &point) const
 
virtual OutputPointType TransformPoint (const InputPointType &) const =0
 
virtual
OutputSymmetricSecondRankTensorType 
TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &tensor, const InputPointType &point) const
 
virtual
OutputSymmetricSecondRankTensorType 
TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &) const
 
virtual OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &tensor, const InputPointType &point) const
 
virtual OutputVectorType TransformVector (const InputVectorType &) const
 
virtual OutputVectorType TransformVector (const InputVectorType &vector, const InputPointType &point) const
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &) const
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &vector, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual void UpdateTransformParameters (const DerivativeType &update, ParametersValueType factor=1.0)
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
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 flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Types

typedef GaussianOperator
< ScalarType,
Superclass::Dimension
GaussianSmoothingOperatorType
 
typedef
VectorNeighborhoodOperatorImageFilter
< DisplacementFieldType,
DisplacementFieldType
GaussianSmoothingSmootherType
 

Protected Member Functions

 GaussianSmoothingOnUpdateDisplacementFieldTransform ()
 
virtual LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~GaussianSmoothingOnUpdateDisplacementFieldTransform () override
 
- Protected Member Functions inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
 DisplacementFieldTransform ()
 
virtual ~DisplacementFieldTransform () override
 
- Protected Member Functions inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
OutputDiffusionTensor3DType PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType, const JacobianType) const
 
 Transform ()
 
 Transform (NumberOfParametersType NumberOfParameters)
 
virtual ~Transform () override
 
- Protected Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType >
 TransformBaseTemplate ()
 
virtual ~TransformBaseTemplate () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

GaussianSmoothingOperatorType m_GaussianSmoothingOperator
 
ScalarType m_GaussianSmoothingVarianceForTheTotalField
 
ScalarType m_GaussianSmoothingVarianceForTheUpdateField
 
- Protected Attributes inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
DisplacementFieldType::Pointer m_DisplacementField
 
ModifiedTimeType m_DisplacementFieldSetTime
 
JacobianType m_IdentityJacobian
 
InterpolatorType::Pointer m_Interpolator
 
DisplacementFieldType::Pointer m_InverseDisplacementField
 
InterpolatorType::Pointer m_InverseInterpolator
 
- Protected Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
DirectionChangeMatrix m_DirectionChange
 
FixedParametersType m_FixedParameters
 
ParametersType m_Parameters
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Additional Inherited Members

- Static Public Attributes inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >
static const unsigned int Dimension = NDimensions
 
- Static Public Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
static const unsigned int InputSpaceDimension
 
static const unsigned int OutputSpaceDimension
 

Member Typedef Documentation

template<typename TParametersValueType , unsigned int NDimensions>
typedef SmartPointer<const Self> itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::ConstPointer
template<typename TParametersValueType , unsigned int NDimensions>
typedef Superclass::DerivativeType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::DerivativeType
template<typename TParametersValueType , unsigned int NDimensions>
typedef DerivativeType::ValueType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::DerivativeValueType
template<typename TParametersValueType , unsigned int NDimensions>
typedef Superclass::DisplacementFieldPointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::DisplacementFieldPointer
template<typename TParametersValueType , unsigned int NDimensions>
typedef Superclass::DisplacementFieldType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::DisplacementFieldType
template<typename TParametersValueType , unsigned int NDimensions>
typedef DisplacementFieldType::PixelType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::DisplacementVectorType
template<typename TParametersValueType , unsigned int NDimensions>
typedef GaussianOperator<ScalarType, Superclass::Dimension> itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GaussianSmoothingOperatorType
protected

Type of Gaussian Operator used during smoothing. Define here so we can use a member var during the operation.

Definition at line 121 of file itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
typedef VectorNeighborhoodOperatorImageFilter< DisplacementFieldType, DisplacementFieldType > itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GaussianSmoothingSmootherType
protected
template<typename TParametersValueType , unsigned int NDimensions>
typedef SmartPointer<Self> itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::Pointer
template<typename TParametersValueType , unsigned int NDimensions>
typedef Superclass::ScalarType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::ScalarType

Types from superclass

Definition at line 61 of file itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
typedef GaussianSmoothingOnUpdateDisplacementFieldTransform itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::Self

Standard class typedefs.

Definition at line 51 of file itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
typedef DisplacementFieldTransform<TParametersValueType, NDimensions> itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::Superclass
template<typename TParametersValueType , unsigned int NDimensions>
typedef Transform<TParametersValueType,NDimensions, NDimensions>::Pointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::TransformPointer

Constructor & Destructor Documentation

template<typename TParametersValueType , unsigned int NDimensions>
itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GaussianSmoothingOnUpdateDisplacementFieldTransform ( )
protected
template<typename TParametersValueType , unsigned int NDimensions>
virtual itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::~GaussianSmoothingOnUpdateDisplacementFieldTransform ( )
overrideprotectedvirtual

Member Function Documentation

template<typename TParametersValueType , unsigned int NDimensions>
virtual::itk::LightObject::Pointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::CreateAnother ( ) const
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::DisplacementFieldTransform< TParametersValueType, NDimensions >.

template<typename TParametersValueType , unsigned int NDimensions>
virtual DisplacementFieldPointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GaussianSmoothDisplacementField ( DisplacementFieldType ,
ScalarType   
)
virtual

Smooth the displacement field in-place. Uses m_GaussSmoothSigma to change the variance for the GaussianOperator.

Warning
Not thread safe. Does its own threading.
template<typename TParametersValueType , unsigned int NDimensions>
virtual const ScalarType& itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GetGaussianSmoothingVarianceForTheTotalField ( ) const
virtual

Get/Set the Gaussian smoothing standard deviation for the total field. Default = 0.5.

template<typename TParametersValueType , unsigned int NDimensions>
virtual const ScalarType& itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GetGaussianSmoothingVarianceForTheUpdateField ( ) const
virtual

Get/Set the Gaussian smoothing standard deviation for the update field. Default = 1.75.

template<typename TParametersValueType , unsigned int NDimensions>
virtual const char* itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >.

template<typename TParametersValueType , unsigned int NDimensions>
virtual LightObject::Pointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::InternalClone ( ) const
overrideprotectedvirtual

Clone the current transform

Reimplemented from itk::Transform< TParametersValueType, NDimensions, NDimensions >.

template<typename TParametersValueType , unsigned int NDimensions>
static Pointer itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::New ( )
static

New macro for creation of through a Smart Pointer

template<typename TParametersValueType , unsigned int NDimensions>
void itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::DisplacementFieldTransform< TParametersValueType, NDimensions >.

template<typename TParametersValueType , unsigned int NDimensions>
virtual void itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::SetGaussianSmoothingVarianceForTheTotalField ( ScalarType  _arg)
virtual

Get/Set the Gaussian smoothing standard deviation for the total field. Default = 0.5.

template<typename TParametersValueType , unsigned int NDimensions>
virtual void itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::SetGaussianSmoothingVarianceForTheUpdateField ( ScalarType  _arg)
virtual

Get/Set the Gaussian smoothing standard deviation for the update field. Default = 1.75.

template<typename TParametersValueType , unsigned int NDimensions>
virtual void itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::UpdateTransformParameters ( const DerivativeType update,
ScalarType  factor = 1.0 
)
overridevirtual

Update the transform's parameters by the values in update. We assume update is of the same length as Parameters. Throw exception otherwise. factor is a scalar multiplier for each value in update. GaussianSmoothDisplacementField is called after the update is added to the field. See base class for more details.

Reimplemented from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >.

Member Data Documentation

template<typename TParametersValueType , unsigned int NDimensions>
GaussianSmoothingOperatorType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::m_GaussianSmoothingOperator
protected
template<typename TParametersValueType , unsigned int NDimensions>
ScalarType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::m_GaussianSmoothingVarianceForTheTotalField
protected
template<typename TParametersValueType , unsigned int NDimensions>
ScalarType itk::GaussianSmoothingOnUpdateDisplacementFieldTransform< TParametersValueType, NDimensions >::m_GaussianSmoothingVarianceForTheUpdateField
protected

Used in GaussianSmoothDisplacementField as variance for the GaussianOperator

Definition at line 115 of file itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h.


The documentation for this class was generated from the following file: