#include "nvsg/PlugInterface.h"
#include "nvutil/Tools.h"
#include "inc/NVNVB.h"
#include "inc/NVNVB2.h"
Include dependency graph for NVBLoader.h:
Go to the source code of this file.
Functions | |
NVNVB_API bool | getPlugInterface (const nvutil::UPIID &piid, nvutil::PlugIn *&pi) |
Get the PlugIn interface for this scene loader. | |
NVNVB_API bool | queryPlugInterfaceType (const nvutil::UPITID &pitid, std::vector< nvutil::UPIID > &piids) |
Query the supported types of PlugIn Interfaces. |
|
Get the PlugIn interface for this scene loader.
Every PlugIn has to resolve this function. It is used to get a pointer to a PlugIn class, in this case a NVBLoader. If the PlugIn ID piid equals
|
|
Query the supported types of PlugIn Interfaces.
Every PlugIn has to resolve this function. It is used to query the supported Interface types of this PlugIn. If the Plug In Type ID pitid equals
|