ENH: rationalize VTK output classes and structures
- relocated to dedicated foamVtkOutput namespace. Make it easier to obtain a formatter directly without a foamVtkOutput::outputOptions. Make the logic clear within outputOptions (avoid previous, cryptic bit masking). foamVtkOutput::legacy also becomes a namespace instead of a class. Relocate commonly used things into src/fileFormats, leave volField-related parts in src/conversion.
Showing
- src/conversion/Make/files 0 additions, 1 deletionsrc/conversion/Make/files
- src/conversion/vtk/output/foamVtkOutputFields.H 105 additions, 0 deletionssrc/conversion/vtk/output/foamVtkOutputFields.H
- src/conversion/vtk/output/foamVtkOutputFieldsTemplates.C 107 additions, 0 deletionssrc/conversion/vtk/output/foamVtkOutputFieldsTemplates.C
- src/fileFormats/Make/files 7 additions, 5 deletionssrc/fileFormats/Make/files
- src/fileFormats/vtk/format/foamVtkAppendBase64Formatter.C 4 additions, 4 deletionssrc/fileFormats/vtk/format/foamVtkAppendBase64Formatter.C
- src/fileFormats/vtk/format/foamVtkAppendBase64Formatter.H 16 additions, 7 deletionssrc/fileFormats/vtk/format/foamVtkAppendBase64Formatter.H
- src/fileFormats/vtk/format/foamVtkAppendRawFormatter.C 14 additions, 14 deletionssrc/fileFormats/vtk/format/foamVtkAppendRawFormatter.C
- src/fileFormats/vtk/format/foamVtkAppendRawFormatter.H 18 additions, 9 deletionssrc/fileFormats/vtk/format/foamVtkAppendRawFormatter.H
- src/fileFormats/vtk/format/foamVtkAsciiFormatter.C 17 additions, 17 deletionssrc/fileFormats/vtk/format/foamVtkAsciiFormatter.C
- src/fileFormats/vtk/format/foamVtkAsciiFormatter.H 19 additions, 11 deletionssrc/fileFormats/vtk/format/foamVtkAsciiFormatter.H
- src/fileFormats/vtk/format/foamVtkBase64Formatter.C 5 additions, 5 deletionssrc/fileFormats/vtk/format/foamVtkBase64Formatter.C
- src/fileFormats/vtk/format/foamVtkBase64Formatter.H 16 additions, 8 deletionssrc/fileFormats/vtk/format/foamVtkBase64Formatter.H
- src/fileFormats/vtk/format/foamVtkBase64Layer.C 16 additions, 13 deletionssrc/fileFormats/vtk/format/foamVtkBase64Layer.C
- src/fileFormats/vtk/format/foamVtkBase64Layer.H 7 additions, 4 deletionssrc/fileFormats/vtk/format/foamVtkBase64Layer.H
- src/fileFormats/vtk/format/foamVtkFormatter.C 40 additions, 40 deletionssrc/fileFormats/vtk/format/foamVtkFormatter.C
- src/fileFormats/vtk/format/foamVtkFormatter.H 66 additions, 33 deletionssrc/fileFormats/vtk/format/foamVtkFormatter.H
- src/fileFormats/vtk/format/foamVtkFormatterTemplates.C 8 additions, 5 deletionssrc/fileFormats/vtk/format/foamVtkFormatterTemplates.C
- src/fileFormats/vtk/format/foamVtkLegacyAsciiFormatter.C 35 additions, 17 deletionssrc/fileFormats/vtk/format/foamVtkLegacyAsciiFormatter.C
- src/fileFormats/vtk/format/foamVtkLegacyAsciiFormatter.H 108 additions, 0 deletionssrc/fileFormats/vtk/format/foamVtkLegacyAsciiFormatter.H
- src/fileFormats/vtk/format/foamVtkLegacyRawFormatter.C 34 additions, 16 deletionssrc/fileFormats/vtk/format/foamVtkLegacyRawFormatter.C
Please register or sign in to comment