Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

BasicFunctions.h

Go to the documentation of this file.
00001 //------------------------------------------------------------------------------
00002 //
00003 //  Thomas Berger (main author), Pepijn Schreinemachers, and Thorsten Arnold
00004 //
00005 //
00006 //  Hohenheim University (490d)
00007 //  Professorship for Land Use Economics in the Tropics and Subtropics
00008 //
00009 //  May not be distributed without permission by main author
00010 //
00011 //  File:       BasicFunctions.h (formerly part of allgem9.h)
00012 //
00013 //  Contents:   Contains data classes and functions such as GIS-related
00014 //              data structures
00015 //
00016 //
00017 //------------------------------------------------------------------------------
00018 
00019 
00020 #ifndef _BasicFunctions_h
00021 #define _BasicFunctions_h
00022 #include "BasicData.h"
00023 class MatrixDouble;
00024 
00025 void interpretStringArrayWithNumbers(string*& arrayOfStrings, int lengthArray, 
00026         int numValues, MatrixDouble& resultMatrix );
00027 
00028 #endif

Generated on Thu Aug 28 12:38:44 2008 for MPMAS by  doxygen 1.3.9.1