33#include <NDEVR/IOFactory.h>
34#include <NDEVR/File.h>
39 class FactoryFeatures;
46 virtual String getIcon(
const File& file)
override;
48 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:59
Definition FactoryFeatures.h:40
Definition FactoryOptions.h:46
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
Definition IOFactory.h:99
Definition LandXMLFactory.h:41
NDEVR_FACTORY_API LandXMLFactory()
Definition LandXMLFactory.cpp:16
The core String class for the software.
Definition String.h:47
Definition IOFactory.h:56