vtkCPPythonAdaptorAPI.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkCPPythonAdaptorAPI_h
4 #define vtkCPPythonAdaptorAPI_h
5 
6 #include "vtkCPAdaptorAPI.h"
7 #include "vtkPVPythonCatalystModule.h" // For windows import/export of shared libraries
8 
13 {
14 public:
16  void PrintSelf(ostream& os, vtkIndent indent) override;
17 
21  static void CoProcessorInitialize(const char* pythonFileName);
22 
23 protected:
25  ~vtkCPPythonAdaptorAPI() override;
26 
27 private:
29  void operator=(const vtkCPPythonAdaptorAPI&) = delete;
30 };
31 
32 #endif
#define VTKPVPYTHONCATALYST_EXPORT
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...
void PrintSelf(ostream &os, vtkIndent indent) override
static void CoProcessorInitialize()
call at the start of the simulation
void operator=(const vtkCPAdaptorAPI &)=delete