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

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

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

Public Member Functions

Point first (const std::pair< Point, Point > &aPair) const
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 >::IndirectPairExtractor

Definition at line 169 of file ArithmeticalDSSComputerOnSurfels.h.

Member Function Documentation

◆ first()

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

Reimplemented from DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::DirectPairExtractor.

Definition at line 171 of file ArithmeticalDSSComputerOnSurfels.h.

171{ return aPair.second; }
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>
Point DGtal::ArithmeticalDSSComputerOnSurfels< TKSpace, TIterator, TInteger >::IndirectPairExtractor::second ( const std::pair< Point, Point > & aPair) const
inlinevirtual

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