Default construct. ASCII, Int32, double precision
| 1255 | public: |
| 1256 | // Default construct. ASCII, Int32, double precision |
| 1257 | vtkFoamStreamOption() = default; |
| 1258 | |
| 1259 | // Construct with specified handling for labels/floats |
| 1260 | vtkFoamStreamOption(const bool use64BitLabels, const bool use64BitFloats) |
nothing calls this directly
no test coverage detected