DGtal  1.2.0
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 2966 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 2967 of file Shortcuts.h.

2968  {
2969  for ( Dimension d = 0; d < KSpace::dimension; ++d )
2970  output << " " << K.sKCoord( cell, d );
2971  }
DGtal::uint32_t Dimension
Definition: Common.h:137
KSpace K

References K.

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


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