Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp
- This file was moved from source/blender/freestyle/intern/scene_graph/NodeSceneLayer.cpp.
| Show All 12 Lines | |||||
| * | * | ||||
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | ||||
| * along with this program; if not, write to the Free Software Foundation, | * along with this program; if not, write to the Free Software Foundation, | ||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| * | * | ||||
| * ***** END GPL LICENSE BLOCK ***** | * ***** END GPL LICENSE BLOCK ***** | ||||
| */ | */ | ||||
| /** \file blender/freestyle/intern/scene_graph/NodeSceneLayer.cpp | /** \file blender/freestyle/intern/scene_graph/NodeViewLayer.cpp | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| * \brief Class to represent a scene render layer in Blender. | * \brief Class to represent a scene render layer in Blender. | ||||
| */ | */ | ||||
| #include "NodeSceneLayer.h" | #include "NodeViewLayer.h" | ||||
| namespace Freestyle { | namespace Freestyle { | ||||
| void NodeSceneLayer::accept(SceneVisitor& v) | void NodeViewLayer::accept(SceneVisitor& v) | ||||
| { | { | ||||
| v.visitNodeSceneLayer(*this); | v.visitNodeViewLayer(*this); | ||||
| } | } | ||||
| } /* namespace Freestyle */ | } /* namespace Freestyle */ | ||||