Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SketchPoolRoot.ccGo to the documentation of this file.00001 //-*-c++-*- 00002 00003 #include "SketchSpace.h" 00004 00005 using namespace std; 00006 00007 namespace DualCoding { 00008 00009 SketchPoolRoot::~SketchPoolRoot() {} 00010 00011 int SketchPoolRoot::getRefreshCounter() const { 00012 return space->getRefreshCounter(); 00013 } 00014 00015 const std::string& SketchPoolRoot::getSpaceName() const { 00016 return space->name; 00017 } 00018 00019 } // namespace 00020 |
DualCoding 5.1CVS |
Generated Mon May 9 04:56:28 2016 by Doxygen 1.6.3 |