gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <meshGRegionDelaunayInsertion.h>
Public Types | |
typedef std::set< MTet4 *, compareTet4Ptr > | container |
typedef container::iterator | iterator |
Public Member Functions | |
MTet4Factory (int _size=1000000) | |
~MTet4Factory () | |
MTet4 * | Create (MTetrahedron *t, std::vector< double > &sizes, std::vector< double > &sizesBGM) |
MTet4 * | Create (MTetrahedron *t, std::vector< double > &sizes, std::vector< double > &sizesBGM, double lc1, double lc2) |
void | Free (MTet4 *t) |
void | changeTetRadius (iterator it, double r) |
container & | getAllTets () |
Private Attributes | |
container | allTets |
Definition at line 230 of file meshGRegionDelaunayInsertion.h.
typedef std::set<MTet4 *, compareTet4Ptr> MTet4Factory::container |
Definition at line 232 of file meshGRegionDelaunayInsertion.h.
typedef container::iterator MTet4Factory::iterator |
Definition at line 233 of file meshGRegionDelaunayInsertion.h.
|
inline |
Definition at line 259 of file meshGRegionDelaunayInsertion.h.
|
inline |
Definition at line 267 of file meshGRegionDelaunayInsertion.h.
|
inline |
Definition at line 307 of file meshGRegionDelaunayInsertion.h.
Referenced by insertVerticesInRegion().
|
inline |
Definition at line 273 of file meshGRegionDelaunayInsertion.h.
Referenced by insertVertexB(), and insertVerticesInRegion().
|
inline |
Definition at line 284 of file meshGRegionDelaunayInsertion.h.
|
inline |
Definition at line 296 of file meshGRegionDelaunayInsertion.h.
Referenced by insertVertexB(), insertVerticesInRegion(), and memoryCleanup().
|
inline |
Definition at line 314 of file meshGRegionDelaunayInsertion.h.
Referenced by insertVerticesInRegion().
|
private |
Definition at line 236 of file meshGRegionDelaunayInsertion.h.
Referenced by changeTetRadius(), and getAllTets().