mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
27 lines
707 B
C++
27 lines
707 B
C++
#ifndef FILE_GPRIM
|
|
#define FILE_GPRIM
|
|
|
|
/* *************************************************************************/
|
|
/* File: gprim.hpp */
|
|
/* Author: Joachim Schoeberl */
|
|
/* Date: 14. Aug. 97 */
|
|
/* *************************************************************************/
|
|
|
|
|
|
namespace netgen
|
|
{
|
|
#include "geomobjects.hpp"
|
|
#include "geomops.hpp"
|
|
#include "geomfuncs.hpp"
|
|
|
|
#include "geom2d.hpp"
|
|
#include "geom3d.hpp"
|
|
#include "geomtest3d.hpp"
|
|
// #include "rot3d.hpp"
|
|
#include "transform3d.hpp"
|
|
// #include "reftrans.hpp"
|
|
#include "adtree.hpp"
|
|
}
|
|
|
|
#endif
|