DGtal 2.0.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 }
Aim: This class is used to simplify shape and surface creation. With it, you can create new shapes an...
Definition Shortcuts.h:102

References DGtal::KhalimskySpaceND< 3, Integer >::dimension, and K.


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