netgen/libsrc/gprim/gprim.hpp

34 lines
738 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#ifndef FILE_GPRIM
#define FILE_GPRIM
/* *************************************************************************/
/* File: gprim.hpp */
/* Author: Joachim Schoeberl */
/* Date: 14. Aug. 97 */
/* *************************************************************************/
2011-02-28 19:17:25 +05:00
#include <myadt.hpp>
#include <linalg.hpp>
2009-01-13 04:40:13 +05:00
#include "geomobjects.hpp"
#include "geomops.hpp"
#include "geomfuncs.hpp"
#include "geom2d.hpp"
#include "geom3d.hpp"
2011-02-28 19:17:25 +05:00
2009-01-13 04:40:13 +05:00
#include "geomtest3d.hpp"
#include "transform3d.hpp"
2011-02-28 19:17:25 +05:00
2009-01-13 04:40:13 +05:00
#include "adtree.hpp"
2011-02-28 19:17:25 +05:00
#include "spline.hpp"
#include "splinegeometry.hpp"
2009-01-13 04:40:13 +05:00
#endif