go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::MeshPenalty< TFixedPointSet, TMovingPointSet > Class Template Reference

#include <itkPolydataDummyPenalty.h>

Detailed Description

template<class TFixedPointSet, class TMovingPointSet>
class itk::MeshPenalty< TFixedPointSet, TMovingPointSet >

A dummy metric to generate transformed meshes each iteration.

Definition at line 40 of file itkPolydataDummyPenalty.h.

+ Inheritance diagram for itk::MeshPenalty< TFixedPointSet, TMovingPointSet >:

Public Types

typedef MeshTraitsType::CellType CellInterfaceType
 
typedef SmartPointer< const SelfConstPointer
 
typedef InputPointType::CoordRepType CoordRepType
 
typedef Superclass::DerivativeType DerivativeType
 
typedef Superclass::DerivativeValueType DerivativeValueType
 
typedef unsigned char DummyMeshPixelType
 
typedef TransformType::InputPointType FixedImagePointType
 
typedef FixedMeshType::ConstPointer FixedMeshConstPointer
 
typedef FixedMeshContainerType::ConstPointer FixedMeshContainerConstPointer
 
typedef FixedMeshContainerType::ElementIdentifier FixedMeshContainerElementIdentifier
 
typedef FixedMeshContainerType::Pointer FixedMeshContainerPointer
 
typedef VectorContainer< MeshIdType, FixedMeshConstPointerFixedMeshContainerType
 
typedef FixedMeshType::Pointer FixedMeshPointer
 
typedef Mesh< PointNormalType, FixedPointSetDimension, MeshTraitsTypeFixedMeshType
 
typedef Superclass::InputPointType InputPointType
 
typedef MappedMeshContainerType::ConstPointer MappedMeshContainerConstPointer
 
typedef MappedMeshContainerType::Pointer MappedMeshContainerPointer
 
typedef VectorContainer< MeshIdType, FixedMeshPointerMappedMeshContainerType
 
typedef Superclass::MeasureType MeasureType
 
typedef unsigned int MeshIdType
 
typedef FixedMeshType::PointDataContainerIterator MeshPointDataContainerConstIteratorType
 
typedef FixedMeshType::PointDataContainerConstPointer MeshPointDataContainerConstPointer
 
typedef MeshPointDataContainerType::Iterator MeshPointDataContainerIteratorType
 
typedef FixedMeshType::PointDataContainerPointer MeshPointDataContainerPointer
 
typedef FixedMeshType::PointDataContainer MeshPointDataContainerType
 
typedef FixedMeshType::PointsContainerConstIterator MeshPointsContainerConstIteratorType
 
typedef MeshPointsContainerType::ConstPointer MeshPointsContainerConstPointer
 
typedef FixedMeshType::PointsContainerIterator MeshPointsContainerIteratorType
 
typedef MeshPointsContainerType::Pointer MeshPointsContainerPointer
 
typedef FixedMeshType::PointsContainer MeshPointsContainerType
 
typedef Array< DerivativeValueTypeMeshPointsDerivativeValueType
 
typedef FixedMeshType::PointType MeshPointType
 
typedef DefaultStaticMeshTraits< PointNormalType, FixedPointSetDimension, FixedPointSetDimension, CoordRepTypeMeshTraitsType
 
typedef TransformType::OutputPointType MovingImagePointType
 
typedef Superclass::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef Superclass::OutputPointType OutputPointType
 
typedef SmartPointer< SelfPointer
 
typedef Vector< typename TransformType::ScalarType, FixedPointSetDimension > PointNormalType
 
typedef MeshPenalty Self
 
typedef TransformType::SpatialJacobianType SpatialJacobianType
 
typedef SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > Superclass
 
typedef Superclass::TransformJacobianType TransformJacobianType
 
typedef Superclass::TransformParametersType TransformParametersType
 
typedef Superclass::TransformPointer TransformPointer
 
typedef Superclass::TransformType TransformType
 
typedef FixedMeshType::PointType::VectorType VectorType
 
typedef vnl_vector< CoordRepTypeVnlVectorType
 
- Public Types inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::ParametersValueType CoordinateRepresentationType
 
typedef Superclass::DerivativeType DerivativeType
 
typedef DerivativeType::ValueType DerivativeValueType
 
typedef FixedImageMaskType::ConstPointer FixedImageMaskConstPointer
 
