ITK  5.1.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::ContourExtractor2DImageFilter< TInputImage >::VertexHash Struct Reference

Public Types

using CoordinateType = typename VertexType::CoordRepType
 

Public Member Functions

SizeValueType float_hash (const CoordinateType &k) const
 
SizeValueType operator() (const VertexType &k) const
 

Detailed Description

template<typename TInputImage>
struct itk::ContourExtractor2DImageFilter< TInputImage >::VertexHash

Definition at line 241 of file itkContourExtractor2DImageFilter.h.

Member Typedef Documentation

◆ CoordinateType

template<typename TInputImage >
using itk::ContourExtractor2DImageFilter< TInputImage >::VertexHash::CoordinateType = typename VertexType::CoordRepType

Definition at line 243 of file itkContourExtractor2DImageFilter.h.

Member Function Documentation

◆ float_hash()

template<typename TInputImage >
SizeValueType itk::ContourExtractor2DImageFilter< TInputImage >::VertexHash::float_hash ( const CoordinateType k) const
inline

Definition at line 261 of file itkContourExtractor2DImageFilter.h.

◆ operator()()

template<typename TInputImage >
SizeValueType itk::ContourExtractor2DImageFilter< TInputImage >::VertexHash::operator() ( const VertexType k) const
inline

Definition at line 245 of file itkContourExtractor2DImageFilter.h.


The documentation for this struct was generated from the following file: