projections_fmp.hh

Go to the documentation of this file.
00001 // projections_fmp.hh: this file is part of the Vaucanson project.
00002 //
00003 // Vaucanson, a generic library for finite state machines.
00004 //
00005 // Copyright (C) 2005 The Vaucanson Group.
00006 //
00007 // This program is free software; you can redistribute it and/or
00008 // modify it under the terms of the GNU General Public License
00009 // as published by the Free Software Foundation; either version 2
00010 // of the License, or (at your option) any later version.
00011 //
00012 // The complete GNU General Public Licence Notice can be found as the
00013 // `COPYING' file in the root directory.
00014 //
00015 // The Vaucanson Group consists of people listed in the `AUTHORS' file.
00016 //
00017 #ifndef VCSN_ALGORITHMS_PROJECTIONS_FMP_HH
00018 # define VCSN_ALGORITHMS_PROJECTIONS_FMP_HH
00019 
00031 # include <vaucanson/automata/concept/automata.hh>
00032 # include <vaucanson/algebra/implementation/free_monoid/words.hh>
00033 # include <vaucanson/algebra/concept/freemonoid_product.hh>
00034 # include <vaucanson/algebra/implementation/series/series.hh>
00035 
00036 namespace vcsn
00037 {
00038   /*-------.
00039   | Domain |
00040   `-------*/
00041 
00042   template <typename S, typename S2, typename T, typename T2>
00043   void
00044   domain(const Element<S,T>& aut, Element<S2, T2>& res);
00045 
00046   template <typename S, typename S2, typename T, typename T2>
00047   Element<S2, T2>
00048   domain(const Element<S,T>& aut);
00049 
00050 
00051   /*------.
00052   | Image |
00053   `------*/
00054 
00055   template <typename S, typename S2, typename T, typename T2>
00056   void
00057   image(const Element<S,T>& aut, Element<S2, T2>& res);
00058 
00059   template <typename S, typename S2, typename T, typename T2>
00060   Element<S2, T2>
00061   image(const Element<S,T>& aut);
00062 
00063 
00064   /*---------.
00065   | Identity |
00066   `---------*/
00067 
00068   template <typename S, typename S2, typename T, typename T2>
00069   void
00070   identity(const Element<S,T>& aut, Element<S2, T2>& res);
00071 
00072   template <typename S, typename S2, typename T, typename T2>
00073   Element<S2, T2>
00074   identity(const Element<S,T>& aut);
00075 
00076 } // End of namespace vcsn.
00077 
00078 
00079 # ifndef VCSN_USE_INTERFACE_ONLY
00080 #  include <vaucanson/algorithms/projections_fmp.hxx>
00081 # endif // VCSN_USE_INTERFACE_ONLY
00082 
00083 
00084 #endif // ! VCSN_ALGORITHMS_PROJECTIONS_FMP_HH

Generated on Sat Jul 29 17:13:10 2006 for Vaucanson by  doxygen 1.4.6