|
MP5
CS 225: Image Compression
|
Contains functions of the Quadtree class used for grading. More...
Functions | |
| void | printTree (std::ostream &out=std::cout) const |
| Given: prints the leaves of the Quadtree using a preorder traversal. | |
| bool | operator== (Quadtree const &other) const |
| Given: compares the current Quadtree with the parameter Quadtree, and determines whether or not the two are the same. More... | |
Contains functions of the Quadtree class used for grading.
| bool operator== | ( | Quadtree const & | other | ) | const |
Given: compares the current Quadtree with the parameter Quadtree, and determines whether or not the two are the same.
| other | Reference to a const Quadtree object, against which the current Quadtree will be compared |
1.8.9.1