Can you insert the the cell associated values at the same time or in the
same order that you inserted the cells themselves?
Like so:
unstructeredgirdP->InsertNextCell(hex->GetCellType(), hex->GetPointIds());
floatarrayP->InsertNextTuple(uuTmp);
If not, use the fact that InsertNextCell returns
Hello;
i´m writing a paraview reader for my specific geo-file, combined with a specific solution-file.the files don´t have any vtk format, only a list of floats.
First I created a vtkHexahedron out of vtkpoints and than i commited the cells to an vtkunstructeredgrid. this is only a geo-file
Hello;
i´m writing a paraview reader for my specific geo-file, combined with a specific solution-file.the files don´t have any vtk format, only a list of floats.
First I created a vtkHexahedron out of vtkpoints and than i commited the cells to an vtkunstructeredgrid. this is only a geo-file.