Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore::SceneInterface::FileFormatDescription< T > Struct Template Reference

#include <SceneInterface.h>

Public Member Functions

 FileFormatDescription (const std::string &extension, IndexedIO::OpenMode modes)
 

Detailed Description

template<class T>
struct IECore::SceneInterface::FileFormatDescription< T >

Static instantation of one of these (with a supported file extension) using a subclass as the template parameter will register it as a supported SceneInterface file format. This allows read and write operations to be performed generically, with the correct interface to use being automatically determined by the system.


The documentation for this struct was generated from the following file: