16 class AllObjectsNodeBuilder :
public DepsgraphNodeBuilder {
19 : DepsgraphNodeBuilder(bmain,
graph, cache)
23 bool need_pull_base_into_graph(
const Base * )
override
29 class AllObjectsRelationBuilder :
public DepsgraphRelationBuilder {
32 : DepsgraphRelationBuilder(bmain,
graph, cache)
36 bool need_pull_base_into_graph(
const 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)