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

Last change on this file since 14310 was 14283, checked in by jschierm, 12 years ago

CHG: Change Shp2Exp wrapper to remove transformation specs.

File size: 659 bytes
Line 
1/*!\file: Shp2Expx.h
2 * \brief header file for shp to exp conversion routines.
3 */
4
5#ifndef _SHP2EXPX_H
6#define _SHP2EXPX_H
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
20#include "../../Container/Container.h"
21#include "../../classes/objects/objects.h"
22
23/* local prototypes: */
24int Shp2Expx(char* filshp,char* filexp);
25int Shp2Expx(char* filshp,char* filexp, int sgn);
26int Shp2Expx(char* filshp,char* filexp, int sgn,double cm,double sp);
27
28#endif /* _SHP2EXPX_H */
Note: See TracBrowser for help on using the repository browser.