Go to the source code of this file.
Macros | |
#define | VTK_MODULE_USE_EXTERNAL_VTK_cgns 0 |
#define | VTK_CGNS(x) <vtkcgns/src/x> |
When including an CGNS header in VTK code, use the following form: More... | |
#define VTK_MODULE_USE_EXTERNAL_VTK_cgns 0 |
Definition at line 8 of file vtk_cgns.h.
#define VTK_CGNS | ( | x | ) | <vtkcgns/src/x> |
When including an CGNS header in VTK code, use the following form:
// .clang-format off #include VTK_CGNS(cgnslib.h) // .clang-format on
Note, the clang-format sentinels are needed to avoid incorrect formatting.
Definition at line 22 of file vtk_cgns.h.