Macros
vtk_scn.h File Reference

Go to the source code of this file.

Macros

#define VTK_MODULE_USE_EXTERNAL_VTK_scn   0
 When using 'scn' in VTK, this header enables use to use either the scn version provided by VTK or an externally built version based on compile time flags. More...
 
#define VTK_SCN(header)   <vtkscn/include/vtk##header>
 

Macro Definition Documentation

◆ VTK_MODULE_USE_EXTERNAL_VTK_scn

#define VTK_MODULE_USE_EXTERNAL_VTK_scn   0

When using 'scn' in VTK, this header enables use to use either the scn version provided by VTK or an externally built version based on compile time flags.

When using 'scn' include this header and then include any scn header you need as follows:

{c++}
#include <vtk_scn.>
// clang-format off
#include VTK_SCN(scn/scan.h)
// clang-format on

Note the clang-format sentinels are need avoid incorrect formatting the VTK_SCN macro call when using clang-format to format the code.

Definition at line 29 of file vtk_scn.h.

◆ VTK_SCN

#define VTK_SCN (   header)    <vtkscn/include/vtk##header>

Definition at line 34 of file vtk_scn.h.