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
- ejt
- Name
- tekkotsu-3_0
- Revision
- 1.19
- State
- Exp
- Date
- 2006/09/09 04:32:40
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"
Include dependency graph for SketchData.h:
This graph shows which files directly or indirectly include this file:
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; |
|