blob: 05bd5e3ca2a83b9a69d231aba7c7b9f17872dec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _BRepMesh_DataStructureOfDelaun_HeaderFile
#include <BRepMesh_DataStructureOfDelaun.hxx>
#endif
#ifndef _BRepMesh_Vertex_HeaderFile
#include <BRepMesh_Vertex.hxx>
#endif
#ifndef _BRepMesh_Edge_HeaderFile
#include <BRepMesh_Edge.hxx>
#endif
#ifndef _BRepMesh_Triangle_HeaderFile
#include <BRepMesh_Triangle.hxx>
#endif
#ifndef _BRepMesh_SelectorOfDataStructureOfDelaun_HeaderFile
#include <BRepMesh_SelectorOfDataStructureOfDelaun.hxx>
#endif
|