Support for reading stereolithography files.
Definition in file STL_fwd.hpp.
#include <cstdint>
#include <iosfwd>
#include <vector>
#include <cstring>
Go to the source code of this file.
Classes | |
class | mm::STL |
Support for reading stereolithography files: https://en.wikipedia.org/wiki/STL_(file_format) More... | |
struct | mm::STL::Point |
Holds one 3d Point in a STL file. More... | |
struct | mm::STL::Triangle |
Holds one STL triangle, which consists of three points, a normal and an attribute. More... | |
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
std::ostream & | mm::operator<< (std::ostream &os, const STL::Point &p) |
Print a STL point. More... | |
std::ostream & | mm::operator<< (std::ostream &os, const STL::Triangle &v) |
Print a STL triangle. More... | |