vtkCPPythonProcessor.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-License-Identifier: BSD-3-Clause
4 // Simply provided for backwards compatibility. Use vtkCPProcessor instead.
5 
6 #ifndef vtkCPPythonProcessor_h
7 #define vtkCPPythonProcessor_h
8 
9 #warning Please use vtkCPProcessor directly. vtkCPPythonProcessor is \
10  no longer available/needed.
11 
12 #include "vtkCPProcessor.h"
13 #define vtkCPPythonProcessor vtkCPProcessor
14 
15 #endif
16 // VTK-HeaderTest-Exclude: vtkCPPythonProcessor.h