MP5
Image Compression
|
A simple class representing a single node of a Quadtree. More...
Public Attributes | |
QuadtreeNode * | nwChild |
pointer to northwest child More... | |
QuadtreeNode * | neChild |
pointer to northeast child More... | |
QuadtreeNode * | swChild |
pointer to southwest child More... | |
QuadtreeNode * | seChild |
pointer to southeast child More... | |
RGBAPixel | element |
the pixel stored as this node's "data" More... | |
A simple class representing a single node of a Quadtree.
You may want to add to this class; in particular, it could probably use a constructor or two...
QuadtreeNode* Quadtree::QuadtreeNode::nwChild |
pointer to northwest child
QuadtreeNode* Quadtree::QuadtreeNode::neChild |
pointer to northeast child
QuadtreeNode* Quadtree::QuadtreeNode::swChild |
pointer to southwest child
QuadtreeNode* Quadtree::QuadtreeNode::seChild |
pointer to southeast child
RGBAPixel Quadtree::QuadtreeNode::element |
the pixel stored as this node's "data"