18#ifndef __elxPolydataDummyPenalty_H__
19#define __elxPolydataDummyPenalty_H__
26#include "itkMeshFileReader.h"
27#include "itkMeshFileWriter.h"
62template<
class TElastix >
66 typename MetricBase< TElastix >::FixedPointSetType,
67 typename MetricBase< TElastix >::MovingPointSetType >,
78 typedef itk::SmartPointer< Self >
Pointer;
153 FixedImageType::ImageDimension );
155 MovingImageType::ImageDimension );
187 const std::string & meshFileName,
188 typename FixedMeshType::Pointer & mesh );
216#ifndef ITK_MANUAL_INSTANTIATION
217#include "elxPolydataDummyPenalty.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Metrics.
itk::PointSet< CoordinateRepresentationType, MovingImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, MovingImageDimension, MovingImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > MovingPointSetType
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
ElastixType::MovingImageType MovingImageType
itk::PointSet< CoordinateRepresentationType, FixedImageDimension, itk::DefaultStaticMeshTraits< CoordinateRepresentationType, FixedImageDimension, FixedImageDimension, CoordinateRepresentationType, CoordinateRepresentationType, CoordinateRepresentationType > > FixedPointSetType
ElastixType::FixedImageType FixedImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
Superclass::ElastixPointer ElastixPointer
A dummy metric to generate transformed meshes at each iteration. This metric does not contribute to t...
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
unsigned int m_NumberOfMeshes
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass1::TransformParametersType TransformParametersType
Superclass1::DerivativeType DerivativeType
void BeforeRegistration(void) override
CombinationTransformType::InitialTransformType InitialTransformType
Superclass1::MovingPointSetType MovingPointSetType
void AfterEachResolution(void) override
MetricBase< TElastix > Superclass2
void SelectNewSamples(void) override
Superclass1::FixedMeshType FixedMeshType
Superclass1::CellInterfaceType CellInterfaceType
~PolydataDummyPenalty() override
Superclass2::ConfigurationType ConfigurationType
elxClassNameMacro("PolydataDummyPenalty")
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputPointType InputPointType
Superclass1::ParametersType ParametersType
Superclass1::FixedMeshPointer FixedMeshPointer
FixedPointSetType PointSetType
Superclass1::OutputPointType OutputPointType
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
PolydataDummyPenalty Self
Superclass1::MeshIdType MeshIdType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::MappedMeshContainerType MappedMeshContainerType
Superclass2::ElastixType ElastixType
itk::SmartPointer< Self > Pointer
void Initialize(void) override
Superclass2::MovingImageType MovingImageType
Superclass1::FixedMeshContainerPointer FixedMeshContainerPointer
Superclass2::RegistrationType RegistrationType
Superclass1::FixedMeshConstPointer FixedMeshConstPointer
PolydataDummyPenalty(const Self &)
int BeforeAllBase(void) override
Superclass2::FixedImageType FixedImageType
Superclass1::FixedMeshContainerType FixedMeshContainerType
itk::AdvancedCombinationTransform< CoordRepType, itkGetStaticConstMacro(FixedImageDimension) > CombinationTransformType
OutputPointType::CoordRepType CoordRepType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::MeasureType MeasureType
Superclass1::TransformJacobianType TransformJacobianType
unsigned int ReadMesh(const std::string &meshFileName, typename FixedMeshType::Pointer &mesh)
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::TransformPointer TransformPointer
void AfterEachIteration(void) override
Superclass1::MappedMeshContainerPointer MappedMeshContainerPointer
Superclass1::FixedImageMaskType FixedImageMaskType
unsigned int ReadTransformixPoints(const std::string &filename, typename MeshType::Pointer &mesh)
void operator=(const Self &)
Superclass1::TransformType TransformType
void WriteResultMesh(const char *filename, MeshIdType meshId)
Superclass2::ElastixPointer ElastixPointer
itk::MeshPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
Superclass1::FixedPointSetType FixedPointSetType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass2::ConfigurationPointer ConfigurationPointer
A dummy metric to generate transformed meshes each iteration.
Superclass::TransformParametersType TransformParametersType
Superclass::InputPointType InputPointType
Superclass::TransformType TransformType
Superclass::MeasureType MeasureType
Superclass::TransformPointer TransformPointer
Superclass::OutputPointType OutputPointType
FixedMeshType::Pointer FixedMeshPointer
FixedMeshType::ConstPointer FixedMeshConstPointer
Mesh< PointNormalType, FixedPointSetDimension, MeshTraitsType > FixedMeshType
Superclass::DerivativeType DerivativeType
MappedMeshContainerType::Pointer MappedMeshContainerPointer
FixedMeshContainerType::Pointer FixedMeshContainerPointer
VectorContainer< MeshIdType, FixedMeshPointer > MappedMeshContainerType
MeshTraitsType::CellType CellInterfaceType
Superclass::TransformJacobianType TransformJacobianType
VectorContainer< MeshIdType, FixedMeshConstPointer > FixedMeshContainerType
SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > MovingImageMaskType
MovingImageMaskType::Pointer MovingImageMaskPointer
TMovingPointSet MovingPointSetType
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::ParametersType ParametersType
TFixedPointSet FixedPointSetType
MovingPointSetType::ConstPointer MovingPointSetConstPointer
FixedPointSetType::ConstPointer FixedPointSetConstPointer
FixedImageMaskType::Pointer FixedImageMaskPointer
SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > FixedImageMaskType