| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
ShapeBlob.hGo 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 3.0beta |
Generated Wed Oct 4 00:01:54 2006 by Doxygen 1.4.7 |