Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ShapeLocalizationParticle.hGo to the documentation of this file.00001 //-*-c++-*- 00002 #ifndef _SHAPELOCALIZATIONPARTICLE_H_ 00003 #define _SHAPELOCALIZATIONPARTICLE_H_ 00004 00005 #include "DualCoding/ShapeRoot.h" 00006 #include "LocalizationParticleData.h" 00007 00008 namespace DualCoding { 00009 00010 template<> 00011 class Shape<LocalizationParticleData> : public ShapeRoot { 00012 public: 00013 SHAPESTUFF_H(LocalizationParticleData); // defined in ShapeRoot.h 00014 00015 }; 00016 00017 } // namespace 00018 00019 #endif |
DualCoding 5.1CVS |
Generated Mon May 9 04:56:27 2016 by Doxygen 1.6.3 |