#include "DLLInfo.h"
#include <NDEVR/SoftwareService.h>
#include <NDEVR/FactoryOptions.h>
#include <NDEVR/Model.h>
#include <NDEVR/File.h>
#include <NDEVR/FileFormat.h>
Go to the source code of this file.
|
| struct | FactoryParameters |
| | A container of input information that is to be filled with output information by an IOFactory. More...
|
| |
| struct | FileFactoryWarning |
| | Allows the software to display a warning to the end user about a problem encountered during an IOFactory read/write operation. More...
|
| |
| class | IOFactory |
| | A service that provides Import/Export functionality for a model heirarchy. These can be registered with a EnableFactory to allow the user to export/import to certain file formats. In order to provide support for new file formats, classes should overrdide this class and then add themselves using EnableFactory. More...
|
| |