#include <src/libslic3r/Model.hpp>
◆ CutConnectorAttributes() [1/3]
| Slic3r::CutConnectorAttributes::CutConnectorAttributes |
( |
| ) |
|
|
inline |
◆ CutConnectorAttributes() [2/3]
256 {}
CutConnectorType type
Definition Model.hpp:248
CutConnectorStyle style
Definition Model.hpp:249
CutConnectorShape shape
Definition Model.hpp:250
◆ CutConnectorAttributes() [3/3]
258 :
CutConnectorAttributes()
Definition Model.hpp:252
◆ operator!=()
263{ return !(other == (*this)); }
◆ operator<()
265 {
266 return this->
type < other.type ||
267 (this->
type == other.type && this->
style < other.style) ||
268 (this->
type == other.type && this->style == other.style && this->shape < other.shape);
269 }
References shape, style, and type.
◆ operator==()
◆ serialize()
template<class Archive >
| void Slic3r::CutConnectorAttributes::serialize |
( |
Archive & |
ar | ) |
|
|
inline |
◆ shape
◆ style
◆ type
The documentation for this struct was generated from the following file: