#include <src/libslic3r/BranchingTree/BranchingTree.hpp>
◆ bed_shape() [1/2]
ExPolygons m_bed_shape
Definition BranchingTree.hpp:20
References m_bed_shape.
◆ bed_shape() [2/2]
◆ ground_level() [1/2]
| double Slic3r::branchingtree::Properties::ground_level |
( |
| ) |
const |
|
inlinenoexcept |
double m_ground_level
Definition BranchingTree.hpp:16
References m_ground_level.
◆ ground_level() [2/2]
| Properties & Slic3r::branchingtree::Properties::ground_level |
( |
double |
val | ) |
|
|
inlinenoexcept |
◆ max_branch_length() [1/2]
| double Slic3r::branchingtree::Properties::max_branch_length |
( |
| ) |
const |
|
inlinenoexcept |
double m_max_branch_len
Definition BranchingTree.hpp:18
References m_max_branch_len.
◆ max_branch_length() [2/2]
| Properties & Slic3r::branchingtree::Properties::max_branch_length |
( |
double |
val | ) |
|
|
inlinenoexcept |
◆ max_slope() [1/2]
| double Slic3r::branchingtree::Properties::max_slope |
( |
| ) |
const |
|
inlinenoexcept |
double m_max_slope
Definition BranchingTree.hpp:15
References m_max_slope.
◆ max_slope() [2/2]
| Properties & Slic3r::branchingtree::Properties::max_slope |
( |
double |
val | ) |
|
|
inlinenoexcept |
◆ sampling_radius() [1/2]
| double Slic3r::branchingtree::Properties::sampling_radius |
( |
| ) |
const |
|
inlinenoexcept |
double m_sampling_radius
Definition BranchingTree.hpp:17
References m_sampling_radius.
◆ sampling_radius() [2/2]
| Properties & Slic3r::branchingtree::Properties::sampling_radius |
( |
double |
val | ) |
|
|
inlinenoexcept |
◆ m_bed_shape
| ExPolygons Slic3r::branchingtree::Properties::m_bed_shape |
|
private |
◆ m_ground_level
| double Slic3r::branchingtree::Properties::m_ground_level = 0. |
|
private |
◆ m_max_branch_len
| double Slic3r::branchingtree::Properties::m_max_branch_len = 10. |
|
private |
◆ m_max_slope
| double Slic3r::branchingtree::Properties::m_max_slope = PI / 4. |
|
private |
◆ m_sampling_radius
| double Slic3r::branchingtree::Properties::m_sampling_radius = .5 |
|
private |
The documentation for this class was generated from the following file: