![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/BranchingTree/BranchingTree.hpp>
Inheritance diagram for Slic3r::branchingtree::Builder:Public Member Functions | |
| virtual | ~Builder ()=default |
| virtual bool | add_bridge (const Node &from, const Node &to)=0 |
| virtual bool | add_merger (const Node &node, const Node &closest, const Node &merge_node)=0 |
| virtual bool | add_ground_bridge (const Node &from, const Node &to)=0 |
| virtual bool | add_mesh_bridge (const Node &from, const Node &to)=0 |
| virtual std::optional< Vec3f > | suggest_avoidance (const Node &from, float max_bridge_len) const |
| virtual void | report_unroutable (const Node &j)=0 |
| virtual bool | is_valid () const |
|
virtualdefault |
|
pure virtual |
Implemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:Implemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in Slic3r::sla::BranchingTreeBuilder.
Referenced by Slic3r::branchingtree::build_tree().
Here is the caller graph for this function: