Blender  V3.3
NodeViewLayer.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
8 #include "NodeViewLayer.h"
9 
10 namespace Freestyle {
11 
13 {
14  v.visitNodeViewLayer(*this);
15 }
16 
17 } /* namespace Freestyle */
Class to represent a view layer in Blender.
ATTR_WARN_UNUSED_RESULT const BMVert * v
virtual void accept(SceneVisitor &v)
inherits from class Rep
Definition: AppCanvas.cpp:18