Go to the source code of this file.
Macros | |
#define | VTK_MODULE_USE_EXTERNAL_VTK_fmt 0 |
When using 'fmt' in VTK, this header enables use to use either the fmt version provided by VTK or an externally built version based on compile time flags. More... | |
#define | VTK_FMT(header) <vtkfmt/vtk##header> |
#define VTK_MODULE_USE_EXTERNAL_VTK_fmt 0 |
When using 'fmt' in VTK, this header enables use to use either the fmt version provided by VTK or an externally built version based on compile time flags.
When using 'fmt' include this header and then include any fmt header you need as follows:
Note the clang-format sentinels are need avoid incorrect formatting the VTK_FMT macro call when using clang-format to format the code.