mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 02:28:35 +05:00
19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
|
#ifndef _Geom_Surface_HeaderFile
|
||
|
#include <Geom_Surface.hxx>
|
||
|
#endif
|
||
|
#ifndef _gp_Pnt_HeaderFile
|
||
|
#include <gp_Pnt.hxx>
|
||
|
#endif
|
||
|
#ifndef _gp_Pln_HeaderFile
|
||
|
#include <gp_Pln.hxx>
|
||
|
#endif
|
||
|
#ifndef _gp_Cylinder_HeaderFile
|
||
|
#include <gp_Cylinder.hxx>
|
||
|
#endif
|
||
|
#ifndef _gp_Sphere_HeaderFile
|
||
|
#include <gp_Sphere.hxx>
|
||
|
#endif
|
||
|
#ifndef _GEOMAlgo_SurfaceTools_HeaderFile
|
||
|
#include <GEOMAlgo_SurfaceTools.hxx>
|
||
|
#endif
|