Loading...
Searching...
No Matches
Public Attributes | List of all members
bitpit::STLReader::InspectionInfo Struct Reference

Structure holding inspection information. More...

#include <STL.hpp>

Public Attributes

int nSolids
 
std::vector< std::array< bool, 6 > > solidErrors
 
std::vector< std::size_t > solidFacetCount
 
std::vector< std::string > solidNames
 
std::vector< bool > solidValid
 
std::vector< std::size_t > solidVertexCount
 

Detailed Description

Structure holding inspection information.

Definition at line 91 of file STL.hpp.

Member Data Documentation

◆ nSolids

int bitpit::STLReader::InspectionInfo::nSolids

Number of solids

Definition at line 92 of file STL.hpp.

◆ solidErrors

std::vector<std::array<bool, 6> > bitpit::STLReader::InspectionInfo::solidErrors

Errors associated with the solids

Definition at line 95 of file STL.hpp.

◆ solidFacetCount

std::vector<std::size_t> bitpit::STLReader::InspectionInfo::solidFacetCount

Number of facets of each solid

Definition at line 98 of file STL.hpp.

◆ solidNames

std::vector<std::string> bitpit::STLReader::InspectionInfo::solidNames

Name of the solids

Definition at line 97 of file STL.hpp.

◆ solidValid

std::vector<bool> bitpit::STLReader::InspectionInfo::solidValid

Errors associated with the solids

Definition at line 94 of file STL.hpp.

◆ solidVertexCount

std::vector<std::size_t> bitpit::STLReader::InspectionInfo::solidVertexCount

Number of vertices of each solid

Definition at line 99 of file STL.hpp.


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