plastimatch
Loading...
Searching...
No Matches
hnd_io.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _hnd_io_h_
5#define _hnd_io_h_
6
7#include "plmbase_config.h"
8
9class Proj_image;
10
12 Proj_image *proj,
13 const char *fn,
14 const double xy_offset[2]
15);
16
17
18#endif
Definition proj_image.h:13
double xy_offset[2]
Definition proj_image.h:24
EXTERNC void hnd_load(Proj_image *proj, const char *fn, const double xy_offset[2])
Definition hnd_io.cxx:95
#define PLMBASE_C_API
Definition plmbase_config.h:18