Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::Filament Class Reference

#include <src/libslic3r/Preset.hpp>

+ Collaboration diagram for Slic3r::Filament:

Public Member Functions

 Filament (const Preset *preset)
 
bool operator< (const Filament &other) const
 

Public Attributes

const Presetpreset
 
bool is_compatible { true }
 

Detailed Description

Constructor & Destructor Documentation

◆ Filament()

Slic3r::Filament::Filament ( const Preset preset)
inline
840: preset(preset) {}
const Preset * preset
Definition Preset.hpp:844

Member Function Documentation

◆ operator<()

bool Slic3r::Filament::operator< ( const Filament other) const
inline
842{ return this->preset->name < other.preset->name; }
std::string name
Definition Preset.hpp:147

References Slic3r::Preset::name, and preset.

Member Data Documentation

◆ is_compatible

◆ preset


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