Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
BaseImporter.h File Reference

Classes

class  Assimp::BaseImporter
 FOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes. More...
 

Namespaces

namespace  Assimp
 Some C++ utilities for inter- and extrapolation.
 

Macros

#define AI_MAKE_MAGIC(string)
 
#define INCLUDED_AI_BASEIMPORTER_H
 

Macro Definition Documentation

◆ AI_MAKE_MAGIC

#define AI_MAKE_MAGIC (   string)
Value:
((uint32_t)((string[0] << 24) + \
(string[1] << 16) + (string[2] << 8) + string[3]))

◆ INCLUDED_AI_BASEIMPORTER_H

#define INCLUDED_AI_BASEIMPORTER_H