// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #ifndef vtk_cli11_h #define vtk_cli11_h // VTK_MODULE_USE_EXTERNAL_VTK_cli11 is defined in this header, // so include it. #include #if VTK_MODULE_USE_EXTERNAL_VTK_cli11 # include #else #if defined(vtk_cli11_forward_h) && defined(VTK_CLI) // vtk_cli11_forward.h defines VTK_CLI to help mangle forward declarations. // However that can conflict with definitions in CLI.hpp, so we undef it here, // if the header was already included. #undef VTK_CLI #endif # include #endif // VTK_MODULE_USE_EXTERNAL_VTK_cli11 #endif