gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
meshOctreeLibOL.h File Reference
#include <vector>
#include <array>
#include <string>
#include "GPoint.h"
#include "GFace.h"
Include dependency graph for meshOctreeLibOL.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SurfaceProjector
 Class to project 3D points on a triangulated surface. If a parametrization is available, the UV are interpolated at the triangle projection. Not associated to the mesh elements of a GEntity, so it can be used on mesh sub-patches or on background mesh. More...
 
class  libOLwrapper
 

Enumerations

enum  libOLTypTag {
  libOLTypTag::LolTypVer =1, libOLTypTag::LolTypEdg, libOLTypTag::LolTypTri, libOLTypTag::LolTypQad,
  libOLTypTag::LolTypTet, libOLTypTag::LolTypPyr, libOLTypTag::LolTypPri, libOLTypTag::LolTypHex,
  libOLTypTag::LolNmbTyp
}
 

Enumeration Type Documentation

◆ libOLTypTag

enum libOLTypTag
strong
Enumerator
LolTypVer 
LolTypEdg 
LolTypTri 
LolTypQad 
LolTypTet 
LolTypPyr 
LolTypPri 
LolTypHex 
LolNmbTyp 

Definition at line 93 of file meshOctreeLibOL.h.