Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::LayerRanges::LayerRange Struct Reference
+ Collaboration diagram for Slic3r::LayerRanges::LayerRange:

Public Member Functions

bool operator< (const LayerRange &rhs) const throw ()
 

Public Attributes

t_layer_height_range layer_height_range
 
const DynamicPrintConfigconfig { nullptr }
 

Detailed Description

Member Function Documentation

◆ operator<()

bool Slic3r::LayerRanges::LayerRange::operator< ( const LayerRange rhs) const
throw (
)
inline
262{ return this->layer_height_range < rhs.layer_height_range; }
t_layer_height_range layer_height_range
Definition PrintApply.cpp:258

Member Data Documentation

◆ config

const DynamicPrintConfig* Slic3r::LayerRanges::LayerRange::config { nullptr }

◆ layer_height_range

t_layer_height_range Slic3r::LayerRanges::LayerRange::layer_height_range

The documentation for this struct was generated from the following file: