| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sharedobj.h>#include <utility>#include <list>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
Classes | |
| class | VRS::SimpleRange |
| a class to handle ranges with included or excluded bounds ([a, b], [a, b[, etc. More... | |
| struct | VRS::SimpleRange::Bound |
| class | VRS::MultiRange |
| class | VRS::CircularRange |
| the CircularRange behaves like a MultiRange except for the limitation to the range given by lower and upper. More... | |
Functions | |
| std::ostream & | VRS::operator<< (std::ostream &s, const SimpleRange &r) |
| std::ostream & | VRS::operator<< (std::ostream &s, const MultiRange &r) |
| std::ostream & | VRS::operator<< (std::ostream &s, const CircularRange &r) |