gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <PViewX3D.h>
Public Attributes | |
PView * | _ppv |
int | _index |
int | _globalIndex |
float | xmin |
float | ymin |
float | zmin |
float | xmax |
float | ymax |
float | zmax |
Definition at line 50 of file PViewX3D.h.
int TriangleToSort::_globalIndex |
Definition at line 54 of file PViewX3D.h.
Referenced by PView::writeX3D().
int TriangleToSort::_index |
Definition at line 53 of file PViewX3D.h.
Referenced by PView::writeX3D().
PView* TriangleToSort::_ppv |
Definition at line 52 of file PViewX3D.h.
Referenced by PView::writeX3D().
float TriangleToSort::xmax |
Definition at line 56 of file PViewX3D.h.
Referenced by compare_xmax_triangle(), and PView::writeX3D().
float TriangleToSort::xmin |
Definition at line 55 of file PViewX3D.h.
Referenced by compare_xmin_triangle(), and PView::writeX3D().
float TriangleToSort::ymax |
Definition at line 56 of file PViewX3D.h.
Referenced by compare_ymax_triangle(), and PView::writeX3D().
float TriangleToSort::ymin |
Definition at line 55 of file PViewX3D.h.
Referenced by compare_ymin_triangle(), and PView::writeX3D().
float TriangleToSort::zmax |
Definition at line 56 of file PViewX3D.h.
Referenced by compare_zmax_triangle(), and PView::writeX3D().
float TriangleToSort::zmin |
Definition at line 55 of file PViewX3D.h.
Referenced by compare_zmin_triangle(), and PView::writeX3D().