|
Blender V4.3
|
#include <pipeline_all_objects.h>
Inherits blender::deg::ViewLayerBuilderPipeline.
Public Member Functions | |
| AllObjectsBuilderPipeline (::Depsgraph *graph) | |
Public Member Functions inherited from blender::deg::ViewLayerBuilderPipeline | |
| ViewLayerBuilderPipeline (::Depsgraph *graph) | |
Public Member Functions inherited from blender::deg::AbstractBuilderPipeline | |
| AbstractBuilderPipeline (::Depsgraph *graph) | |
| virtual | ~AbstractBuilderPipeline ()=default |
| void | build () |
Protected Member Functions | |
| virtual unique_ptr< DepsgraphNodeBuilder > | construct_node_builder () override |
| virtual unique_ptr< DepsgraphRelationBuilder > | construct_relation_builder () override |
Protected Member Functions inherited from blender::deg::ViewLayerBuilderPipeline | |
| virtual void | build_nodes (DepsgraphNodeBuilder &node_builder) override |
| virtual void | build_relations (DepsgraphRelationBuilder &relation_builder) override |
Protected Member Functions inherited from blender::deg::AbstractBuilderPipeline | |
| virtual void | build_step_sanity_check () |
| void | build_step_nodes () |
| void | build_step_relations () |
| void | build_step_finalize () |
Additional Inherited Members | |
Protected Attributes inherited from blender::deg::AbstractBuilderPipeline | |
| Depsgraph * | deg_graph_ |
| Main * | bmain_ |
| Scene * | scene_ |
| ViewLayer * | view_layer_ |
| DepsgraphBuilderCache | builder_cache_ |
Definition at line 18 of file pipeline_all_objects.h.
| blender::deg::AllObjectsBuilderPipeline::AllObjectsBuilderPipeline | ( | ::Depsgraph * | graph | ) |
Definition at line 45 of file pipeline_all_objects.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::deg::AbstractBuilderPipeline.
Definition at line 50 of file pipeline_all_objects.cc.
References blender::deg::AbstractBuilderPipeline::bmain_, blender::deg::AbstractBuilderPipeline::builder_cache_, and blender::deg::AbstractBuilderPipeline::deg_graph_.
|
overrideprotectedvirtual |
Reimplemented from blender::deg::AbstractBuilderPipeline.
Definition at line 55 of file pipeline_all_objects.cc.
References blender::deg::AbstractBuilderPipeline::bmain_, blender::deg::AbstractBuilderPipeline::builder_cache_, and blender::deg::AbstractBuilderPipeline::deg_graph_.