#include <FillRectilinear.hpp>
|
virtual float | _layer_angle (size_t idx) const |
| Implementations can override the following virtual method: More...
|
|
virtual void | _fill_surface_single (unsigned int thickness_layers, const std::pair< float, Point > &direction, ExPolygon &expolygon, Polylines *polylines_out) |
|
virtual void | _fill_surface_single (unsigned int thickness_layers, const direction_t &direction, ExPolygon &expolygon, Polylines *polylines_out) |
| The expolygon may be modified by the method to avoid a copy. More...
|
|
void | _fill_single_direction (ExPolygon expolygon, const direction_t &direction, coord_t x_shift, Polylines *out) |
|
| Fill () |
|
direction_t | _infill_direction (const Surface &surface) const |
|
◆ ~FillCubic()
virtual Slic3r::FillCubic::~FillCubic |
( |
| ) |
|
|
inlinevirtual |
◆ _fill_surface_single()
void Slic3r::FillCubic::_fill_surface_single |
( |
unsigned int |
thickness_layers, |
|
|
const std::pair< float, Point > & |
direction, |
|
|
ExPolygon & |
expolygon, |
|
|
Polylines * |
polylines_out |
|
) |
| |
|
protectedvirtual |
◆ _layer_angle()
virtual float Slic3r::FillCubic::_layer_angle |
( |
size_t |
idx | ) |
const |
|
inlineprotectedvirtual |
Implementations can override the following virtual method:
Reimplemented from Slic3r::Fill.
◆ can_solid()
virtual bool Slic3r::FillCubic::can_solid |
( |
| ) |
const |
|
inlinevirtual |
◆ clone()
virtual Fill* Slic3r::FillCubic::clone |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: