Re: [Paraview] Set Id for unordered cells in vtkunstructeredgrid

2013-06-07 Thread David E DeMarle
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

[Paraview] Set Id for unordered cells in vtkunstructeredgrid

2013-06-06 Thread Dennis Pfleiderer
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

[Paraview] Set Id for unordered cells in vtkunstructeredgrid

2013-06-06 Thread Dennis Pfleiderer
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.