gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
MEdge.h File Reference
#include "MVertex.h"
#include "SVector3.h"
#include <iostream>
Include dependency graph for MEdge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MEdge
 
struct  MEdgeEqual
 
struct  MEdgeLessThan
 
class  MEdgeN
 

Functions

bool operator== (const MEdge &e1, const MEdge &e2)
 
bool operator!= (const MEdge &e1, const MEdge &e2)
 
bool SortEdgeConsecutive (const std::vector< MEdge > &, std::vector< std::vector< MVertex * > > &vs)
 

Function Documentation

◆ operator!=()

bool operator!= ( const MEdge e1,
const MEdge e2 
)
inline

Definition at line 112 of file MEdge.h.

Here is the call graph for this function:

◆ operator==()

bool operator== ( const MEdge e1,
const MEdge e2 
)
inline

Definition at line 106 of file MEdge.h.

Here is the call graph for this function:

◆ SortEdgeConsecutive()

bool SortEdgeConsecutive ( const std::vector< MEdge > &  ,
std::vector< std::vector< MVertex * > > &  vs 
)

Definition at line 68 of file MEdge.cpp.

Referenced by classifyFaces(), computeParametrization(), discreteEdge::createGeometry(), GMSH_BoundaryAnglesPlugin::execute(), and isTriangulationParametrizable().

Here is the call graph for this function:
Here is the caller graph for this function: