Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SketchIndices Class ReferenceTable of indices of sketch elements; parent of the Region class. More...
Inheritance diagram for SketchIndices:
Detailed DescriptionTable of indices of sketch elements; parent of the Region class. Definition at line 20 of file SketchIndices.h.
Member Typedef Documentation
Definition at line 27 of file SketchIndices.h.
Definition at line 23 of file SketchIndices.h. Constructor & Destructor Documentation
Constructor. Definition at line 32 of file SketchIndices.h.
Destructor. Definition at line 35 of file SketchIndices.h. Member Function DocumentationAdds indices of non-zero pixels. Definition at line 40 of file SketchIndices.cc. Referenced by visops::bdist().
Renders the indices as a Sketch<bool> Definition at line 56 of file SketchIndices.cc.
Returns the result of adding the elements of another SketchIndices to the current SketchIndices Definition at line 19 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 26 of file SketchIndices.cc.
Operator for indirection based on passed in Sketch. Returns a new SketchIndices based on applying the indirection. Definition at line 11 of file SketchIndices.cc.
Removes any indices from SketchIndices which are outside the bounds of the SketchSpace. Definition at line 48 of file SketchIndices.cc. Referenced by visops::bdist(). Member Data DocumentationDefinition at line 29 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(), SketchIndices::getRendering(), Region::isContained(), Region::mostDistantPtFrom(), SketchIndices::operator+(), SketchIndices::operator-(), SketchIndices::operator[](), Sketch< T >::setIndices(), and SketchIndices::trimBounds(). The documentation for this class was generated from the following files: |
DualCoding 5.1CVS |
Generated Mon May 9 04:56:31 2016 by Doxygen 1.6.3 |