Geogram  Version 1.9.0
A programming library of geometric algorithms
GEO::vec3HgLexicoCompare< T > Class Template Reference

Comparator class for vec3Hg \detail Used to create maps indexed by vec3Hg or SOS symbolic perturbation. More...

#include <geogram/basic/vechg.h>

Public Member Functions

bool operator() (const vec3Hg< T > &v1, const vec3Hg< T > &v2) const
 Compares two vec3Hg. More...
 

Detailed Description

template<class T>
class GEO::vec3HgLexicoCompare< T >

Comparator class for vec3Hg \detail Used to create maps indexed by vec3Hg or SOS symbolic perturbation.

Definition at line 293 of file vechg.h.

Member Function Documentation

◆ operator()()

template<class T >
bool GEO::vec3HgLexicoCompare< T >::operator() ( const vec3Hg< T > &  v1,
const vec3Hg< T > &  v2 
) const
inline

Compares two vec3Hg.

Return values
trueif v1 is before v2 in the lexicographic order
falseotherwise

Definition at line 301 of file vechg.h.


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