Nektar++
Classes | Namespaces | Typedefs
ProcessProjectCAD.h File Reference
#include <NekMeshUtils/Module/Module.h>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <boost/geometry/index/rtree.hpp>

Go to the source code of this file.

Classes

class  Nektar::Utilities::ProcessProjectCAD
 

Namespaces

 Nektar
 
 Nektar::Utilities
 

Typedefs

typedef bg::model::point< float, 3, bg::cs::cartesian > point
 
typedef bg::model::box< pointbox
 
typedef std::pair< box, unsigned > boxI
 

Typedef Documentation

◆ box

typedef bg::model::box<point> box

Definition at line 50 of file ProcessProjectCAD.h.

◆ boxI

typedef std::pair<box, unsigned> boxI

Definition at line 51 of file ProcessProjectCAD.h.

◆ point

typedef bg::model::point<float, 3, bg::cs::cartesian> point

Definition at line 49 of file ProcessProjectCAD.h.