Medusa  1.1
Coordinate Free Mehless Method implementation
STL_fwd.hpp File Reference

Detailed Description

Support for reading stereolithography files.

Definition in file STL_fwd.hpp.

#include <cstdint>
#include <iosfwd>
#include <vector>
#include <cstring>
+ Include dependency graph for STL_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

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...