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

Public Member Functions

bool operator== (const EdgeToFace &other) const
 
bool operator< (const EdgeToFace &other) const
 

Public Attributes

int vertex_low
 
int vertex_high
 
int face
 
int face_edge
 

Detailed Description

Member Function Documentation

◆ operator<()

bool Slic3r::EdgeToFace::operator< ( const EdgeToFace other) const
inline
532{ return vertex_low < other.vertex_low || (vertex_low == other.vertex_low && vertex_high < other.vertex_high); }
int vertex_high
Definition TriangleMesh.cpp:526
int vertex_low
Definition TriangleMesh.cpp:524

References vertex_high, and vertex_low.

◆ operator==()

bool Slic3r::EdgeToFace::operator== ( const EdgeToFace other) const
inline
531{ return vertex_low == other.vertex_low && vertex_high == other.vertex_high; }

References vertex_high, and vertex_low.

Member Data Documentation

◆ face

int Slic3r::EdgeToFace::face

◆ face_edge

int Slic3r::EdgeToFace::face_edge

◆ vertex_high

int Slic3r::EdgeToFace::vertex_high

◆ vertex_low

int Slic3r::EdgeToFace::vertex_low

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