17class AllObjectsNodeBuilder :
public DepsgraphNodeBuilder {
19 AllObjectsNodeBuilder(
Main *bmain, Depsgraph *graph, DepsgraphBuilderCache *cache)
20 : DepsgraphNodeBuilder(bmain, graph, cache)
24 bool need_pull_base_into_graph(
const Base * )
override
30class AllObjectsRelationBuilder :
public DepsgraphRelationBuilder {
32 AllObjectsRelationBuilder(
Main *bmain, Depsgraph *graph, DepsgraphBuilderCache *cache)
33 : DepsgraphRelationBuilder(bmain, graph, cache)
37 bool need_pull_base_into_graph(
const Base * )
override
DepsgraphBuilderCache builder_cache_
virtual unique_ptr< DepsgraphNodeBuilder > construct_node_builder() override
virtual unique_ptr< DepsgraphRelationBuilder > construct_relation_builder() override
AllObjectsBuilderPipeline(::Depsgraph *graph)