Blender  V3.3
Namespaces | Macros
ScenePrettyPrinter.cpp File Reference

Class to display textual information about a scene graph. More...

#include <iomanip>
#include "IndexedFaceSet.h"
#include "ScenePrettyPrinter.h"

Go to the source code of this file.

Namespaces

 Freestyle
 inherits from class Rep
 

Macros

#define VISIT(CLASS)
 

Detailed Description

Class to display textual information about a scene graph.

Definition in file ScenePrettyPrinter.cpp.

Macro Definition Documentation

◆ VISIT

#define VISIT (   CLASS)
Value:
void ScenePrettyPrinter::visit##CLASS(CLASS &) \
{ \
_ofs << _space << #CLASS << endl; \
}

Definition at line 15 of file ScenePrettyPrinter.cpp.