32#ifndef NDEVR_FILE_IMPORTER_H_INC
33#define NDEVR_FILE_IMPORTER_H_INC
35#ifndef ASSIMP_BUILD_NO_NDV_IMPORTER
36#include <assimp/BaseImporter.h>
61 class NDEVRFileImporter :
public BaseImporter {
72 bool CanRead(
const std::string& pFile, IOSystem* pIOHandler,
bool checkSig)
const override;
76 const aiImporterDesc* GetInfo()
const override;
122 void InternReadFile(
const std::string& pFile, aiScene* pScene, IOSystem* pIOHandler)
override;
Definition NDEVRFileExporter.h:46