Blender
V5.0
source
blender
depsgraph
intern
builder
pipeline_view_layer.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2020 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
#include "
pipeline.h
"
12
13
namespace
blender::deg
{
14
15
class
ViewLayerBuilderPipeline
:
public
AbstractBuilderPipeline
{
16
public
:
17
ViewLayerBuilderPipeline
(
::Depsgraph
*graph);
18
19
protected
:
20
void
build_nodes
(
DepsgraphNodeBuilder
&node_builder)
override
;
21
void
build_relations
(
DepsgraphRelationBuilder
&relation_builder)
override
;
22
};
23
24
}
// namespace blender::deg
blender::deg::AbstractBuilderPipeline::AbstractBuilderPipeline
AbstractBuilderPipeline(::Depsgraph *graph)
Definition
source/blender/depsgraph/intern/builder/pipeline.cc:21
blender::deg::DepsgraphNodeBuilder
Definition
deg_builder_nodes.h:68
blender::deg::DepsgraphRelationBuilder
Definition
deg_builder_relations.h:81
blender::deg::ViewLayerBuilderPipeline::ViewLayerBuilderPipeline
ViewLayerBuilderPipeline(::Depsgraph *graph)
Definition
pipeline_view_layer.cc:12
blender::deg::ViewLayerBuilderPipeline::build_nodes
void build_nodes(DepsgraphNodeBuilder &node_builder) override
Definition
pipeline_view_layer.cc:17
blender::deg::ViewLayerBuilderPipeline::build_relations
void build_relations(DepsgraphRelationBuilder &relation_builder) override
Definition
pipeline_view_layer.cc:22
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
pipeline.h
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1