source: issm/trunk/src/c/modules/Shp2Expx/Shp2Expx.h@ 15396

Last change on this file since 15396 was 15396, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 15394

File size: 612 bytes
RevLine 
[14279]1/*!\file: Shp2Expx.h
2 * \brief header file for shp to exp conversion routines.
[10240]3 */
4
[14279]5#ifndef _SHP2EXPX_H
6#define _SHP2EXPX_H
[10240]7
8#ifdef HAVE_CONFIG_H
9#include <config.h>
10#else
11#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12#endif
13
14#ifdef _HAVE_SHAPELIB_ //only works if Shapelib library has been compiled in.
15
16#include "shapefil.h"
17
18#endif
19
[15396]20#include "../../classes/classes.h"
[10240]21
22/* local prototypes: */
[14283]23int Shp2Expx(char* filshp,char* filexp);
[14279]24int Shp2Expx(char* filshp,char* filexp, int sgn);
25int Shp2Expx(char* filshp,char* filexp, int sgn,double cm,double sp);
[10240]26
[14279]27#endif /* _SHP2EXPX_H */
Note: See TracBrowser for help on using the repository browser.