Rhino C++ API
8.13
|
#include <IRhRdkContentIOPlugIns.h>
Public Member Functions | |
virtual | ~IRhRdkContentIOPlugIns () |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual CRhRdkContentIOPlugIn * | Find (const ON_wString &sExtension) const =0 |
virtual CRhRdkContentIOPlugIn * | First (void) const =0 |
virtual CRhRdkContentIOPlugIn * | Next (void) const =0 |
This interface represents the collection of all content I/O plug-ins that are known to the RDK.
|
inlinevirtual |
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Find a content I/O plug-in by its file extension.
|
pure virtual |
Get a pointer to the first content I/O plug-in in the collection.
|
pure virtual |
Get a pointer to the next content I/O plug-in in the collection.