gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>
#include <algorithm>
#include "GmshConfig.h"
#include "MFace.h"
#include "Numeric.h"
#include "ElementType.h"
#include "nodalBasis.h"
#include "BasisFactory.h"
Go to the source code of this file.
Functions | |
bool | compare (const MVertex *const v0, const MVertex *const v1) |
void | sortVertices (const std::vector< MVertex * > &v, std::vector< char > &s) |
Definition at line 15 of file MFace.cpp.
Referenced by avl_delete(), avl_insert(), avl_lookup(), GFace2PolyMesh(), gl2psTraverseBspTree(), and sortVertices().
void sortVertices | ( | const std::vector< MVertex * > & | v, |
std::vector< char > & | s | ||
) |
Definition at line 20 of file MFace.cpp.
Referenced by MFace::MFace().