"Fossies" - the Fresh Open Source Software Archive

Member "saga-9.0.2/saga-gis/src/tools/contrib/contrib_perego/A1WiTh.h" (25 May 2023, 2336 Bytes) of package /linux/misc/saga-9.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /**********************************************************
    2  * Version $Id: A1WiTh.h 1514 2012-11-06 09:47:38Z oconrad $
    3  *********************************************************/
    4 
    5 ///////////////////////////////////////////////////////////
    6 //                                                       //
    7 //                        Tool:                        //
    8 //                        A1WiTh                         //
    9 //                                                       //
   10 //                       for SAGA                        //
   11 //      System for Automated Geoscientific Analyses      //
   12 //                                                       //
   13 //-------------------------------------------------------//
   14 //                                                       //
   15 //                       A1WiTh.h                        //
   16 //                                                       //
   17 //                                                       //
   18 //-------------------------------------------------------//
   19 //                                                       //
   20 //                                                       //
   21 //    by Alessandro Perego (Italy)                       //
   22 //                                                       //
   23 //    e-mail:     alper78@alice.it                       //
   24 //                                                       //
   25 //                                                       //
   26 ///////////////////////////////////////////////////////////
   27 
   28 
   29 //---------------------------------------------------------
   30 #ifndef HEADER_INCLUDED__A1WiTh_H
   31 #define HEADER_INCLUDED__A1WiTh_H
   32 
   33 //---------------------------------------------------------
   34 #include "MLB_Interface.h"
   35 
   36 //---------------------------------------------------------
   37 class CA1WiTh : public CSG_Tool_Grid
   38 {
   39 public: ////// public members and functions: //////////////
   40 
   41     CA1WiTh(void);                          // constructor
   42     virtual ~CA1WiTh(void);             // destructor
   43 
   44     virtual CSG_String      Get_MenuPath            (void)  {   return( _TL("Averages") );  }
   45 
   46 
   47 protected: /// protected members and functions: ///////////
   48 
   49     virtual bool        On_Execute(void);       // always override this function
   50 
   51 
   52 private: ///// private members and functions: /////////////
   53 
   54 
   55 };
   56 
   57 
   58 //---------------------------------------------------------
   59 #endif // #ifndef HEADER_INCLUDED__A1WiTh_H