38#ifndef Foam_vtk_base64Formatter_H
39#define Foam_vtk_base64Formatter_H
61 static const char* name_;
68 base64Formatter(
const base64Formatter&) =
delete;
71 void operator=(
const base64Formatter&) =
delete;
79 explicit base64Formatter(std::ostream&
os);
92 virtual const char*
name()
const;
Base-64 encoded output layer - normally only used indirectly by formatters.
Encapsulated combinations of output format options. This is primarily useful when defining the output...
Namespace for handling VTK output. Contains classes and functions for writing VTK file content.