|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAGraphFileIO.h"#include "iAAABB.h"#include "iAValueTypeVectorHelpers.h"#include <vtkCellData.h>#include <vtkDoubleArray.h>#include <vtkLine.h>#include <vtkPointData.h>#include <vtkPolyData.h>#include <vtkUnsignedCharArray.h>#include <QColor>#include <QFile>#include <QSet>#include <QTextStream>Functions | |
| void | createValueNamesAndArrays (QStringList &header, QSet< int > mappedIndices, QStringList &valNames, std::vector< vtkSmartPointer< vtkDoubleArray > > &allVals, std::vector< int > &valIndices) |
| void createValueNamesAndArrays | ( | QStringList & | header, |
| QSet< int > | mappedIndices, | ||
| QStringList & | valNames, | ||
| std::vector< vtkSmartPointer< vtkDoubleArray > > & | allVals, | ||
| std::vector< int > & | valIndices | ||
| ) |