}
- virtual void GenerateInputRequestedRegion() throw(InvalidRequestedRegionError) ITK_OVERRIDE;
+ virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
void EnlargeOutputRequestedRegion (DataObject * output) ITK_OVERRIDE;
protected:
template <class TInputImage, class TOutputImage,class TtNorm>
void
RelativePositionPropImageFilter<TInputImage,TOutputImage,TtNorm>
- ::GenerateInputRequestedRegion() throw (InvalidRequestedRegionError)
+ ::GenerateInputRequestedRegion()
{
// call the superclass' implementation of this method
Superclass::GenerateInputRequestedRegion ();
* (1) making sure that all the components are present and plugged
* together correctly,
* (3) allocate memory for bin data structures. */
- virtual void Initialize(void) throw ( ExceptionObject ) ITK_OVERRIDE;
+ virtual void Initialize(void) ITK_OVERRIDE;
/** Get the derivatives of the match measure. */
void GetDerivative( const TransformParametersType & parameters,
template <class TFixedImage, class TMovingImage>
void
CorrelationRatioImageToImageMetric<TFixedImage,TMovingImage>
-::Initialize(void) throw ( ExceptionObject )
+::Initialize(void)
{
this->Superclass::Initialize();
* (2) uniformly select NumberOfSpatialSamples within
* the FixedImageRegion, and
* (3) allocate memory for pdf data structures. */
- virtual void Initialize(void) throw ( itk::ExceptionObject ) ITK_OVERRIDE;
+ virtual void Initialize(void) ITK_OVERRIDE;
/** Get the value. */
MeasureType GetValue( const ParametersType & parameters ) const ITK_OVERRIDE;
template <class TFixedImage, class TMovingImage>
void
NormalizedCorrelationImageToImageMetric<TFixedImage,TMovingImage>
-::Initialize(void) throw ( itk::ExceptionObject )
+::Initialize(void)
{
this->Superclass::Initialize();
* (2) uniformly select NumberOfSpatialSamples within
* the FixedImageRegion, and
* (3) allocate memory for pdf data structures. */
- virtual void Initialize(void) throw ( itk::ExceptionObject ) ITK_OVERRIDE;
+ virtual void Initialize(void) ITK_OVERRIDE;
/** Get the value. */
MeasureType GetValue( const ParametersType & parameters ) const ITK_OVERRIDE;
template <class TFixedImage, class TMovingImage>
void
NormalizedCorrelationImageToImageMetricFor3DBLUTFFD<TFixedImage,TMovingImage>
-::Initialize(void) throw ( itk::ExceptionObject )
+::Initialize(void)
{
this->Superclass::Initialize();
* (2) uniformly select NumberOfSpatialSamples within
* the FixedImageRegion, and
* (3) allocate memory for pdf data structures. */
- virtual void Initialize(void) throw ( ExceptionObject ) ITK_OVERRIDE;
+ virtual void Initialize(void) ITK_OVERRIDE;
/** Get the value. */
MeasureType GetValue( const ParametersType & parameters ) const ITK_OVERRIDE;
template <class TFixedImage, class TMovingImage>
void
MattesMutualInformationImageToImageMetricFor3DBLUTFFD<TFixedImage,TMovingImage>
-::Initialize(void) throw ( ExceptionObject )
+::Initialize(void)
{
this->Superclass::Initialize();
this->Superclass::MultiThreadingInitialize();
* (2) uniformly select NumberOfSpatialSamples within
* the FixedImageRegion, and
* (3) allocate memory for pdf data structures. */
- virtual void Initialize(void) throw ( ExceptionObject ) ITK_OVERRIDE;
+ virtual void Initialize(void) ITK_OVERRIDE;
/** Get the value. */
MeasureType GetValue( const ParametersType & parameters ) const ITK_OVERRIDE;
template <class TFixedImage, class TMovingImage>
void
MeanSquaresImageToImageMetricFor3DBLUTFFD<TFixedImage,TMovingImage>
-::Initialize(void) throw ( ExceptionObject )
+::Initialize(void)
{
this->Superclass::Initialize();