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

/home/r0/dav/atlas.dir/atlas3/sources/gkmod/blocks_fwd.h

Go to the documentation of this file.
00001 /*!
00002 \file
00003 \brief Class declaration and type definitions for class Block.
00004 */
00005 
00006 /*
00007   This is blocks_fwd.h
00008 
00009   Copyright (C) 2004,2005 Fokko du Cloux
00010   part of the Atlas of Reductive Lie Groups
00011 
00012   See file main.cpp for full copyright notice
00013 */
00014 
00015 #ifndef BLOCKS_FWD_H  /* guard against multiple inclusions */
00016 #define BLOCKS_FWD_H
00017 
00018 #include <cstddef>
00019 #include <vector>
00020 
00021 namespace atlas {
00022 
00023 /******** type declarations *************************************************/
00024 
00025 namespace blocks {
00026 
00027   class Block;
00028 
00029   typedef unsigned int BlockElt;
00030   typedef std::vector<BlockElt> BlockEltList;
00031   typedef std::pair<BlockElt,BlockElt> BlockEltPair;
00032   typedef std::vector<BlockEltPair> BlockEltPairList;
00033 
00034 }
00035 
00036 }
00037 
00038 #endif

Generated on Wed Mar 26 16:49:33 2008 for atlas by  doxygen 1.3.9.1