ITK
6.0.0
Insight Toolkit
Loading...
Searching...
No Matches
itkExtrapolateImageFunction.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright NumFOCUS
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* https://www.apache.org/licenses/LICENSE-2.0.txt
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*=========================================================================*/
18
#ifndef itkExtrapolateImageFunction_h
19
#define itkExtrapolateImageFunction_h
20
21
#include "
itkImageFunction.h
"
22
23
namespace
itk
24
{
43
template
<
typename
TInputImage,
typename
TCoordinate =
float
>
44
class
ExtrapolateImageFunction
45
:
public
ImageFunction
<TInputImage, typename NumericTraits<typename TInputImage::PixelType>::RealType, TCoordinate>
46
{
47
public
:
48
ITK_DISALLOW_COPY_AND_MOVE(
ExtrapolateImageFunction
);
49
51
using
Self
=
ExtrapolateImageFunction
;
52
using
Superclass
=
53
ImageFunction<TInputImage, typename NumericTraits<typename TInputImage::PixelType>::RealType
, TCoordinate>;
54
using
Pointer
=
SmartPointer<Self>
;
55
using
ConstPointer
=
SmartPointer<const Self>
;
56
58
itkOverrideGetNameOfClassMacro(
ExtrapolateImageFunction
);
59
61
using
typename
Superclass::OutputType
;
62
64
using
typename
Superclass::InputImageType
;
65
67
static
constexpr
unsigned
int
ImageDimension
=
Superclass::ImageDimension
;
68
70
using
typename
Superclass::PointType
;
71
73
using
typename
Superclass::IndexType
;
74
76
using
typename
Superclass::ContinuousIndexType
;
77
79
using
RealType
=
typename
NumericTraits<typename TInputImage::PixelType>::RealType
;
80
86
OutputType
87
Evaluate
(
const
PointType
& point)
const override
88
{
89
const
ContinuousIndexType
index =
90
this->
GetInputImage
()->template TransformPhysicalPointToContinuousIndex<TCoordinate>(point);
91
return
(this->
EvaluateAtContinuousIndex
(index));
92
}
93
99
OutputType
100
EvaluateAtContinuousIndex
(
const
ContinuousIndexType
& index)
const override
= 0;
101
107
OutputType
108
EvaluateAtIndex
(
const
IndexType
& index)
const override
= 0;
109
110
protected
:
111
ExtrapolateImageFunction
() =
default
;
112
~ExtrapolateImageFunction
()
override
=
default
;
113
};
114
}
// end namespace itk
115
116
#endif
itk::ExtrapolateImageFunction::EvaluateAtIndex
OutputType EvaluateAtIndex(const IndexType &index) const override=0
itk::ExtrapolateImageFunction::Pointer
SmartPointer< Self > Pointer
Definition
itkExtrapolateImageFunction.h:54
itk::ExtrapolateImageFunction< TInputImage, TCoordinate >::ImageDimension
static constexpr unsigned int ImageDimension
Definition
itkExtrapolateImageFunction.h:67
itk::ExtrapolateImageFunction::~ExtrapolateImageFunction
~ExtrapolateImageFunction() override=default
itk::ExtrapolateImageFunction::ConstPointer
SmartPointer< const Self > ConstPointer
Definition
itkExtrapolateImageFunction.h:55
itk::ExtrapolateImageFunction::ExtrapolateImageFunction
ExtrapolateImageFunction()=default
itk::ExtrapolateImageFunction::RealType
typename NumericTraits< typename TInputImage::PixelType >::RealType RealType
Definition
itkExtrapolateImageFunction.h:79
itk::ExtrapolateImageFunction::OutputType
TOutput OutputType
Definition
itkImageFunction.h:84
itk::ExtrapolateImageFunction::EvaluateAtContinuousIndex
OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override=0
itk::ExtrapolateImageFunction::Evaluate
OutputType Evaluate(const PointType &point) const override
Definition
itkExtrapolateImageFunction.h:87
itk::ExtrapolateImageFunction< TInputImage, TCoordinate >::IndexType
typename InputImageType::IndexType IndexType
itk::ExtrapolateImageFunction< TInputImage, TCoordinate >::PointType
Point< TCoordinate, Self::ImageDimension > PointType
itk::ExtrapolateImageFunction< TInputImage, TCoordinate >::ContinuousIndexType
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
itk::ExtrapolateImageFunction::Superclass
ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordinate > Superclass
Definition
itkExtrapolateImageFunction.h:52
itk::ExtrapolateImageFunction::Self
ExtrapolateImageFunction Self
Definition
itkExtrapolateImageFunction.h:51
itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, float >::ImageFunction
ImageFunction()
itk::ImageFunction::ImageDimension
static constexpr unsigned int ImageDimension
Definition
itkImageFunction.h:61
itk::ImageFunction::OutputType
TOutput OutputType
Definition
itkImageFunction.h:84
itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, float >::GetInputImage
const InputImageType * GetInputImage() const
Definition
itkImageFunction.h:112
itk::ImageFunction::IndexType
typename InputImageType::IndexType IndexType
Definition
itkImageFunction.h:94
itk::ImageFunction::PointType
Point< TCoordinate, Self::ImageDimension > PointType
Definition
itkImageFunction.h:101
itk::ImageFunction::ContinuousIndexType
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
Definition
itkImageFunction.h:98
itk::ImageFunction::InputImageType
TInputImage InputImageType
Definition
itkImageFunction.h:75
itk::NumericTraits::RealType
double RealType
Definition
itkNumericTraits.h:86
itk::SmartPointer
Implements transparent reference counting.
Definition
itkSmartPointer.h:52
itkImageFunction.h
itk
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition
itkAnatomicalOrientation.h:30
ITK
Modules
Core
ImageFunction
include
itkExtrapolateImageFunction.h
Generated on
unknown
for ITK by
1.13.2
Tarballs of release and nightly generated Doxygen documentation are available in the
InsightSoftwareConsortium/ITKDoxygen
GitHub Releases
.