netgen/libsrc/gprim/gprim.hpp
Joachim Schoeberl 310cb00b13 autotools
2009-01-12 23:40:13 +00:00

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