|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include <iAToolRegistry.h>
Static Public Member Functions | |
| static void | addTool (QString const &toolIdentifier, iAToolCreateFuncPtr toolCreateFunc) |
| Adds a given tool type to the registry. | |
| static std::shared_ptr< iATool > | createTool (QString const &toolIdentifier, iAMainWindow *mainWnd, iAMdiChild *child) |
| static QList< QString > const | toolKeys () |
|
static |
Adds a given tool type to the registry.
|
static |
|
static |