ParaView
CoProcessing
PythonCatalyst
FortranPythonAdaptorAPI.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: FortranPythonAdaptorAPI.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 FortranAdaptorAPI_h
16
#define FortranAdaptorAPI_h
17
18
#include "FortranPythonAdaptorAPIMangling.h"
19
#include "vtkPVPythonCatalystModule.h"
20
21
// This code is meant to be used as an API for C simulation
22
// codes. To use with C codes, include this header file. Call the
23
// 'extern "C"' functions as named below for both Fortran and C.
24
// C code should include this header file to get the properly
25
// mangled function names.
26
27
#include "
CPythonAdaptorAPI.h
"
28
29
#endif
30
// VTK-HeaderTest-Exclude: FortranPythonAdaptorAPI.h
CPythonAdaptorAPI.h
Generated by
1.8.13