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
Public Member Functions | List of all members
iACsvTableCreator Class Referenceabstract

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>

Inheritance diagram for iACsvTableCreator:
[legend]

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
 

Detailed Description

interface used by iACsvIO for creating the actual table subclass for each kind of table that is specifically required somewhere (e.g.

vtkTable, QTableWidget)

See also
iACsvVtkTableCreator, iACsvQTableCreator

Member Function Documentation

◆ addRow()

virtual void iACsvTableCreator::addRow ( size_t  row,
std::vector< double > const &  values 
)
pure virtual

◆ initialize()

virtual void iACsvTableCreator::initialize ( QStringList const &  headers,
size_t const  rowCount 
)
pure virtual

The documentation for this class was generated from the following file: