![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Fill/Lightning/Layer.hpp>
Collaboration diagram for Slic3r::FillLightning::GroundingLocation:Public Member Functions | |
| Point | p () const |
Public Attributes | |
| NodeSPtr | tree_node |
| not null if the gounding location is on a tree | |
| std::optional< Point > | boundary_location |
| in case the gounding location is on the boundary | |
| Point Slic3r::FillLightning::GroundingLocation::p | ( | ) | const |
References boundary_location, and tree_node.
Referenced by Slic3r::FillLightning::Layer::attach(), Slic3r::FillLightning::Layer::generateNewTrees(), and Slic3r::FillLightning::Layer::reconnectRoots().
Here is the caller graph for this function:| std::optional<Point> Slic3r::FillLightning::GroundingLocation::boundary_location |
in case the gounding location is on the boundary
Referenced by Slic3r::FillLightning::Layer::attach(), p(), and Slic3r::FillLightning::Layer::reconnectRoots().
| NodeSPtr Slic3r::FillLightning::GroundingLocation::tree_node |
not null if the gounding location is on a tree
Referenced by Slic3r::FillLightning::Layer::attach(), p(), and Slic3r::FillLightning::Layer::reconnectRoots().