#include <capd/repSet/ElementaryCell.h>
| ElementaryCell::ElementaryCell |
( |
| ) |
|
|
inline |
| ElementaryCell::ElementaryCell |
( |
const char * |
c | ) |
|
|
inline |
template<typename P_set >
| ElementaryCell::ElementaryCell |
( |
const P_set & |
A_set, |
|
|
const CubFaceIndex & |
A_index |
|
) |
| |
|
inline |
template<typename P_iterator >
| ElementaryCell::ElementaryCell |
( |
const P_iterator & |
A_iterator | ) |
|
|
inline |
| ElementaryCell::~ElementaryCell |
( |
| ) |
|
|
inline |
| const int* ElementaryCell::coords |
( |
| ) |
const |
|
inline |
| int ElementaryCell::embDim |
( |
| ) |
const |
|
inline |
| int ElementaryCell::embeddingDimension |
( |
| ) |
const |
|
inline |
| int ElementaryCell::leftCoordinate |
( |
int |
i | ) |
const |
|
inline |
| bool ElementaryCell::nonDegenerate |
( |
int |
i | ) |
const |
|
inline |
| int ElementaryCell::ownDim |
( |
| ) |
const |
|
inline |
| int ElementaryCell::rightCoordinate |
( |
int |
i | ) |
const |
|
inline |
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const ElementaryCell & |
A_cu |
|
) |
| |
|
friend |
| std::istream& operator>> |
( |
std::istream & |
inp, |
|
|
ElementaryCell & |
A_cu |
|
) |
| |
|
friend |