#include <capd/repSet/ElementaryCube.h>
| ElementaryCube::ElementaryCube |
( |
| ) |
|
|
inline |
| ElementaryCube::ElementaryCube |
( |
const char * |
c | ) |
|
|
inline |
| ElementaryCube::~ElementaryCube |
( |
| ) |
|
|
inline |
| int ElementaryCube::coordinateCode |
( |
int |
i | ) |
const |
|
inline |
| int ElementaryCube::embeddingDimension |
( |
| ) |
const |
|
inline |
| int ElementaryCube::leftCoordinate |
( |
int |
i | ) |
const |
|
inline |
| bool ElementaryCube::nonDegenerate |
( |
int |
i | ) |
const |
|
inline |
| int ElementaryCube::rightCoordinate |
( |
int |
i | ) |
const |
|
inline |
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const ElementaryCube & |
A_cu |
|
) |
| |
|
friend |
| std::istream& operator>> |
( |
std::istream & |
inp, |
|
|
ElementaryCube & |
A_cu |
|
) |
| |
|
friend |