|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
interface used by iACsvIO for creating the actual table subclass for each kind of table that is specifically required somewhere (e.g. More...
#include <iACsvIO.h>
Public Member Functions | |
| virtual void | addRow (size_t row, std::vector< double > const &values)=0 |
| virtual void | initialize (QStringList const &headers, size_t const rowCount)=0 |
interface used by iACsvIO for creating the actual table subclass for each kind of table that is specifically required somewhere (e.g.
vtkTable, QTableWidget)
|
pure virtual |
Implemented in iACsvQTableCreator, iACsvVectorTableCreator, and iACsvVtkTableCreator.
|
pure virtual |
Implemented in iACsvQTableCreator, iACsvVectorTableCreator, and iACsvVtkTableCreator.