This is the complete list of members for bitpit::STLReader, including all inherited members.
ASCII_FACET_BEGIN (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_FACET_END (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_FILE_BEGIN (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_FILE_END (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_MINIMUM_SIZE (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_SOLID_BEGIN (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
ASCII_SOLID_END (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
BINARY_FACET_SIZE (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
BINARY_HEADER_SIZE (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
BINARY_MINIMUM_SIZE (defined in bitpit::STLBase) | bitpit::STLBase | protectedstatic |
BINARY_REAL32 typedef (defined in bitpit::STLBase) | bitpit::STLBase | protected |
BINARY_UINT16 typedef (defined in bitpit::STLBase) | bitpit::STLBase | protected |
BINARY_UINT32 typedef (defined in bitpit::STLBase) | bitpit::STLBase | protected |
BINARY_UINT8 typedef (defined in bitpit::STLBase) | bitpit::STLBase | protected |
detectFormat(const std::string &filename) | bitpit::STLReader | static |
displayInspectionInfo(const InspectionInfo &info, std::ostream &out) const | bitpit::STLReader | |
Format enum name (defined in bitpit::STLBase) | bitpit::STLBase | |
FormatASCII enum value (defined in bitpit::STLBase) | bitpit::STLBase | |
FormatBinary enum value (defined in bitpit::STLBase) | bitpit::STLBase | |
FormatUnknown enum value (defined in bitpit::STLBase) | bitpit::STLBase | |
getFilename() const | bitpit::STLBase | |
getFormat() const | bitpit::STLBase | |
inspect(InspectionInfo *info) | bitpit::STLReader | |
readBegin() | bitpit::STLReader | |
readEnd() | bitpit::STLReader | |
readFacet(std::array< double, 3 > *V0, std::array< double, 3 > *V1, std::array< double, 3 > *V2, std::array< double, 3 > *N) | bitpit::STLReader | |
readFooter() | bitpit::STLReader | |
readFooter(const std::string &solid) | bitpit::STLReader | |
readHeader(std::string *name, std::size_t *nT) | bitpit::STLReader | |
readHeader(const std::string &solid, std::string *name, std::size_t *nT) | bitpit::STLReader | |
readSolid(std::string *name, std::size_t *nV, std::size_t *nT, std::vector< std::array< double, 3 > > *V, std::vector< std::array< double, 3 > > *N, std::vector< std::array< std::size_t, 3 > > *T) | bitpit::STLReader | |
readSolid(const std::string &solid, std::string *name, std::size_t *nV, std::size_t *nT, std::vector< std::array< double, 3 > > *V, std::vector< std::array< double, 3 > > *N, std::vector< std::array< std::size_t, 3 > > *T) | bitpit::STLReader | |
setFilename(const std::string &filename) | bitpit::STLBase | protected |
setFormat(Format format) | bitpit::STLBase | protected |
STLBase(const std::string &filename) | bitpit::STLBase | protected |
STLBase(const std::string &filename, Format format) | bitpit::STLBase | protected |
STLReader(const std::string &filename, Format format=FormatUnknown) | bitpit::STLReader | |
~STLBase()=default (defined in bitpit::STLBase) | bitpit::STLBase | virtual |