MCPcopy Create free account
hub / github.com/assimp/assimp / aiGetVersionMajor

Function aiGetVersionMajor

code/Common/Version.cpp:78–80  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get Assimp major version

Source from the content-addressed store, hash-verified

76// ------------------------------------------------------------------------------------------------
77// Get Assimp major version
78ASSIMP_API unsigned int aiGetVersionMajor() {
79 return VER_MAJOR;
80}
81
82// ------------------------------------------------------------------------------------------------
83// Get flags used for compilation

Callers 9

mainFunction · 0.85
TEST_FFunction · 0.85
WriteHeaderExtensionMethod · 0.85
ExportMetadataMethod · 0.85
PlyExporterMethod · 0.85
ExportMetadataMethod · 0.85
WriteHeaderMethod · 0.85
WriteDumpFunction · 0.85
Importer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected