18#ifndef __elxMissingStructurePenalty_H__
19#define __elxMissingStructurePenalty_H__
24#include "itkMeshFileReader.h"
25#include "itkMeshFileWriter.h"
53template<
class TElastix >
57 typename MetricBase< TElastix >::FixedPointSetType,
58 typename MetricBase< TElastix >::MovingPointSetType >,
69 typedef itk::SmartPointer< Self >
Pointer;
141 FixedImageType::ImageDimension );
143 MovingImageType::ImageDimension );
171 const std::string & meshFileName,
172 typename FixedMeshType::Pointer & mesh );
200#ifndef ITK_MANUAL_INSTANTIATION
201#include "elxMissingStructurePenalty.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
Superclass2::ElastixPointer ElastixPointer
Superclass2::RegistrationType RegistrationType
Superclass1::MappedMeshContainerType MappedMeshContainerType
void SelectNewSamples(void) override
~MissingStructurePenalty() override
unsigned int ReadTransformixPoints(const std::string &filename, typename MeshType::Pointer &mesh)
CombinationTransformType::InitialTransformType InitialTransformType
void Initialize(void) override
Superclass1::FixedMeshType FixedMeshType
Superclass1::FixedMeshContainerType FixedMeshContainerType
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass1::MappedMeshContainerPointer MappedMeshContainerPointer
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::ParametersType ParametersType
Superclass1::MovingImageMaskType MovingImageMaskType
void WriteResultMesh(const char *filename, MeshIdType meshId)
void operator=(const Self &)
Superclass2::MovingImageType MovingImageType
void AfterEachIteration(void) override
Superclass1::CellInterfaceType CellInterfaceType
itk::SmartPointer< const Self > ConstPointer
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass1::TransformType TransformType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::FixedMeshConstPointer FixedMeshConstPointer
Superclass1::InputPointType InputPointType
Superclass1::TransformPointer TransformPointer
MissingStructurePenalty Self
elxClassNameMacro("MissingStructurePenalty")
Superclass1::DerivativeType DerivativeType
Superclass1::MeshIdType MeshIdType
Superclass1::FixedMeshPointer FixedMeshPointer
Superclass1::FixedPointSetType FixedPointSetType
itk::MissingVolumeMeshPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType > Superclass1
OutputPointType::CoordRepType CoordRepType
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
int BeforeAllBase(void) override
Superclass1::FixedMeshContainerPointer FixedMeshContainerPointer
Superclass1::OutputPointType OutputPointType
Superclass1::MeasureType MeasureType
Superclass1::TransformParametersType TransformParametersType
Superclass1::FixedImageMaskType FixedImageMaskType
void AfterEachResolution(void) override
Superclass1::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass1::MovingPointSetType MovingPointSetType
FixedPointSetType PointSetType
itk::SmartPointer< Self > Pointer
void BeforeRegistration(void) override
MissingStructurePenalty()
MetricBase< TElastix > Superclass2
Superclass2::FixedImageType FixedImageType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
unsigned int ReadMesh(const std::string &meshFileName, typename FixedMeshType::Pointer &mesh)
MissingStructurePenalty(const Self &)
itk::AdvancedCombinationTransform< CoordRepType, itkGetStaticConstMacro(FixedImageDimension) > CombinationTransformType
unsigned int m_NumberOfMeshes
Computes the (pseudo) volume of the transformed surface mesh of a structure. .
Superclass::TransformPointer TransformPointer
MeshTraitsType::CellType CellInterfaceType
Superclass::InputPointType InputPointType
VectorContainer< MeshIdType, FixedMeshConstPointer > FixedMeshContainerType
Superclass::MeasureType MeasureType
Superclass::TransformType TransformType
Superclass::TransformJacobianType TransformJacobianType
FixedMeshType::Pointer FixedMeshPointer
Superclass::DerivativeType DerivativeType
FixedMeshType::ConstPointer FixedMeshConstPointer
Superclass::OutputPointType OutputPointType
MappedMeshContainerType::Pointer MappedMeshContainerPointer
FixedMeshContainerType::Pointer FixedMeshContainerPointer
VectorContainer< MeshIdType, FixedMeshPointer > MappedMeshContainerType
Mesh< DummyMeshPixelType, FixedPointSetDimension, MeshTraitsType > FixedMeshType
Superclass::TransformParametersType TransformParametersType
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