typedef FixedImageMaskType::Pointer FixedImageMaskPointer
 
typedef SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType
 
typedef FixedPointSetType::ConstPointer FixedPointSetConstPointer
 
typedef FixedPointSetType::PixelType FixedPointSetPixelType
 
typedef TFixedPointSet FixedPointSetType
 
typedef TransformType::InputPointType InputPointType
 
typedef Superclass::MeasureType MeasureType
 
typedef MovingImageMaskType::ConstPointer MovingImageMaskConstPointer
 
typedef MovingImageMaskType::Pointer MovingImageMaskPointer
 
typedef SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
 
typedef MovingPointSetType::ConstPointer MovingPointSetConstPointer
 
typedef MovingPointSetType::PixelType MovingPointSetPixelType
 
typedef TMovingPointSet MovingPointSetType
 
typedef TransformType::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef TransformType::OutputPointType OutputPointType
 
typedef Superclass::ParametersType ParametersType
 
typedef FixedPointSetType::PointDataContainer::ConstIterator PointDataIterator
 
typedef SmartPointer< SelfPointer
 
typedef FixedPointSetType::PointsContainer::ConstIterator PointIterator
 
typedef SingleValuedPointSetToPointSetMetric Self
 
typedef SingleValuedCostFunction Superclass
 
typedef TransformType::JacobianType TransformJacobianType
 
typedef TransformType::ParametersType TransformParametersType
 
typedef TransformType::Pointer TransformPointer
 
typedef AdvancedTransform< CoordinateRepresentationType, itkGetStaticConstMacro(FixedPointSetDimension), itkGetStaticConstMacro(MovingPointSetDimension) > TransformType
 

Public Member Functions

virtual const char * GetClassName () const
 
void GetDerivative (const TransformParametersType &parameters, DerivativeType &Derivative) const override
 
virtual const FixedMeshContainerTypeGetFixedMeshContainer ()
 
MeasureType GetValue (const TransformParametersType &parameters) const override
 
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const override
 
void Initialize (void) override
 
 itkGetModifiableObjectMacro (MappedMeshContainer, MappedMeshContainerType)
 
 itkStaticConstMacro (FixedPointSetDimension, unsigned int, Superclass::FixedPointSetDimension)
 
virtual void SetFixedMeshContainer (const FixedMeshContainerType *_arg)
 
virtual void SetMappedMeshContainer (MappedMeshContainerType *_arg)
 
- Public Member Functions inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >
virtual void BeforeThreadedGetValueAndDerivative (const TransformParametersType &parameters) const
 
virtual const char * GetClassName () const
 
virtual const FixedImageMaskTypeGetFixedImageMask ()
 
virtual const FixedPointSetTypeGetFixedPointSet ()
 
virtual const MovingImageMaskTypeGetMovingImageMask ()
 
virtual const MovingPointSetTypeGetMovingPointSet ()
 
unsigned int GetNumberOfParameters (void) const override
 
virtual const TransformTypeGetTransform ()
 
virtual const boolGetUseMetricSingleThreaded ()
 
virtual void Initialize (void)
 
 itkStaticConstMacro (FixedPointSetDimension, unsigned int, TFixedPointSet::PointDimension)
 
 itkStaticConstMacro (MovingPointSetDimension, unsigned int, TMovingPointSet::PointDimension)
 
virtual void SetFixedImageMask (const FixedImageMaskType *_arg)
 
virtual void SetFixedPointSet (const FixedPointSetType *_arg)
 
virtual void SetMovingImageMask (const MovingImageMaskType *_arg)
 
virtual void SetMovingPointSet (const MovingPointSetType *_arg)
 
virtual void SetTransform (TransformType *_arg)
 
void SetTransformParameters (const ParametersType &parameters) const
 
virtual void SetUseMetricSingleThreaded (bool _arg)
 
virtual void UseMetricSingleThreadedOff ()
 
virtual void UseMetricSingleThreadedOn ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 MeshPenalty ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~MeshPenalty () override
 
- Protected Member Functions inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 SingleValuedPointSetToPointSetMetric ()
 
 ~SingleValuedPointSetToPointSetMetric () override
 

Protected Attributes

FixedMeshContainerConstPointer m_FixedMeshContainer
 
MappedMeshContainerPointer m_MappedMeshContainer
 
