SketchDataRoot.cc File Reference
#include "SketchDataRoot.h"
#include "SketchSpace.h"
#include "ShapeRoot.h"
#include "ViewerConnection.h"
#include <string>
#include "Shared/ProjectInterface.h"
#include <stddef.h>
#include "Shared/Resource.h"
#include <stdint.h>
#include "Socket.h"
#include "DummySocket.h"
#include <list>
#include "Shared/LoadSave.h"
#include "Shared/Config.h"
#include "Shared/get_time.h"
#include "Vision/SegmentedColorGenerator.h"
Go to the source code of this file.
Namespaces |
| namespace | DualCoding |
| | Dual coding vision representations (Sketches and Shapes).
|
Defines |
| #define | SKETCHDATA_ENCODE(a) if(!LoadSave::encodeInc(a,buf,avail,"SketchData encode ran out of space at %s:%u\n",__FILE__,__LINE__)) return 0; |
Define Documentation
| #define SKETCHDATA_ENCODE |
( |
a |
|
) |
if(!LoadSave::encodeInc(a,buf,avail,"SketchData encode ran out of space at %s:%u\n",__FILE__,__LINE__)) return 0; |