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>
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;
Helper class to import a given scene to an NDV file. To Add to Assimp, add the following line to Comm...
Definition NDEVRFileImporter.h:61
bool CanRead(const std::string &pFile, IOSystem *pIOHandler, bool checkSig) const override
Returns whether the class can handle the format of the given file.
Definition NDEVRFileImporter.cpp:87
ASSIMP_INTERFACE_API NDEVRFileImporter()
Default constructor.
Definition NDEVRFileImporter.cpp:75
~NDEVRFileImporter()
Destructor.
Definition NDEVRFileImporter.cpp:81
Definition NDEVRFileExporter.h:46