Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SketchIndices Class Reference#include <SketchIndices.h>
Inheritance diagram for SketchIndices:
![]() Detailed DescriptionTable of indices of sketch elements; parent of the Region class.Definition at line 16 of file SketchIndices.h.
Member Typedef Documentation
Definition at line 18 of file SketchIndices.h.
Definition at line 19 of file SketchIndices.h.
Constructor & Destructor Documentation
Member Function Documentation
Operator for indirection based on passed in Sketch. Returns a new SketchIndices based on applying the indirection. Definition at line 10 of file SketchIndices.cc.
Returns the result of adding the elements of another SketchIndices to the current SketchIndices Definition at line 18 of file SketchIndices.cc.
Returns the result of removing the elements of another SketchIndices from the current SketchIndices. This is much more computationally expensive than addition, so try to minimize usage by distribution law: x-y-z=x-(y+z) Definition at line 25 of file SketchIndices.cc. Adds indices of non-zero pixels.
Definition at line 39 of file SketchIndices.cc. Referenced by visops::bdist().
Removes any indices from SketchIndices which are outside the bounds of the SketchSpace.
Definition at line 47 of file SketchIndices.cc. Referenced by visops::bdist().
Member Data Documentation
Definition at line 21 of file SketchIndices.h. Referenced by SketchIndices::addIndices(), visops::bdist(), Region::findArea(), Region::findBotBound(), Region::findCentralMoment(), Region::findLeftBound(), Region::findMoment(), Region::findRightBound(), Region::findTopBound(), Region::findXcoordFor(), Region::findYcoordFor(), Region::isContained(), Region::mostDistantPtFrom(), SketchIndices::operator+(), SketchIndices::operator-(), DualCoding::operator<<(), SketchIndices::operator[](), Sketch::setIndices(), and SketchIndices::trimBounds().
The documentation for this class was generated from the following files: |
DualCoding 4.0 |
Generated Thu Nov 22 00:54:06 2007 by Doxygen 1.5.4 |