Assimp  v4.1. (December 2018)
STEPFileReader.h File Reference

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::STEP
 IFC.
 

Functions

void Assimp::STEP::ReadFile (DB &db, const EXPRESS::ConversionSchema &scheme, const char *const *types_to_track, size_t len, const char *const *inverse_indices_to_track, size_t len2)
 2) read the actual file contents using a user-supplied set of conversion functions to interpret the data. More...
 
template<size_t N, size_t N2>
void Assimp::STEP::ReadFile (DB &db, const EXPRESS::ConversionSchema &scheme, const char *const (&arr)[N], const char *const (&arr2)[N2])
 Helper to read a file. More...
 
DBAssimp::STEP::ReadFileHeader (std::shared_ptr< IOStream > stream)
 Parsing a STEP file is a twofold procedure. More...