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

#include <src/libslic3r/Slicing.hpp>

Public Member Functions

 HeightProfileSmoothingParams ()
 
 HeightProfileSmoothingParams (unsigned int radius, bool keep_min)
 

Public Attributes

unsigned int radius
 
bool keep_min
 

Detailed Description

Constructor & Destructor Documentation

◆ HeightProfileSmoothingParams() [1/2]

Slic3r::HeightProfileSmoothingParams::HeightProfileSmoothingParams ( )
inline
145: radius(5), keep_min(false) {}
unsigned int radius
Definition Slicing.hpp:142
bool keep_min
Definition Slicing.hpp:143

◆ HeightProfileSmoothingParams() [2/2]

Slic3r::HeightProfileSmoothingParams::HeightProfileSmoothingParams ( unsigned int  radius,
bool  keep_min 
)
inline

Member Data Documentation

◆ keep_min

bool Slic3r::HeightProfileSmoothingParams::keep_min

◆ radius

unsigned int Slic3r::HeightProfileSmoothingParams::radius

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