OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
vpf.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: Garrett Potts
9 //
10 // Description: This class give the capability to access tiles from an
11 // vpf file.
12 //
13 //********************************************************************
14 // $Id: vpf.h 13586 2008-09-17 01:35:25Z gpotts $
15 #ifndef VPF_HEADER
16 #define VPF_HEADER
17 
18 #include <ossim/ossimConfig.h>
19 
20 #if __OSSIM_CARBON__
21 #define MAXINT INT_MAX
22 #endif
23 
24 extern "C"
25 {
26 #include <ossim/vpfutil/vpfapi.h>
27 #include <ossim/vpfutil/vpfview.h>
28 #include <ossim/vpfutil/vpfselec.h>
29 #include <ossim/vpfutil/vpftable.h>
30 #include <ossim/vpfutil/vpfprim.h>
31 #include <ossim/vpfutil/vpfmisc.h>
32 #include <ossim/vpfutil/vpfdisp.h>
33 }
34 
35 #endif