DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::Shortcuts< TKSpace >::SCellWriter Struct Reference

#include <DGtal/helpers/Shortcuts.h>

Public Member Functions

void operator() (std::ostream &output, const KSpace &K, const SCell &scell)

Detailed Description

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

Definition at line 3374 of file Shortcuts.h.

Member Function Documentation

◆ operator()()

template<typename TKSpace>
void DGtal::Shortcuts< TKSpace >::SCellWriter::operator() ( std::ostream & output,
const KSpace & K,
const SCell & scell )
inline

Definition at line 3375 of file Shortcuts.h.

3376 {
3377 CellWriter::operator()( output, K, K.unsigns( scell ) );
3378 output << " " << K.sSign( scell );
3379 }
Aim: This class is used to simplify shape and surface creation. With it, you can create new shapes an...
Definition Shortcuts.h:102
void operator()(std::ostream &output, const KSpace &K, const Cell &cell)
Definition Shortcuts.h:3359

References K, and DGtal::Shortcuts< TKSpace >::CellWriter::operator()().


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