- Protected Attributes inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >
FixedImageMaskConstPointer m_FixedImageMask
 
FixedPointSetConstPointer m_FixedPointSet
 
MovingImageMaskConstPointer m_MovingImageMask
 
MovingPointSetConstPointer m_MovingPointSet
 
unsigned int m_NumberOfPointsCounted
 
TransformPointer m_Transform
 
bool m_UseMetricSingleThreaded
 

Private Member Functions

 MeshPenalty (const Self &)
 
void operator= (const Self &)
 

Member Typedef Documentation

◆ CellInterfaceType

template<class TFixedPointSet , class TMovingPointSet >
typedef MeshTraitsType::CellType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::CellInterfaceType

Definition at line 95 of file itkPolydataDummyPenalty.h.

◆ ConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef SmartPointer< const Self > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::ConstPointer

Definition at line 50 of file itkPolydataDummyPenalty.h.

◆ CoordRepType

template<class TFixedPointSet , class TMovingPointSet >
typedef InputPointType::CoordRepType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::CoordRepType

Definition at line 73 of file itkPolydataDummyPenalty.h.

◆ DerivativeType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::DerivativeType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::DerivativeType

Definition at line 67 of file itkPolydataDummyPenalty.h.

◆ DerivativeValueType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::DerivativeValueType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::DerivativeValueType

Definition at line 68 of file itkPolydataDummyPenalty.h.

◆ DummyMeshPixelType

template<class TFixedPointSet , class TMovingPointSet >
typedef unsigned char itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::DummyMeshPixelType

Definition at line 87 of file itkPolydataDummyPenalty.h.

◆ FixedImagePointType

template<class TFixedPointSet , class TMovingPointSet >
typedef TransformType::InputPointType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedImagePointType

Definition at line 75 of file itkPolydataDummyPenalty.h.

◆ FixedMeshConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::ConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshConstPointer

Definition at line 93 of file itkPolydataDummyPenalty.h.

◆ FixedMeshContainerConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshContainerType::ConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshContainerConstPointer

Definition at line 116 of file itkPolydataDummyPenalty.h.

◆ FixedMeshContainerElementIdentifier

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshContainerType::ElementIdentifier itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshContainerElementIdentifier

Definition at line 117 of file itkPolydataDummyPenalty.h.

◆ FixedMeshContainerPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshContainerType::Pointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshContainerPointer

Definition at line 115 of file itkPolydataDummyPenalty.h.

◆ FixedMeshContainerType

template<class TFixedPointSet , class TMovingPointSet >
typedef VectorContainer< MeshIdType, FixedMeshConstPointer > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshContainerType

Definition at line 114 of file itkPolydataDummyPenalty.h.

◆ FixedMeshPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::Pointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshPointer

Definition at line 94 of file itkPolydataDummyPenalty.h.

◆ FixedMeshType

template<class TFixedPointSet , class TMovingPointSet >
typedef Mesh< PointNormalType, FixedPointSetDimension, MeshTraitsType > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::FixedMeshType

Definition at line 91 of file itkPolydataDummyPenalty.h.

◆ InputPointType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::InputPointType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::InputPointType

Typedefs.

Definition at line 71 of file itkPolydataDummyPenalty.h.

◆ MappedMeshContainerConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef MappedMeshContainerType::ConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MappedMeshContainerConstPointer

Definition at line 121 of file itkPolydataDummyPenalty.h.

◆ MappedMeshContainerPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef MappedMeshContainerType::Pointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MappedMeshContainerPointer

Definition at line 120 of file itkPolydataDummyPenalty.h.

◆ MappedMeshContainerType

template<class TFixedPointSet , class TMovingPointSet >
typedef VectorContainer< MeshIdType, FixedMeshPointer > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MappedMeshContainerType

Definition at line 119 of file itkPolydataDummyPenalty.h.

◆ MeasureType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::MeasureType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeasureType

Definition at line 66 of file itkPolydataDummyPenalty.h.

◆ MeshIdType

template<class TFixedPointSet , class TMovingPointSet >
typedef unsigned int itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshIdType

Definition at line 113 of file itkPolydataDummyPenalty.h.

◆ MeshPointDataContainerConstIteratorType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointDataContainerIterator itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointDataContainerConstIteratorType

Definition at line 110 of file itkPolydataDummyPenalty.h.

