Blender
V4.5
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
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
Definition
source/blender/depsgraph/intern/builder/pipeline.h:32
blender::deg::DepsgraphNodeBuilder
Definition
deg_builder_nodes.h:68
blender::deg::DepsgraphRelationBuilder
Definition
deg_builder_relations.h:81
blender::deg::ViewLayerBuilderPipeline
Definition
pipeline_view_layer.h:15
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
graph
Depsgraph * graph
Definition
deg_builder_cycle.cc:51
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
pipeline.h
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0