DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
DGtal::Shortcuts< TKSpace >::CellWriter Struct Reference

#include <DGtal/helpers/Shortcuts.h>

Public Member Functions

void operator() (std::ostream &output, const KSpace &K, const Cell &cell)
 

Detailed Description

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

Definition at line 3015 of file Shortcuts.h.

Member Function Documentation

◆ operator()()

template<typename TKSpace >
void DGtal::Shortcuts< TKSpace >::CellWriter::operator() ( std::ostream &  output,
const KSpace K,
const Cell cell 
)
inline

Definition at line 3016 of file Shortcuts.h.

3017 {
3018 for ( Dimension d = 0; d < KSpace::dimension; ++d )
3019 output << " " << K.sKCoord( cell, d );
3020 }
static const constexpr Dimension dimension
DGtal::uint32_t Dimension
Definition: Common.h:137
KSpace K

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

Referenced by DGtal::Shortcuts< TKSpace >::SCellWriter::operator()().


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