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

Detailed Description

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

Definition at line 235 of file itkContourExtractor2DImageFilter.h.

Public Types

using CoordinateType = typename VertexType::CoordRepType
 

Public Member Functions

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

Member Typedef Documentation

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

Definition at line 236 of file itkContourExtractor2DImageFilter.h.

Member Function Documentation

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

Definition at line 252 of file itkContourExtractor2DImageFilter.h.

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

Definition at line 237 of file itkContourExtractor2DImageFilter.h.


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