ENH: avoid references to temporaries in surfaceWriter
- previously wrapped raw points/faces with a meshedSurfRef on input, but now handle the raw -> meshedSurf logic directly within surfaceWriter to avoid holding references to temporaries Since the updated meshedSurfRef is now modifiable, it can be used directly as a redirection mechanism within surfaceWriter. - add explicit close() in destructor
Showing
- src/surfMesh/writers/surfaceWriter.C 42 additions, 7 deletionssrc/surfMesh/writers/surfaceWriter.C
- src/surfMesh/writers/surfaceWriter.H 9 additions, 3 deletionssrc/surfMesh/writers/surfaceWriter.H
- src/surfMesh/writers/vtk/vtkSurfaceWriter.C 3 additions, 1 deletionsrc/surfMesh/writers/vtk/vtkSurfaceWriter.C
Please register or sign in to comment