33#include <NDEVR/IOFactory.h>
34#include <NDEVR/File.h>
39 class FactoryFeatures;
55 virtual String getIcon(
const File& file)
override;
57 virtual bool canRead(
const File& file)
override;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Allows IOFactories to report what features they support to make the import/export dialogs easier to s...
Definition FactoryFeatures.h:44
User-defined options that define preferences for importing and exporting using IOFactory objects.
Definition FactoryOptions.h:49
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
A service that provides Import/Export functionality for a model heirarchy. These can be registered wi...
Definition IOFactory.h:117
writes and reads to a LandXML file: http://www.landxml.org/About.aspx
Definition LandXMLFactory.h:50
NDEVR_FACTORY_API LandXMLFactory()
The core String class for the NDEVR API.
Definition String.h:69
A container of input information that is to be filled with output information by an IOFactory.
Definition IOFactory.h:61