#include <vector>
#include <array>
#include <string>
#include "GPoint.h"
#include "GFace.h"
Go to the source code of this file.
|
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 |
|
◆ libOLTypTag
Enumerator |
---|
LolTypVer | |
LolTypEdg | |
LolTypTri | |
LolTypQad | |
LolTypTet | |
LolTypPyr | |
LolTypPri | |
LolTypHex | |
LolNmbTyp | |
Definition at line 93 of file meshOctreeLibOL.h.