Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ShapeBlob.h

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

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