18#ifndef itkScatterMatrixImageFunction_h
19#define itkScatterMatrixImageFunction_h
44template <
typename TInputImage,
typename TCoordinate =
float>
47 vnl_matrix<typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType>,
57 vnl_matrix<typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType>,
85 static constexpr unsigned int ImageDimension = InputImageType::ImageDimension;
88 using RealType = vnl_matrix<typename NumericTraits<typename InputImageType::PixelType::ValueType>::RealType>;
116 itkSetMacro(NeighborhoodRadius,
unsigned int);
117 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
130#ifndef ITK_MANUAL_INSTANTIATION
131# include "itkScatterMatrixImageFunction.hxx"
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
vnl_matrix< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType > OutputType
typename InputImageType::IndexType IndexType
Point< TCoordinate, Self::ImageDimension > PointType
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
Control indentation during Print() invocation.
ScatterMatrixImageFunction()
vnl_matrix< typename NumericTraits< typename InputImageType::PixelType::ValueType >::RealType > RealType
RealType EvaluateAtIndex(const IndexType &index) const override
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
SmartPointer< const Self > ConstPointer
unsigned int m_NeighborhoodRadius
SmartPointer< Self > Pointer
static constexpr unsigned int ImageDimension
Point< TCoordinate, Self::ImageDimension > PointType
typename InputImageType::IndexType IndexType
ImageFunction< TInputImage, vnl_matrix< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType >, TCoordinate > Superclass
~ScatterMatrixImageFunction() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage InputImageType
RealType EvaluateAtContinuousIndex(const ContinuousIndexType &cindex) const override
ScatterMatrixImageFunction Self
RealType Evaluate(const PointType &point) const override
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....