open_iA 2021.08
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 "iAguibase_export.h"
#include "iALog.h"
#include "iAGenericFactory.h"
#include <QMap>

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>