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

Public Member Functions

bool operator< (const Cell &c2) const
 

Public Attributes

V2i idx
 
float volume
 
float area
 
float fraction_covered
 
float excess_height
 

Detailed Description

Member Function Documentation

◆ operator<()

bool Slic3r::Cell::operator< ( const Cell c2) const
inline
628 {
629 return this->excess_height < c2.excess_height;
630 }
float excess_height
Definition ExtrusionSimulator.cpp:626

References excess_height.

Member Data Documentation

◆ area

float Slic3r::Cell::area

◆ excess_height

float Slic3r::Cell::excess_height

◆ fraction_covered

float Slic3r::Cell::fraction_covered

◆ idx

V2i Slic3r::Cell::idx

◆ volume

float Slic3r::Cell::volume

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