Loading...
Searching...
No Matches
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
Member Data Documentation
◆ nSolids
int bitpit::STLReader::InspectionInfo::nSolids |
◆ solidErrors
std::vector<std::array<bool, 6> > bitpit::STLReader::InspectionInfo::solidErrors |
◆ solidFacetCount
std::vector<std::size_t> bitpit::STLReader::InspectionInfo::solidFacetCount |
◆ solidNames
std::vector<std::string> bitpit::STLReader::InspectionInfo::solidNames |
◆ solidValid
std::vector<bool> bitpit::STLReader::InspectionInfo::solidValid |
◆ solidVertexCount
std::vector<std::size_t> bitpit::STLReader::InspectionInfo::solidVertexCount |
The documentation for this struct was generated from the following file:
- src/IO/STL.hpp
