DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor Struct Reference

#include <DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h>

Inheritance diagram for DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor:
[legend]

Public Member Functions

virtual Point first (const std::pair< Point, Point > &aPair) const
virtual Point second (const std::pair< Point, Point > &aPair) const

Detailed Description

template<typename TKSpace, typename TIterator, typename TInteger = typename TKSpace::Space::Integer>
struct DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor

Helpers used to extract relevant points from a pair of points

Definition at line 163 of file ArithmeticalDSSComputerOnSurfels.h.

Member Function Documentation

◆ first()

template<typename TKSpace, typename TIterator, typename TInteger = typename TKSpace::Space::Integer>
virtual Point DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor::first ( const std::pair< Point, Point > & aPair) const
inlinevirtual

Reimplemented in DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::IndirectPairExtractor.

Definition at line 165 of file ArithmeticalDSSComputerOnSurfels.h.

165{ return aPair.first; }
Aim: This class is a wrapper around ArithmeticalDSS that is devoted to the dynamic recognition of dig...

◆ second()

template<typename TKSpace, typename TIterator, typename TInteger = typename TKSpace::Space::Integer>
virtual Point DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor::second ( const std::pair< Point, Point > & aPair) const
inlinevirtual

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