open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Classes | Functions
iADataSetViewer.h File Reference
#include "iAguibase_export.h"
#include "iAAttributes.h"
#include <QString>
#include <QObject>
#include <memory>

Classes

class  iADataSetViewer
 Base class for handling the viewing of an iADataSet in the GUI. More...
 
class  iAGeometricObjectViewer
 
class  iAGraphViewer
 
class  iAMeshViewer
 
class  iAProjectViewer
 A "viewer" for project files; special insofar as it overrides createGUI and doesn't call the one from the base class; meaning the project file dataset won't get added to the dataset list, the viewer only cares about loading all datasets in the project. More...
 

Functions

iAguibase_API std::shared_ptr< iADataSetViewercreateDataSetViewer (iADataSet *dataSet)
 

Function Documentation

◆ createDataSetViewer()

iAguibase_API std::shared_ptr< iADataSetViewer > createDataSetViewer ( iADataSet dataSet)