mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-04 00:50:37 +05:00
89fe31b550
commit fa556baaa222ba349d534027f7203588dcda6ad8 Author: Christopher Lackner <christopher.lackner@tuwien.ac.at> Date: Thu Feb 23 15:56:47 2017 +0100 add python path to docker template commit 54eb7eedc77ad8c86952c347536e7e1a854b62ed Author: Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at> Date: Thu Feb 23 14:59:45 2017 +0100 install pytest in docker images commit 3c1c755891e8372762130a6ed8c39cf056430264 Author: Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at> Date: Thu Feb 23 14:52:32 2017 +0100 enable CTest properly, add pytest commit 4c4cf229ab8e7fd6057f535fb05c3079a9278f80 Author: Christopher Lackner <christopher.lackner@tuwien.ac.at> Date: Thu Feb 23 14:02:13 2017 +0100 fix write splinesurface to savemesh commit 069fbdbc529c9dd91644663f3f365e08be5af70e Author: Christopher Lackner <christopher.lackner@tuwien.ac.at> Date: Thu Feb 23 09:03:26 2017 +0100 fix lifetime of SplineSurface
45 lines
1.1 KiB
C++
45 lines
1.1 KiB
C++
#ifndef FILE_CSG
|
|
#define FILE_CSG
|
|
|
|
/* *************************************************************************/
|
|
/* File: geoml.hpp */
|
|
/* Author: Joachim Schoeberl */
|
|
/* Date: 21. Jun. 98 */
|
|
/* *************************************************************************/
|
|
|
|
#include <myadt.hpp>
|
|
#include <gprim.hpp>
|
|
#include <meshing.hpp>
|
|
#include <vector>
|
|
// #include <geometry2d.hpp>
|
|
#include "../gprim/spline.hpp"
|
|
#include "../gprim/splinegeometry.hpp"
|
|
|
|
|
|
|
|
#include "surface.hpp"
|
|
#include "solid.hpp"
|
|
#include "identify.hpp"
|
|
#include "singularref.hpp"
|
|
#include "splinesurface.hpp"
|
|
#include "csgeom.hpp"
|
|
#include "csgparser.hpp"
|
|
|
|
#include "triapprox.hpp"
|
|
#include "algprim.hpp"
|
|
#include "brick.hpp"
|
|
#include "spline3d.hpp"
|
|
#include "manifold.hpp"
|
|
#include "curve2d.hpp"
|
|
#include "explicitcurve2d.hpp"
|
|
#include "gencyl.hpp"
|
|
#include "polyhedra.hpp"
|
|
#include "extrusion.hpp"
|
|
#include "revolution.hpp"
|
|
#include "specpoin.hpp"
|
|
#include "edgeflw.hpp"
|
|
#include "meshsurf.hpp"
|
|
|
|
|
|
#endif
|