Commit Graph

5 Commits

Author SHA1 Message Date
a03a9a1f9e accept vtkIdType in VTK files and treat it as integer data type 2017-03-20 16:11:05 +01:00
d89c8c5107 stop parsing of VTK files upon detection of POINT_DATA
Typically POINT_DATA appears after CELL_DATA (which we are
interested in), thus it should be fine to stop parsing at
this point.
2017-03-20 16:05:17 +01:00
328761fdd4 add missing check for screen 2017-03-14 16:26:11 +01:00
5d80f6b307 read cell data from VTK file and store values in region mesh/hex 2015-09-16 11:46:15 +02:00
3d221a5727 add support for mesh regions with hexahedral cells
mesh/hex regions are similar to mesh/tet regions but are composed of
hexahedral cells instead of tetrahedral cells; requires VTK library for
point-in-cell test, volume calculation and generation of random points
inside cells;
2015-09-04 15:33:34 +02:00