| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/config.h>#include <cassert>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
Classes | |
| class | VRS::VisitorBase |
| class | VRS::Visitor< T > |
| class | VRS::Visitable |
Defines | |
| #define | VRS_VISITABLE_IMPL(FATHER) |
| #define | VRS_IS_STRICT_VISITOR virtual bool isStrict() const { return true; } |
| #define | VRS_VISITABLE_BASE VRS_VISITABLE_IMPL(VRS::Visitable) |
| #define | VRS_VISITABLE VRS_VISITABLE_IMPL(VRS_BaseClass) |
| #define VRS_IS_STRICT_VISITOR virtual bool isStrict() const { return true; } |
| #define VRS_VISITABLE VRS_VISITABLE_IMPL(VRS_BaseClass) |
| #define VRS_VISITABLE_BASE VRS_VISITABLE_IMPL(VRS::Visitable) |
| #define VRS_VISITABLE_IMPL | ( | FATHER | ) |