ENH: add some convenience methods in ensightFile, ensightGeoFile
- Some commonly used write methods that are independent of the calling context (ie, 2D/3D data, geometry, fields) - Provide singleton null() for ensightFile, ensightGeoFile. Can be used for MPI slaves that need a file reference for their methods, but will never write to it, but it is also reasonable to use an autoPtr with rawRef() for that as well.
Showing
- src/conversion/ensight/part/ensightPart.H 1 addition, 13 deletionssrc/conversion/ensight/part/ensightPart.H
- src/conversion/ensight/part/ensightPartIO.C 3 additions, 73 deletionssrc/conversion/ensight/part/ensightPartIO.C
- src/conversion/ensight/part/ensightPartTemplates.C 5 additions, 3 deletionssrc/conversion/ensight/part/ensightPartTemplates.C
- src/fileFormats/ensight/file/ensightFile.C 73 additions, 0 deletionssrc/fileFormats/ensight/file/ensightFile.C
- src/fileFormats/ensight/file/ensightFile.H 30 additions, 3 deletionssrc/fileFormats/ensight/file/ensightFile.H
- src/fileFormats/ensight/file/ensightGeoFile.C 42 additions, 8 deletionssrc/fileFormats/ensight/file/ensightGeoFile.C
- src/fileFormats/ensight/file/ensightGeoFile.H 21 additions, 0 deletionssrc/fileFormats/ensight/file/ensightGeoFile.H
- src/fileFormats/ensight/name/ensightFileName.H 8 additions, 7 deletionssrc/fileFormats/ensight/name/ensightFileName.H
- src/fileFormats/ensight/name/ensightVarName.H 5 additions, 8 deletionssrc/fileFormats/ensight/name/ensightVarName.H
Please register or sign in to comment