DGtal 2.1.0
Loading...
Searching...
No Matches
DGtal::Shortcuts< TKSpace >::SCellReader Struct Reference

#include <DGtal/helpers/Shortcuts.h>

Public Member Functions

SCell operator() (std::istream &input, const KSpace &K)
 

Detailed Description

template<typename TKSpace>
struct DGtal::Shortcuts< TKSpace >::SCellReader

Definition at line 3381 of file Shortcuts.h.

Member Function Documentation

◆ operator()()

template<typename TKSpace >
SCell DGtal::Shortcuts< TKSpace >::SCellReader::operator() ( std::istream &  input,
const KSpace K 
)
inline

Definition at line 3382 of file Shortcuts.h.

3383 {
3384 Point kp;
3385 typename KSpace::Sign s;
3386 for ( Dimension d = 0; d < KSpace::dimension; ++d )
3387 input >> kp[ d ];
3388 input >> s;
3389 return K.sCell( kp, s );
3390 }
static const constexpr Dimension dimension
DGtal::uint32_t Dimension
Definition Common.h:119
KSpace K

References DGtal::KhalimskySpaceND< dim, TInteger >::dimension, and K.


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