Virtual Testbed
Ship dynamics simulator for extreme conditions
iges_loader.hh
1 #ifndef VTESTBED_IGES_IGES_LOADER_HH
2 #define VTESTBED_IGES_IGES_LOADER_HH
3 
4 #include <vtestbed/geometry/polyhedron.hh>
5 
6 namespace vtb {
7 
8  namespace iges {
9 
11  template <class T>
12  class iges_loader {
13 
14  public:
15 
18  typedef typename geometry_type::face_array face_array;
19 
21  load(std::string filename);
22 
23  };
24 
25  }
26 
27 }
28 
29 #endif //VTESTBED_IGES_LOADER_HH
Main namespace.
Definition: convert.hh:9
IGES importer.
Definition: iges_loader.hh:12