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