icedb  version 0.5.1
Snow particle scattering database API
shapeIOtext.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "shape.hpp"
3 namespace icedb {
4  namespace Examples {
5  namespace Shapes {
6  ShapeDataBasic readTextFile(const std::string &filename);
7  ShapeDataBasic readPSUfile(const std::string &filename);
8  }
9  }
10 }
ShapeDataBasic readTextFile(const std::string &filename)
ShapeDataBasic readPSUfile(const std::string &filename)
Reads a Penn State-style geometry file.
Definition: shapeIOpsu.cpp:137