Blender V4.3
ScenePrettyPrinter.cpp File Reference

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

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

Go to the source code of this file.

Namespaces

namespace  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 19 of file ScenePrettyPrinter.cpp.