#include <itkPointSetToImageMetric.h>
Inheritance diagram for itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >:


This Class is templated over the type of the input point-set and image. It expects a Transform and an Interpolator to be plugged in. This particular class is the base class for a hierarchy of similarity metrics.
This class computes a value that measures the similarity between the values associated with points in the point set and the transformed Moving image. The Interpolator is used to compute intensity values on non-grid positions resulting from mapping points through the Transform.
Definition at line 47 of file itkPointSetToImageMetric.h.
| typedef SmartPointer<const Self> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::ConstPointer |
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 54 of file itkPointSetToImageMetric.h.
| typedef Superclass::ParametersValueType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::CoordinateRepresentationType |
Type used for representing point components
Definition at line 57 of file itkPointSetToImageMetric.h.
| typedef Superclass::DerivativeType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::DerivativeType |
Type of the derivative.
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 118 of file itkPointSetToImageMetric.h.
| typedef FixedPointSetType::ConstPointer itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::FixedPointSetConstPointer |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 69 of file itkPointSetToImageMetric.h.
| typedef TFixedPointSet itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::FixedPointSetType |
Type of the fixed Image.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 68 of file itkPointSetToImageMetric.h.
| typedef GradientImageFilterType::Pointer itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GradientImageFilterPointer |
Definition at line 108 of file itkPointSetToImageMetric.h.
| typedef GradientRecursiveGaussianImageFilter< MovingImageType, GradientImageType > itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GradientImageFilterType |
Definition at line 107 of file itkPointSetToImageMetric.h.
| typedef SmartPointer<GradientImageType> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GradientImagePointer |
Definition at line 104 of file itkPointSetToImageMetric.h.
| typedef Image<GradientPixelType, itkGetStaticConstMacro(MovingImageDimension)> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GradientImageType |
Definition at line 103 of file itkPointSetToImageMetric.h.
| typedef CovariantVector<RealType, itkGetStaticConstMacro(MovingImageDimension)> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GradientPixelType |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 101 of file itkPointSetToImageMetric.h.
| typedef TransformType::InputPointType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::InputPointType |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 87 of file itkPointSetToImageMetric.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
| typedef InterpolatorType::Pointer itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::InterpolatorPointer |
Definition at line 112 of file itkPointSetToImageMetric.h.
| typedef InterpolateImageFunction< MovingImageType, CoordinateRepresentationType > itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::InterpolatorType |
Type of the Interpolator Base class
Definition at line 95 of file itkPointSetToImageMetric.h.
| typedef Superclass::MeasureType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::MeasureType |
Type of the measure.
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 115 of file itkPointSetToImageMetric.h.
| typedef MovingImageType::ConstPointer itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::MovingImageConstPointer |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 65 of file itkPointSetToImageMetric.h.
| typedef TMovingImage::PixelType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::MovingImagePixelType |
Definition at line 64 of file itkPointSetToImageMetric.h.
| typedef TMovingImage itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::MovingImageType |
Type of the moving Image.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 60 of file itkPointSetToImageMetric.h.
| typedef TransformType::OutputPointType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::OutputPointType |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 88 of file itkPointSetToImageMetric.h.
| typedef Superclass::ParametersType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::ParametersType |
Type of the parameters.
Reimplemented from itk::SingleValuedCostFunction.
Definition at line 121 of file itkPointSetToImageMetric.h.
typedef double itk::CostFunction::ParametersValueType [inherited] |
ParametersType typedef. It defines a position in the optimization search space.
Definition at line 46 of file itkCostFunction.h.
| typedef FixedPointSetType::PointDataContainer::ConstIterator itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::PointDataIterator |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 79 of file itkPointSetToImageMetric.h.
| typedef SmartPointer<Self> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::Pointer |
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 53 of file itkPointSetToImageMetric.h.
| typedef FixedPointSetType::PointsContainer::ConstIterator itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::PointIterator |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 78 of file itkPointSetToImageMetric.h.
| typedef NumericTraits<MovingImagePixelType>::RealType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::RealType |
Gaussian filter to compute the gradient of the Moving Image
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 99 of file itkPointSetToImageMetric.h.
| typedef PointSetToImageMetric itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 51 of file itkPointSetToImageMetric.h.
| typedef SingleValuedCostFunction itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::Superclass |
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 52 of file itkPointSetToImageMetric.h.
| typedef TransformType::JacobianType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::TransformJacobianType |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 90 of file itkPointSetToImageMetric.h.
| typedef TransformType::ParametersType itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::TransformParametersType |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 89 of file itkPointSetToImageMetric.h.
| typedef TransformType::Pointer itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::TransformPointer |
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 86 of file itkPointSetToImageMetric.h.
| typedef Transform<CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedPointSetDimension)> itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::TransformType |
Type of the Transform Base class
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
Definition at line 84 of file itkPointSetToImageMetric.h.
| itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::PointSetToImageMetric | ( | ) | [protected] |
| virtual itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::~PointSetToImageMetric | ( | ) | [inline, protected, virtual] |
Definition at line 177 of file itkPointSetToImageMetric.h.
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | const [inherited] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
| static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
| virtual LightObject::Pointer itk::Object::CreateAnother | ( | ) | const [virtual, inherited] |
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::LightObject.
| virtual void itk::Object::DebugOff | ( | ) | const [virtual, inherited] |
Turn debugging output off.
| virtual void itk::Object::DebugOn | ( | ) | const [virtual, inherited] |
Turn debugging output on.
| virtual void itk::LightObject::Delete | ( | ) | [virtual, inherited] |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
| Command* itk::Object::GetCommand | ( | unsigned long | tag | ) | [inherited] |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
| virtual const bool& itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetComputeGradient | ( | ) | [virtual] |
| bool itk::Object::GetDebug | ( | ) | const [inherited] |
Get the value of the debug flag.
| virtual void itk::SingleValuedCostFunction::GetDerivative | ( | const ParametersType & | parameters, | |
| DerivativeType & | derivative | |||
| ) | const [pure virtual, inherited] |
This method returns the derivative of the cost function corresponding to the specified parameters.
Implemented in itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >.
| virtual const FixedPointSetType* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetFixedPointSet | ( | ) | [virtual] |
Get the Fixed Image.
| static bool itk::Object::GetGlobalWarningDisplay | ( | ) | [static, inherited] |
| virtual const GradientImageType* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetGradientImage | ( | ) | [virtual] |
Get Gradient Image.
| virtual InterpolatorType* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetInterpolator | ( | ) | [virtual] |
Get a pointer to the Interpolator.
| const MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | const [inherited] |
| MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | [inherited] |
| virtual const MovingImageType* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetMovingImage | ( | ) | [virtual] |
Get the Moving Image.
| virtual unsigned long itk::Object::GetMTime | ( | ) | const [virtual, inherited] |
Return this objects modified time.
Reimplemented in itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::DeformationFieldSource< TOutputImage >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::ImageAdaptor< TImage, TAccessor >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::MeshSpatialObject< TMesh >, itk::SceneSpatialObject< TSpaceDimension >, itk::SpatialObject< TDimension >, itk::ImageAdaptor< TImage, itk::Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageAdaptor< itk::VectorImage< TPixelType, Dimension >, itk::Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, itk::PixelAccessor< TInternalType, TExternalType > >, itk::ImageAdaptor< TImage, itk::Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, itk::Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::SpatialObject< 3 >, and itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Referenced by itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >::GetObjectMTime().
| virtual const char* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >.
| unsigned int itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetNumberOfParameters | ( | void | ) | const [inline, virtual] |
Return the number of parameters required by the Transform
Implements itk::CostFunction.
Definition at line 168 of file itkPointSetToImageMetric.h.
| virtual const unsigned long& itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetNumberOfPixelsCounted | ( | ) | [virtual] |
Get the number of pixels considered in the computation.
| virtual int itk::LightObject::GetReferenceCount | ( | ) | const [inline, virtual, inherited] |
Gets the reference count on this object.
Definition at line 106 of file itkLightObject.h.
| virtual TransformType* itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::GetTransform | ( | ) | [virtual] |
Get a pointer to the Transform.
| virtual MeasureType itk::SingleValuedCostFunction::GetValue | ( | const ParametersType & | parameters | ) | const [pure virtual, inherited] |
This method returns the value of the cost function corresponding to the specified parameters.
Implemented in itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >.
| virtual void itk::SingleValuedCostFunction::GetValueAndDerivative | ( | const ParametersType & | parameters, | |
| MeasureType & | value, | |||
| DerivativeType & | derivative | |||
| ) | const [inline, virtual, inherited] |
This method returns the value and derivative of the cost function corresponding to the specified parameters
Definition at line 71 of file itkSingleValuedCostFunction.h.
| static void itk::Object::GlobalWarningDisplayOff | ( | ) | [inline, static, inherited] |
| static void itk::Object::GlobalWarningDisplayOn | ( | ) | [inline, static, inherited] |
| bool itk::Object::HasObserver | ( | const EventObject & | event | ) | const [inherited] |
Return true if an observer is registered for this event.
| virtual void itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::Initialize | ( | void | ) | throw ( ExceptionObject ) [virtual] |
Initialize the Metric by making sure that all the components are present and plugged together correctly
| void itk::Object::InvokeEvent | ( | const EventObject & | ) | const [inherited] |
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.
| void itk::Object::InvokeEvent | ( | const EventObject & | ) | [inherited] |
Call Execute on all the Commands observing this event id.
| itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::itkStaticConstMacro | ( | FixedPointSetDimension | , | |
| unsigned | int, | |||
| TFixedPointSet::PointDimension | ||||
| ) |
| itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::itkStaticConstMacro | ( | MovingImageDimension | , | |
| unsigned | int, | |||
| TMovingImage::ImageDimension | ||||
| ) |
Constants for the image dimensions
| virtual void itk::Object::Modified | ( | ) | const [virtual, inherited] |
Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.
Reimplemented in itk::NormalizeImageFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::ImageAdaptor< TImage, itk::Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >,