|
Blender V4.3
|
Class to visit (without doing anything) a scene graph structure. More...
#include "../system/FreestyleConfig.h"Go to the source code of this file.
Classes | |
| class | Freestyle::SceneVisitor |
Namespaces | |
| namespace | Freestyle |
| inherits from class Rep | |
Macros | |
| #define | VISIT_COMPLETE_DEF(type) |
| #define | VISIT_DECL(type) virtual void visit##type(type &) |
| #define | VISIT_COMPLETE_DECL(type) |
Class to visit (without doing anything) a scene graph structure.
Definition in file SceneVisitor.h.
| #define VISIT_COMPLETE_DECL | ( | type | ) |
Definition at line 27 of file SceneVisitor.h.
| #define VISIT_COMPLETE_DEF | ( | type | ) |
Definition at line 20 of file SceneVisitor.h.
| #define VISIT_DECL | ( | type | ) | virtual void visit##type(type &) |
Definition at line 25 of file SceneVisitor.h.