Prusa Slicer
2.6.0
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
comparer Class Reference
Public Member Functions
IGL_INLINE
bool
operator()
(
const
std::pair< int, double > &lhs,
const
std::pair< int, double > &rhs)
const
Detailed Description
Member Function Documentation
◆
operator()()
IGL_INLINE
bool comparer::operator()
(
const
std::pair< int, double > &
lhs
,
const
std::pair< int, double > &
rhs
)
const
inline
299
{
300
return
lhs.second>rhs.second;
301
}
The documentation for this class was generated from the following file:
src/libigl/igl/
principal_curvature.cpp
comparer
Generated by
1.9.8