The ChainCon Software (Release 0.03)
Classes | Functions
simplset.h File Reference

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...
 

Detailed Description

A simplicial set.

Definition in file simplset.h.

Function Documentation

◆ operator<<()

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.

Definition at line 344 of file simplset.h.

References tSimplSet< CellT >::size().

◆ operator>>()

template<class CellT >
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().