open_iA  2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes | Typedefs
iAProjectRegistry.h File Reference
#include "open_iA_Core_export.h"
#include "iAConsole.h"
#include "iAGenericFactory.h"
#include <QMap>
Include dependency graph for iAProjectRegistry.h:
This graph shows which files directly or indirectly include this file:

Classes

class  iAProjectRegistry
 

Typedefs

using iAIProjectFactory = iAGenericFactory< iAProjectBase >
 For internal use in iAProjectRegistry only. More...
 
template<typename ProjectType >
using iAProjectFactory = iASpecificFactory< ProjectType, iAProjectBase >
 

Typedef Documentation

◆ iAIProjectFactory

For internal use in iAProjectRegistry only.

There should be no need to use this class directly; use REGISTER_PROJECT below!

◆ iAProjectFactory

template<typename ProjectType >
using iAProjectFactory = iASpecificFactory<ProjectType, iAProjectBase>