Generated on Tue Dec 16 12:49:16 2008 for BIU-2.2.0 by doxygen 1.5.1

src/biu/LatticeDescriptorFCC.hh

Go to the documentation of this file.
00001 #ifndef LATTICEDESCRIPTORFCC_HH_
00002 #define LATTICEDESCRIPTORFCC_HH_
00003 
00004 
00005 #include "LatticeDescriptor.hh"
00006 
00007 namespace biu
00008 {
00009     
00015     class LatticeDescriptorFCC : public LatticeDescriptor
00016     {
00017     protected:
00018         virtual unsigned int getNeighborDataSize() const;
00019         virtual const NeighborData *getNeighborData() const;
00020         virtual unsigned int getAutomorphismDataSize() const;
00021         virtual const AutomorphismData *getAutomorphismData() const;
00022     public:
00023         LatticeDescriptorFCC();
00024         virtual ~LatticeDescriptorFCC();
00032         virtual bool areNeighbored( const IntPoint &first, 
00033                                     const IntPoint &second ) const;
00034     };
00035 
00036 } // namespace biu
00037 
00038 #endif /*LATTICEDESCRIPTORFCC_HH_*/