System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

CAcPerl.h

00001 /* -*- mode: c++ -*- 
00002 */
00003 /* 
00004 
00005     GIFT, a flexible content based image retrieval system.
00006     Copyright (C) 1998, 1999, 2000, 2001, 2002, CUI University of Geneva
00007 
00008     This program is free software; you can redistribute it and/or modify
00009     it under the terms of the GNU General Public License as published by
00010     the Free Software Foundation; either version 2 of the License, or
00011     (at your option) any later version.
00012 
00013     This program is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016     GNU General Public License for more details.
00017 
00018     You should have received a copy of the GNU General Public License
00019     along with this program; if not, write to the Free Software
00020     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00021 
00022 */
00023 #include "../../gift-config.h"
00024 #ifdef __GIFT_WITH_PERL__
00025 // -*- mode: c++ -*-
00026 #ifndef _CACPERL
00027 #define _CACPERL
00028 #include "libGIFTAcPerl/include/uses-declarations.h"
00045 #include <string>
00046 #include "libMRML/include/TID.h"
00047 #include <iostream>
00048 #include <fstream>
00049 #include <list>
00050 #include <map>
00051 #ifdef HAS_HASH_MAP
00052 #include <hash_map>
00053 #else
00054 #define hash_map map
00055 #endif
00056 #include "libMRML/include/CAccessor.h"
00057 #include "libMRML/include/CSelfDestroyPointer.h"
00058 
00059 class CXMLElement;//constructor
00060 
00070 class CAcPerl:public CAccessor{
00071  private:
00076   CSelfDestroyPointer<CXMLElement> mCollectionElement;
00077 
00078 public:
00079   
00092   CAcPerl(const CXMLElement& inContentElement);
00096   ~CAcPerl();
00097   
00103   virtual operator bool()const;
00104 
00111   CXMLElement* cloneCollectionElement()const;
00115   string IDToURL(long int) const;
00119   struct pair<bool,CAccessorElement> IDToAccessorElement(long int) const;
00123   struct pair<bool,long int> URLToID(const string &) const;
00127   void getAllIDs(list<TID> &) const;
00131   void getAllAccessorElements(list<CAccessorElement> &) const;
00135   void getRandomIDs(list<long int > &, unsigned int) const;
00139   void getRandomAccessorElements(list<CAccessorElement > &, unsigned int) const;
00143   int size() const;
00144 
00145 
00146 };
00147 
00148 #endif
00149 #endif

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen