rebl-AMR
parse_stl.h File Reference
#include <string>
#include <vector>
#include <cassert>
#include <fstream>
#include <iostream>
#include <sstream>
#include <streambuf>

Go to the source code of this file.

Classes

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

Namespaces

 stl
 

Functions

std::ostream & stl::operator<< (std::ostream &out, const triangle &t)
 
stl_data stl::parse_stl (const std::string &stl_path)
 
void checkMesh (std::vector< stl::triangle > &triangles)
 

Function Documentation

◆ checkMesh()

void checkMesh ( std::vector< stl::triangle > &  triangles)