Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ShapeMarker.h

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

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