ITK
5.2.0
Insight Toolkit
ITK
Modules
Core
Common
include
itkVectorNeighborhoodInnerProduct.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
* http://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 itkVectorNeighborhoodInnerProduct_h
19
#define itkVectorNeighborhoodInnerProduct_h
20
21
#include "
itkNeighborhoodIterator.h
"
22
#include "
itkVector.h
"
23
#include "
itkConstSliceIterator.h
"
24
#include "
itkImageBoundaryCondition.h
"
25
26
namespace
itk
27
{
44
template
<
typename
TImage>
45
class
ITK_TEMPLATE_EXPORT
VectorNeighborhoodInnerProduct
46
{
47
public
:
49
using
Self
=
VectorNeighborhoodInnerProduct
;
50
51
static
constexpr
unsigned
int
ImageDimension = TImage::ImageDimension;
52
55
using
PixelType
=
typename
TImage::PixelType;
56
using
ScalarValueType
=
typename
PixelType::ValueType;
57
using
NeighborhoodType
=
Neighborhood<PixelType, Self::ImageDimension>
;
58
61
static
constexpr
unsigned
int
VectorDimension =
PixelType::Dimension
;
62
64
using
OperatorType
=
Neighborhood<ScalarValueType, Self::ImageDimension>
;
65
67
PixelType
68
operator()(
const
std::slice & s,
const
ConstNeighborhoodIterator<TImage>
& it,
const
OperatorType
& op)
const
;
69
71
PixelType
72
operator()
(
const
ConstNeighborhoodIterator<TImage>
& it,
const
OperatorType
& op)
const
73
{
74
return
this->operator()(std::slice(0, it.
Size
(), 1), it, op);
75
}
76
77
PixelType
78
operator()(
const
std::slice & s,
const
NeighborhoodType & it,
const
OperatorType & op)
const
;
79
};
80
}
// end namespace itk
81
82
#ifndef ITK_MANUAL_INSTANTIATION
83
# include "itkVectorNeighborhoodInnerProduct.hxx"
84
#endif
85
86
#endif
itk::VectorNeighborhoodInnerProduct< ImageType >::PixelType
typename ImageType ::PixelType PixelType
Definition:
itkVectorNeighborhoodInnerProduct.h:55
itkNeighborhoodIterator.h
itk::Neighborhood::Size
NeighborIndexType Size() const
Definition:
itkNeighborhood.h:205
itk::Neighborhood< PixelType, Self::ImageDimension >
itkConstSliceIterator.h
itk::VectorNeighborhoodInnerProduct
Defines the inner product operation between an itk::Neighborhood and an itk::NeighborhoodOperator.
Definition:
itkVectorNeighborhoodInnerProduct.h:45
itkImageBoundaryCondition.h
itk::VectorNeighborhoodInnerProduct< ImageType >::ScalarValueType
typename PixelType::ValueType ScalarValueType
Definition:
itkVectorNeighborhoodInnerProduct.h:56
itk
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition:
itkAnnulusOperator.h:24
itk::ConstNeighborhoodIterator< TImage >
itk::VectorNeighborhoodInnerProduct::operator()
PixelType operator()(const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const
Definition:
itkVectorNeighborhoodInnerProduct.h:72
itkVector.h
itk::GTest::TypedefsAndConstructors::Dimension2::Dimension
constexpr unsigned int Dimension
Definition:
itkGTestTypedefsAndConstructors.h:44
Generated on Thu Apr 1 2021 02:07:53 for ITK by
1.8.16