◆ MeshPointDataContainerConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointDataContainerConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointDataContainerConstPointer

Definition at line 107 of file itkPolydataDummyPenalty.h.

◆ MeshPointDataContainerIteratorType

template<class TFixedPointSet , class TMovingPointSet >
typedef MeshPointDataContainerType::Iterator itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointDataContainerIteratorType

Definition at line 111 of file itkPolydataDummyPenalty.h.

◆ MeshPointDataContainerPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointDataContainerPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointDataContainerPointer

Definition at line 108 of file itkPolydataDummyPenalty.h.

◆ MeshPointDataContainerType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointDataContainer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointDataContainerType

Definition at line 106 of file itkPolydataDummyPenalty.h.

◆ MeshPointsContainerConstIteratorType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointsContainerConstIterator itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsContainerConstIteratorType

Definition at line 103 of file itkPolydataDummyPenalty.h.

◆ MeshPointsContainerConstPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef MeshPointsContainerType::ConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsContainerConstPointer

Definition at line 102 of file itkPolydataDummyPenalty.h.

◆ MeshPointsContainerIteratorType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointsContainerIterator itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsContainerIteratorType

Definition at line 104 of file itkPolydataDummyPenalty.h.

◆ MeshPointsContainerPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef MeshPointsContainerType::Pointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsContainerPointer

Definition at line 101 of file itkPolydataDummyPenalty.h.

◆ MeshPointsContainerType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointsContainer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsContainerType

Definition at line 100 of file itkPolydataDummyPenalty.h.

◆ MeshPointsDerivativeValueType

template<class TFixedPointSet , class TMovingPointSet >
typedef Array< DerivativeValueType > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointsDerivativeValueType

Definition at line 123 of file itkPolydataDummyPenalty.h.

◆ MeshPointType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPointType

Definition at line 97 of file itkPolydataDummyPenalty.h.

◆ MeshTraitsType

template<class TFixedPointSet , class TMovingPointSet >
typedef DefaultStaticMeshTraits< PointNormalType, FixedPointSetDimension, FixedPointSetDimension, CoordRepType > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshTraitsType

Definition at line 89 of file itkPolydataDummyPenalty.h.

◆ MovingImagePointType

template<class TFixedPointSet , class TMovingPointSet >
typedef TransformType::OutputPointType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MovingImagePointType

Definition at line 76 of file itkPolydataDummyPenalty.h.

◆ NonZeroJacobianIndicesType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::NonZeroJacobianIndicesType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType

Definition at line 79 of file itkPolydataDummyPenalty.h.

◆ OutputPointType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::OutputPointType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::OutputPointType

Definition at line 72 of file itkPolydataDummyPenalty.h.

◆ Pointer

template<class TFixedPointSet , class TMovingPointSet >
typedef SmartPointer< Self > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::Pointer

Definition at line 49 of file itkPolydataDummyPenalty.h.

◆ PointNormalType

template<class TFixedPointSet , class TMovingPointSet >
typedef Vector< typename TransformType::ScalarType, FixedPointSetDimension > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::PointNormalType

Definition at line 86 of file itkPolydataDummyPenalty.h.

◆ Self

template<class TFixedPointSet , class TMovingPointSet >
typedef MeshPenalty itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::Self

Standard class typedefs.

Definition at line 46 of file itkPolydataDummyPenalty.h.

◆ SpatialJacobianType

template<class TFixedPointSet , class TMovingPointSet >
typedef TransformType::SpatialJacobianType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::SpatialJacobianType

Definition at line 77 of file itkPolydataDummyPenalty.h.

◆ Superclass

template<class TFixedPointSet , class TMovingPointSet >
typedef SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::Superclass

Definition at line 48 of file itkPolydataDummyPenalty.h.

◆ TransformJacobianType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformJacobianType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::TransformJacobianType

Definition at line 64 of file itkPolydataDummyPenalty.h.

◆ TransformParametersType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformParametersType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::TransformParametersType

Definition at line 63 of file itkPolydataDummyPenalty.h.

◆ TransformPointer

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::TransformPointer

Definition at line 62 of file itkPolydataDummyPenalty.h.

◆ TransformType

template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::TransformType

Types transferred from the base class

Definition at line 61 of file itkPolydataDummyPenalty.h.

◆ VectorType

