SOCA
GeometryIteratorFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019-2021 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef SOCA_GEOMETRYITERATOR_GEOMETRYITERATORFORTRAN_H_
9 #define SOCA_GEOMETRYITERATOR_GEOMETRYITERATORFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 namespace soca {
14 
15  extern "C" {
17  const int &, const int &);
20  void soca_geom_iter_equals_f90(const F90iter &, const F90iter&, int &);
21  void soca_geom_iter_current_f90(const F90iter &, double &, double &);
23  }
24 } // namespace soca
25 #endif // SOCA_GEOMETRYITERATOR_GEOMETRYITERATORFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_geom_iter_current_f90(const F90iter &, double &, double &)
void soca_geom_iter_next_f90(const F90iter &)
int F90iter
key type for soca_geom_iter_mod::soca_geom_iter
Definition: Fortran.h:17
void soca_geom_iter_delete_f90(F90iter &)
void soca_geom_iter_setup_f90(F90iter &, const F90geom &, const int &, const int &)
void soca_geom_iter_equals_f90(const F90iter &, const F90iter &, int &)
void soca_geom_iter_clone_f90(F90iter &, const F90iter &)