API Documentation
Loading...
Searching...
No Matches
NDEVRFileImporter Class Reference

Helper class to import a given scene to an NDV file. To Add to Assimp, add the following line to Common/ImporterRegistry.cpp,. More...

#include <NDEVRFileImporter.h>

Inheritance diagram for NDEVRFileImporter:
[legend]
Collaboration diagram for NDEVRFileImporter:
[legend]

Public Member Functions

ASSIMP_INTERFACE_API NDEVRFileImporter ()
 Default constructor.
 
 ~NDEVRFileImporter ()
 Destructor.
 
bool CanRead (const std::string &pFile, IOSystem *pIOHandler, bool checkSig) const override
 Returns whether the class can handle the format of the given file.
 

Detailed Description

Helper class to import a given scene to an NDV file. To Add to Assimp, add the following line to Common/ImporterRegistry.cpp,.


at top of file: #include <[path to this file]>

In function 'GetImporterInstanceList(std::vector<BaseImporter*>&)' add the following line:

out.push_back(new NDEVRFileImporter());

Constructor & Destructor Documentation

◆ NDEVRFileImporter()

Default constructor.

◆ ~NDEVRFileImporter()

Destructor.

Member Function Documentation

◆ CanRead()

bool CanRead ( const std::string & pFile,
IOSystem * pIOHandler,
bool checkSig ) const
override

Returns whether the class can handle the format of the given file.

Remarks
See BaseImporter::CanRead() for details.

The documentation for this class was generated from the following files: