 |
VTK
9.3.1
|
Go to the documentation of this file.
31 #define VTK_FORTRAN_NAME(name, NAME) name##__
33 #define VTK_FORTRAN_ARG_STRING(__arg) const char *__arg##_string, unsigned int __arg##_length
35 #define VTK_FORTRAN_REF_STRING_POINTER(__arg) __arg##_string
37 #define VTK_FORTRAN_REF_STRING_LENGTH(__arg) __arg##_length
39 #define VTK_FORTRAN_ARG_INTEGER4(data) int* data
41 #define VTK_FORTRAN_ARG_REAL4_ARRAY_1D(array) float* array
43 #define VTK_FORTRAN_ARG_INTEGER8(size) vtkIdType* size
45 #define VTK_FORTRAN_REF_REAL4_ARRAY_1D(array) array
47 #define VTK_FORTRAN_ARG_INTEGER8_ARRAY_1D(array) vtkIdType* array
49 #define VTK_FORTRAN_REF_INTEGER8_ARRAY_1D(array) array
51 #define VTK_FORTRAN_REF_INTEGER4(data) *data
53 #define VTK_FORTRAN_REF_INTEGER8(data) *data
55 #define VTK_FORTRAN_ARG_INTEGER4_ARRAY_1D(array) int* array
57 #define VTK_FORTRAN_ARG_REAL8(t) double* t
59 #define VTK_FORTRAN_REF_REAL8(t) *t
61 #define VTK_FORTRAN_ARG_INT4(n) int* n
63 #define VTK_FORTRAN_REF_INT4(n) *n