|
The ChainCon Software (Release 0.03)
|
A simplicial set. More...
#include <istream>#include <ostream>#include <algorithm>#include <vector>#include "chomp/system/config.h"Go to the source code of this file.
Classes | |
| class | tSimplSet< CellT > |
| A simplicial set. More... | |
Functions | |
| template<class CellT > | |
| std::ostream & | operator<< (std::ostream &out, const tSimplSet< CellT > &s) |
| Writes a simplicial set to an output stream using operator << for cells. More... | |
| template<class CellT > | |
| std::istream & | operator>> (std::istream &in, tSimplSet< CellT > &s) |
| Reads a simplicial set from an input stream using oeprator >> for cells. More... | |
A simplicial set.
Definition in file simplset.h.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const tSimplSet< CellT > & | s | ||
| ) |
Writes a simplicial set to an output stream using operator << for cells.
Definition at line 344 of file simplset.h.
References tSimplSet< CellT >::size().
| std::istream& operator>> | ( | std::istream & | in, |
| tSimplSet< CellT > & | s | ||
| ) |
Reads a simplicial set from an input stream using oeprator >> for cells.
Definition at line 356 of file simplset.h.
References tSimplSet< CellT >::add(), and tSimplSet< CellT >::dim().
1.8.13