mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
47 lines
1.1 KiB
C++
47 lines
1.1 KiB
C++
/**
|
|
* All headers necessary to use openModeller.
|
|
*
|
|
* @file
|
|
* @author Mauro E S Muñoz (mauro@cria.org.br)
|
|
* @date 2003-09-16
|
|
* $Id$
|
|
*
|
|
* LICENSE INFORMATION
|
|
*
|
|
* Copyright(c) 2003 by CRIA -
|
|
* Centro de Referencia em Informacao Ambiental
|
|
*
|
|
* http://www.cria.org.br
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details:
|
|
*
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
*/
|
|
|
|
#ifndef _OMHH_
|
|
#define _OMHH_
|
|
|
|
#include <defs.hh>
|
|
#include <algorithm.hh>
|
|
#include <sampler.hh>
|
|
#include <environment.hh>
|
|
#include <occurrences.hh>
|
|
#include <occurrences_file.hh>
|
|
|
|
#include <env_io/header.hh>
|
|
#include <env_io/map.hh>
|
|
#include <env_io/geo_transform.hh>
|
|
#include <env_io/raster_file.hh>
|
|
|
|
#endif
|
|
|
|
|