gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <VertexArray.h>
Public Member Functions | |
Barycenter (double x, double y, double z) | |
float | x () const |
float | y () const |
float | z () const |
void | operator+= (const Barycenter &p) |
Private Attributes | |
float | _x |
float | _y |
float | _z |
Definition at line 97 of file VertexArray.h.
|
inline |
Definition at line 102 of file VertexArray.h.
|
inline |
|
inline |
Definition at line 106 of file VertexArray.h.
Referenced by BarycenterLessThan::operator()(), BarycenterHash::operator()(), BarycenterEqual::operator()(), and operator+=().
|
inline |
Definition at line 107 of file VertexArray.h.
Referenced by BarycenterLessThan::operator()(), BarycenterHash::operator()(), BarycenterEqual::operator()(), and operator+=().
|
inline |
Definition at line 108 of file VertexArray.h.
Referenced by BarycenterLessThan::operator()(), BarycenterHash::operator()(), BarycenterEqual::operator()(), and operator+=().
|
private |
Definition at line 99 of file VertexArray.h.
Referenced by operator+=(), and x().
|
private |
Definition at line 99 of file VertexArray.h.
Referenced by operator+=(), and y().
|
private |
Definition at line 99 of file VertexArray.h.
Referenced by operator+=(), and z().