SketchData.h File Reference
Detailed Description
A resource which holds the image date for a Sketch, managed collectively by a SketchSpace.
- Author:
- neilh (Creator)
- Author
- dst
- Name
- tekkotsu-4_0
- Revision
- 1.22
- State
- Exp
- Date
- 2007/08/25 01:49:16
Definition in file SketchData.h.
#include <valarray>
#include <iostream>
#include <stdexcept>
#include <limits>
#include <map>
#include "Shared/LoadSave.h"
#include "Shared/Config.h"
#include "Shared/debuget.h"
#include "Vision/SegmentedColorGenerator.h"
#include "Shared/ProjectInterface.h"
#include "SketchTypes.h"
#include "SketchDataRoot.h"
#include "ViewerConnection.h"
#include "SketchSpace.h"
Go to the source code of this file.
|
Namespaces |
namespace | DualCoding |
Classes |
class | SketchData |
| Holds the pixels for an individual sketch. More...
|
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; |
|