34#if NDEVR_SUPPORTS_IREDES
35#include <NDEVR/IOFactory.h>
36#include <NDEVR/FileFormat.h>
37#include <NDEVR/BaseValues.h>
38#include <NDEVR/Buffer.h>
45 class FactoryFeatures;
54 virtual void getSupportedFormatsByModelType(
Buffer<FileFormat>& formats,
bool is_read,
const String& model_type)
override;
56 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:64
Definition IOFactory.h:99
Definition IredesPatternFactory.h:50
Definition IOFactory.h:56