Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::FloatOrPercent Struct Reference

#include <src/libslic3r/Config.hpp>

Public Attributes

double value
 
bool percent
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar)
 

Friends

class cereal::access
 

Detailed Description

Member Function Documentation

◆ serialize()

template<class Archive >
void Slic3r::FloatOrPercent::serialize ( Archive &  ar)
inlineprivate
39{ ar(this->value); ar(this->percent); }
bool percent
Definition Config.hpp:35
double value
Definition Config.hpp:34

Friends And Related Symbol Documentation

◆ cereal::access

friend class cereal::access
friend

Member Data Documentation

◆ percent

bool Slic3r::FloatOrPercent::percent

◆ value

double Slic3r::FloatOrPercent::value

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