ParaView
vtkCPPythonAdaptorAPI.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkCPPythonAdaptorAPI.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 #ifndef vtkCPPythonAdaptorAPI_h
16 #define vtkCPPythonAdaptorAPI_h
17 
18 #include "vtkCPAdaptorAPI.h"
19 #include "vtkPVPythonCatalystModule.h" // For windows import/export of shared libraries
20 
24 class VTKPVPYTHONCATALYST_EXPORT vtkCPPythonAdaptorAPI : public vtkCPAdaptorAPI
25 {
26 public:
28 
32  static void CoProcessorInitialize(const char* pythonFileName);
33 
34 protected:
37 
38 private:
39  vtkCPPythonAdaptorAPI(const vtkCPPythonAdaptorAPI&) VTK_DELETE_FUNCTION;
40  void operator=(const vtkCPPythonAdaptorAPI&) VTK_DELETE_FUNCTION;
41 };
42 
43 #endif
44 // VTK-HeaderTest-Exclude: vtkCPPythonAdaptorAPI.h
vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor, such as C...
Similar to vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor...
static void CoProcessorInitialize()
call at the start of the simulation