rebl-AMR
stl::stl_data Struct Reference

structure to store vector of triangles read in from *.stl file More...

#include <parse_stl.h>

Public Member Functions

 stl_data (std::string namep)
 

Public Attributes

std::string name
 
std::vector< triangletriangles
 

Detailed Description

structure to store vector of triangles read in from *.stl file

Constructor & Destructor Documentation

◆ stl_data()

stl::stl_data::stl_data ( std::string  namep)
inline

Member Data Documentation

◆ name

std::string stl::stl_data::name

◆ triangles

std::vector<triangle> stl::stl_data::triangles

The documentation for this struct was generated from the following file: