|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <DivideAndConquer.h>

Public Member Functions | |
| PointRecord () | |
Public Attributes | |
| DPoint | where |
| DListPeek | adjacent |
| void * | data |
| int | flag |
| int | identificator |
| std::vector< void * > | vicinity |
Definition at line 27 of file DivideAndConquer.h.
|
inline |
Definition at line 34 of file DivideAndConquer.h.
| DListPeek PointRecord::adjacent |
Definition at line 29 of file DivideAndConquer.h.
Referenced by SOrientedBoundingBox::buildOBB(), DocRecord::DListInsert(), DocRecord::FixFirst(), DocRecord::makePosView(), meshGenerator(), meshGeneratorPeriodic(), DocRecord::Predecessor(), DocRecord::RemoveAllDList(), and DocRecord::Successor().
| void* PointRecord::data |
Definition at line 30 of file DivideAndConquer.h.
Referenced by DocRecord::add(), DocRecord::add_point(), DocRecord::contain(), DocRecord::data(), meshGenerator(), meshGeneratorPeriodic(), and DocRecord::remove_all().
| int PointRecord::flag |
Definition at line 31 of file DivideAndConquer.h.
Referenced by DocRecord::initialize(), DocRecord::remove_all(), and DocRecord::remove_point().
| int PointRecord::identificator |
Definition at line 32 of file DivideAndConquer.h.
Referenced by DocRecord::remove_all().
| std::vector<void *> PointRecord::vicinity |
Definition at line 33 of file DivideAndConquer.h.
Referenced by DocRecord::add(), DocRecord::concave(), and DocRecord::contain().
| DPoint PointRecord::where |
Definition at line 28 of file DivideAndConquer.h.
Referenced by DocRecord::add_point(), SOrientedBoundingBox::buildOBB(), DocRecord::DListInsert(), DocRecord::IsLeftOf(), DocRecord::makePosView(), meshGenerator(), meshGeneratorPeriodic(), PointRecord(), DocRecord::printMedialAxis(), DocRecord::Qtest(), DocRecord::remove_all(), DocRecord::tagInterior(), DocRecord::voronoiCell(), DocRecord::x(), and DocRecord::y().