openfoam/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh
Mark Olesen 48bf71dd26 STYLE: avoid VTK InsertNextPoint if we already know the sizes
- avoids potentially issues if we reusing a vtkPoints array,
  and should be marginally faster without the additional
  range checking.
2017-05-14 21:24:06 +02:00
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
vtkPVblockMesh.C ENH: use smart pointers for paraview readers 2017-05-14 21:04:11 +02:00
vtkPVblockMesh.H ENH: use smart pointers for paraview readers 2017-05-14 21:04:11 +02:00
vtkPVblockMeshConvert.C STYLE: avoid VTK InsertNextPoint if we already know the sizes 2017-05-14 21:24:06 +02:00