template<class TFixedPointSet , class TMovingPointSet >
typedef FixedMeshType::PointType::VectorType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::VectorType

Definition at line 98 of file itkPolydataDummyPenalty.h.

◆ VnlVectorType

template<class TFixedPointSet , class TMovingPointSet >
typedef vnl_vector< CoordRepType > itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::VnlVectorType

Definition at line 74 of file itkPolydataDummyPenalty.h.

Constructor & Destructor Documentation

◆ MeshPenalty() [1/2]

template<class TFixedPointSet , class TMovingPointSet >
itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPenalty ( )
protected

◆ ~MeshPenalty()

template<class TFixedPointSet , class TMovingPointSet >
itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::~MeshPenalty ( )
overrideprotected

◆ MeshPenalty() [2/2]

template<class TFixedPointSet , class TMovingPointSet >
itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::MeshPenalty ( const Self )
private

Member Function Documentation

◆ GetClassName()

template<class TFixedPointSet , class TMovingPointSet >
virtual const char * itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Reimplemented in elastix::PolydataDummyPenalty< TElastix >.

◆ GetDerivative()

template<class TFixedPointSet , class TMovingPointSet >
void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::GetDerivative ( const TransformParametersType parameters,
DerivativeType Derivative 
) const
override

Get the derivatives of the match measure.

◆ GetFixedMeshContainer()

template<class TFixedPointSet , class TMovingPointSet >
virtual const FixedMeshContainerType * itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::GetFixedMeshContainer ( )
virtual

◆ GetValue()

template<class TFixedPointSet , class TMovingPointSet >
MeasureType itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::GetValue ( const TransformParametersType parameters) const
override

Set the fixed mask. Get the fixed mask. Get the value for single valued optimizers.

◆ GetValueAndDerivative()

template<class TFixedPointSet , class TMovingPointSet >
void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::GetValueAndDerivative ( const TransformParametersType parameters,
MeasureType Value,
DerivativeType Derivative 
) const
override

Get value and derivatives for multiple valued optimizers.

◆ Initialize()

template<class TFixedPointSet , class TMovingPointSet >
void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::Initialize ( void  )
overridevirtual

Get the mapped points. Connect the fixed pointset.
Get the fixed pointset. Connect the Transform. Get a pointer to the Transform.
Set the parameters defining the Transform. Return the number of parameters required by the transform. Initialize the Metric by making sure that all the components are present and plugged together correctly.

Reimplemented from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

◆ itkGetModifiableObjectMacro()

template<class TFixedPointSet , class TMovingPointSet >
itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::itkGetModifiableObjectMacro ( MappedMeshContainer  ,
MappedMeshContainerType   
)

◆ itkStaticConstMacro()

template<class TFixedPointSet , class TMovingPointSet >
itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::itkStaticConstMacro ( FixedPointSetDimension  ,
unsigned int  ,
Superclass::FixedPointSetDimension   
)

Constants for the pointset dimensions.

◆ New()

template<class TFixedPointSet , class TMovingPointSet >
static Pointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::New ( )
static

Type used for representing point components
Method for creation through the object factory.

◆ operator=()

template<class TFixedPointSet , class TMovingPointSet >
void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::operator= ( const Self )
private

◆ PrintSelf()

template<class TFixedPointSet , class TMovingPointSet >
void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotected

PrintSelf.

◆ SetFixedMeshContainer()

template<class TFixedPointSet , class TMovingPointSet >
virtual void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::SetFixedMeshContainer ( const FixedMeshContainerType _arg)
virtual

◆ SetMappedMeshContainer()

template<class TFixedPointSet , class TMovingPointSet >
virtual void itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::SetMappedMeshContainer ( MappedMeshContainerType _arg)
virtual

Field Documentation

◆ m_FixedMeshContainer

template<class TFixedPointSet , class TMovingPointSet >
FixedMeshContainerConstPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::m_FixedMeshContainer
mutableprotected

Member variables.

Definition at line 185 of file itkPolydataDummyPenalty.h.

◆ m_MappedMeshContainer

template<class TFixedPointSet , class TMovingPointSet >
MappedMeshContainerPointer itk::MeshPenalty< TFixedPointSet, TMovingPointSet >::m_MappedMeshContainer
mutableprotected

Definition at line 186 of file itkPolydataDummyPenalty.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo