Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ShapeCylinder.h

Go to the documentation of this file.
00001 //-*-c++-*-
00002 #ifndef _SHAPECYLINDER_H_
00003 #define _SHAPECYLINDER_H_
00004 
00005 #include "ShapeRoot.h"
00006 #include "CylinderData.h"
00007 
00008 namespace DualCoding {
00009   
00010   class ShapeSpace;
00011   
00012   template<>
00013   class Shape<CylinderData> : public ShapeRoot {
00014   public:
00015     SHAPESTUFF_H(CylinderData);   // defined in ShapeRoot.h
00016   };
00017   
00018 } // namespace
00019 
00020 #endif // _SHAPECYLINDER_H_

DualCoding 5.1CVS
Generated Mon May 9 04:56:27 2016 by Doxygen 1.6.3