rebl-AMR
stl Namespace Reference

Classes

struct  point
 Structure to hold coordinates of a point. More...
 
struct  stl_data
 structure to store vector of triangles read in from *.stl file More...
 
struct  triangle
 structure to store normals and vertices of a triangle More...
 

Functions

std::ostream & operator<< (std::ostream &out, const triangle &t)
 
stl_data parse_stl (const std::string &stl_path)
 

Function Documentation

◆ operator<<()

std::ostream& stl::operator<< ( std::ostream &  out,
const triangle t 
)

◆ parse_stl()

stl_data stl::parse_stl ( const std::string &  stl_path)