32 class AllObjectsNodeBuilder :
public DepsgraphNodeBuilder {
35 : DepsgraphNodeBuilder(bmain,
graph, cache)
39 bool need_pull_base_into_graph(
Base * )
override
45 class AllObjectsRelationBuilder :
public DepsgraphRelationBuilder {
48 : DepsgraphRelationBuilder(bmain,
graph, cache)
52 bool need_pull_base_into_graph(
Base * )
override
struct Depsgraph Depsgraph
DepsgraphBuilderCache builder_cache_
virtual unique_ptr< DepsgraphNodeBuilder > construct_node_builder() override
virtual unique_ptr< DepsgraphRelationBuilder > construct_relation_builder() override
AllObjectsBuilderPipeline(::Depsgraph *graph)