File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
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 3114 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 3115 of file Shortcuts.h.

3116 {
3117 CellWriter::operator()( output, K, K.unsigns( scell ) );
3118 output << " " << K.sSign( scell );
3119 }
Aim: This class is used to simplify shape and surface creation. With it, you can create new shapes an...
Definition Shortcuts.h:106
void operator()(std::ostream &output, const KSpace &K, const Cell &cell)
Definition Shortcuts.h:3099

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


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