StepFile: introduce generated parser code.
This commit is contained in:
0
code/Importer/StepFile/StepFileGen2.cpp
Normal file
0
code/Importer/StepFile/StepFileGen2.cpp
Normal file
@@ -49,7 +49,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <assimp/DefaultIOSystem.h>
|
||||
|
||||
namespace Assimp {
|
||||
namespace STEP {
|
||||
namespace StepFile {
|
||||
|
||||
using namespace STEP;
|
||||
|
||||
static const aiImporterDesc desc = { "StepFile Importer",
|
||||
"",
|
||||
@@ -105,7 +107,7 @@ void StepFileImporter::InternReadFile(const std::string &file, aiScene* pScene,
|
||||
}
|
||||
}
|
||||
|
||||
} // Namespace STEP
|
||||
} // Namespace StepFile
|
||||
} // Namespace Assimp
|
||||
|
||||
#endif // ASSIMP_BUILD_NO_STEPFILE_IMPORTER
|
||||
|
||||
@@ -48,7 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <assimp/BaseImporter.h>
|
||||
|
||||
namespace Assimp {
|
||||
namespace STEP {
|
||||
namespace StepFile {
|
||||
|
||||
class StepFileImporter : public BaseImporter {
|
||||
public:
|
||||
@@ -63,7 +63,7 @@ protected:
|
||||
private:
|
||||
};
|
||||
|
||||
} // Namespace STEP
|
||||
} // Namespace StepFile
|
||||
} // Namespace Assimp
|
||||
|
||||
#endif // ASSIMP_BUILD_NO_STEPFILE_IMPORTER
|
||||
|
||||
10908
code/Importer/StepFile/StepReaderGen.cpp
Normal file
10908
code/Importer/StepFile/StepReaderGen.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7288
code/Importer/StepFile/StepReaderGen.h
Normal file
7288
code/Importer/StepFile/StepReaderGen.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user