#include <surface_io_handler.hh>
Inherited by SurfaceIOHandlerFactory< HANDLER >, and SurfaceIOHandlerFactory< HANDLER >.
Public Member Functions | |
| virtual | ~SurfaceIOHandlerFactoryBase () |
| virtual bool | ProvidesImport (const boost::filesystem::path &loc, const String &type) const =0 |
| virtual bool | ProvidesExport (const boost::filesystem::path &loc, const String &type) const =0 |
| virtual SurfaceIOHandlerPtr | Create () const =0 |
| virtual String | GetFormatName () const =0 |
| virtual String | GetFormatDescription () const =0 |
| virtual | ~SurfaceIOHandlerFactoryBase () |
| virtual bool | ProvidesImport (const boost::filesystem::path &loc, const String &type) const =0 |
| virtual bool | ProvidesExport (const boost::filesystem::path &loc, const String &type) const =0 |
| virtual SurfaceIOHandlerPtr | Create () const =0 |
| virtual String | GetFormatName () const =0 |
| virtual String | GetFormatDescription () const =0 |
Definition at line 38 of file surface_io_handler.hh.
| virtual ~SurfaceIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 40 of file surface_io_handler.hh.
| virtual ~SurfaceIOHandlerFactoryBase | ( | ) | [inline, virtual] |
Definition at line 40 of file surface_io_handler.hh.
| virtual SurfaceIOHandlerPtr Create | ( | ) | const [pure virtual] |
| virtual SurfaceIOHandlerPtr Create | ( | ) | const [pure virtual] |
| virtual String GetFormatDescription | ( | ) | const [pure virtual] |
| virtual String GetFormatDescription | ( | ) | const [pure virtual] |
| virtual String GetFormatName | ( | ) | const [pure virtual] |
| virtual String GetFormatName | ( | ) | const [pure virtual] |
| virtual bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesExport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
| virtual bool ProvidesImport | ( | const boost::filesystem::path & | loc, | |
| const String & | type | |||
| ) | const [pure virtual] |
1.5.8