Blender  V3.3
Public Member Functions | Protected Member Functions | List of all members
blender::deg::AllObjectsBuilderPipeline Class Reference

#include <pipeline_all_objects.h>

Inheritance diagram for blender::deg::AllObjectsBuilderPipeline:
blender::deg::ViewLayerBuilderPipeline blender::deg::AbstractBuilderPipeline

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< DepsgraphNodeBuilderconstruct_node_builder () override
 
virtual unique_ptr< DepsgraphRelationBuilderconstruct_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
Depsgraphdeg_graph_
 
Mainbmain_
 
Scenescene_
 
ViewLayerview_layer_
 
DepsgraphBuilderCache builder_cache_
 

Detailed Description

Definition at line 17 of file pipeline_all_objects.h.

Constructor & Destructor Documentation

◆ AllObjectsBuilderPipeline()

blender::deg::AllObjectsBuilderPipeline::AllObjectsBuilderPipeline ( ::Depsgraph graph)

Definition at line 44 of file pipeline_all_objects.cc.

Member Function Documentation

◆ construct_node_builder()

unique_ptr< DepsgraphNodeBuilder > blender::deg::AllObjectsBuilderPipeline::construct_node_builder ( )
overrideprotectedvirtual

◆ construct_relation_builder()

unique_ptr< DepsgraphRelationBuilder > blender::deg::AllObjectsBuilderPipeline::construct_relation_builder ( )
overrideprotectedvirtual

The documentation for this class was generated from the following files: