My Project  debian-1:4.1.1-p2+ds-4build4
Public Member Functions
gitfan::facet_compare Struct Reference

#include <gitfan.h>

Public Member Functions

bool operator() (const facet &f, const facet &g) const
 

Detailed Description

Definition at line 37 of file gitfan.h.

Member Function Documentation

◆ operator()()

bool gitfan::facet_compare::operator() ( const facet f,
const facet g 
) const
inline

Definition at line 39 of file gitfan.h.

40  {
41  const gfan::ZVector v1 = f.interiorPoint;
42  const gfan::ZVector v2 = g.interiorPoint;
43 #ifndef SING_NDEBUG
44  assume(v1.size() == v2.size());
45 #endif
46  return v1 < v2;
47  }
g
Definition: cfModGcd.cc:4031
FILE * f
Definition: checklibs.c:9
#define assume(x)
Definition: mod2.h:390

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