gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
edge_angle Struct Reference

#include <meshGFaceOptimize.h>

Collaboration diagram for edge_angle:

Public Member Functions

 edge_angle (MVertex *_v1, MVertex *_v2, MElement *t1, MElement *t2)
 
bool operator< (const edge_angle &other) const
 

Public Attributes

MVertexv1
 
MVertexv2
 
double angle
 

Detailed Description

Definition at line 22 of file meshGFaceOptimize.h.

Constructor & Destructor Documentation

◆ edge_angle()

edge_angle::edge_angle ( MVertex _v1,
MVertex _v2,
MElement t1,
MElement t2 
)

Definition at line 103 of file meshGFaceOptimize.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ operator<()

bool edge_angle::operator< ( const edge_angle other) const
inline

Definition at line 26 of file meshGFaceOptimize.h.

Member Data Documentation

◆ angle

double edge_angle::angle

Definition at line 24 of file meshGFaceOptimize.h.

Referenced by classifyFaces(), edge_angle(), and operator<().

◆ v1

MVertex* edge_angle::v1

Definition at line 23 of file meshGFaceOptimize.h.

Referenced by classifyFaces().

◆ v2

MVertex * edge_angle::v2

Definition at line 23 of file meshGFaceOptimize.h.

Referenced by classifyFaces().


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