gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GeoDefines.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Shape
 

Macros

#define MSH_POINT   100
 
#define MSH_POINT_BND_LAYER   101
 
#define MSH_POINT_DISCRETE   102
 
#define MSH_SEGM_LINE   200
 
#define MSH_SEGM_SPLN   201
 
#define MSH_SEGM_CIRC   202
 
#define MSH_SEGM_CIRC_INV   203
 
#define MSH_SEGM_ELLI   204
 
#define MSH_SEGM_ELLI_INV   205
 
#define MSH_SEGM_LOOP   206
 
#define MSH_SEGM_BSPLN   207
 
#define MSH_SEGM_NURBS   208
 
#define MSH_SEGM_BEZIER   209
 
#define MSH_SEGM_BND_LAYER   211
 
#define MSH_SEGM_DISCRETE   212
 
#define MSH_SURF_PLAN   300
 
#define MSH_SURF_REGL   301
 
#define MSH_SURF_TRIC   302
 
#define MSH_SURF_BND_LAYER   303
 
#define MSH_SURF_LOOP   304
 
#define MSH_SURF_DISCRETE   305
 
#define MSH_VOLUME   400
 
#define MSH_VOLUME_DISCRETE   401
 
#define MSH_PHYSICAL_POINT   500
 
#define MSH_PHYSICAL_LINE   501
 
#define MSH_PHYSICAL_SURFACE   502
 
#define MSH_PHYSICAL_VOLUME   503
 

Macro Definition Documentation

◆ MSH_PHYSICAL_LINE

#define MSH_PHYSICAL_LINE   501

Definition at line 45 of file GeoDefines.h.

◆ MSH_PHYSICAL_POINT

#define MSH_PHYSICAL_POINT   500

Definition at line 44 of file GeoDefines.h.

◆ MSH_PHYSICAL_SURFACE

#define MSH_PHYSICAL_SURFACE   502

Definition at line 46 of file GeoDefines.h.

◆ MSH_PHYSICAL_VOLUME

#define MSH_PHYSICAL_VOLUME   503

Definition at line 47 of file GeoDefines.h.

◆ MSH_POINT

#define MSH_POINT   100

Definition at line 17 of file GeoDefines.h.

◆ MSH_POINT_BND_LAYER

#define MSH_POINT_BND_LAYER   101

Definition at line 18 of file GeoDefines.h.

◆ MSH_POINT_DISCRETE

#define MSH_POINT_DISCRETE   102

Definition at line 19 of file GeoDefines.h.

◆ MSH_SEGM_BEZIER

#define MSH_SEGM_BEZIER   209

Definition at line 30 of file GeoDefines.h.

◆ MSH_SEGM_BND_LAYER

#define MSH_SEGM_BND_LAYER   211

Definition at line 31 of file GeoDefines.h.

◆ MSH_SEGM_BSPLN

#define MSH_SEGM_BSPLN   207

Definition at line 28 of file GeoDefines.h.

◆ MSH_SEGM_CIRC

#define MSH_SEGM_CIRC   202

Definition at line 23 of file GeoDefines.h.

◆ MSH_SEGM_CIRC_INV

#define MSH_SEGM_CIRC_INV   203

Definition at line 24 of file GeoDefines.h.

◆ MSH_SEGM_DISCRETE

#define MSH_SEGM_DISCRETE   212

Definition at line 32 of file GeoDefines.h.

◆ MSH_SEGM_ELLI

#define MSH_SEGM_ELLI   204

Definition at line 25 of file GeoDefines.h.

◆ MSH_SEGM_ELLI_INV

#define MSH_SEGM_ELLI_INV   205

Definition at line 26 of file GeoDefines.h.

◆ MSH_SEGM_LINE

#define MSH_SEGM_LINE   200

Definition at line 21 of file GeoDefines.h.

◆ MSH_SEGM_LOOP

#define MSH_SEGM_LOOP   206

Definition at line 27 of file GeoDefines.h.

◆ MSH_SEGM_NURBS

#define MSH_SEGM_NURBS   208

Definition at line 29 of file GeoDefines.h.

◆ MSH_SEGM_SPLN

#define MSH_SEGM_SPLN   201

Definition at line 22 of file GeoDefines.h.

◆ MSH_SURF_BND_LAYER

#define MSH_SURF_BND_LAYER   303

Definition at line 37 of file GeoDefines.h.

◆ MSH_SURF_DISCRETE

#define MSH_SURF_DISCRETE   305

Definition at line 39 of file GeoDefines.h.

◆ MSH_SURF_LOOP

#define MSH_SURF_LOOP   304

Definition at line 38 of file GeoDefines.h.

◆ MSH_SURF_PLAN

#define MSH_SURF_PLAN   300

Definition at line 34 of file GeoDefines.h.

◆ MSH_SURF_REGL

#define MSH_SURF_REGL   301

Definition at line 35 of file GeoDefines.h.

◆ MSH_SURF_TRIC

#define MSH_SURF_TRIC   302

Definition at line 36 of file GeoDefines.h.

◆ MSH_VOLUME

#define MSH_VOLUME   400

Definition at line 41 of file GeoDefines.h.

◆ MSH_VOLUME_DISCRETE

#define MSH_VOLUME_DISCRETE   401

Definition at line 42 of file GeoDefines.h.