RhtAccNode Class Reference
Hough-Transform accumulator node. More...
#include <models/shape/accumulators/ht_accum.h>

Public Member Functions | |
| RhtAccNode () | |
| Constructor. | |
| virtual | ~RhtAccNode () |
| Destructor. | |
| virtual void | clear (int ignore) |
| Clear. | |
Protected Attributes | |
| RhtAccNode * | left |
| left | |
| RhtAccNode * | right |
| right | |
| RhtAccNode * | next |
| used for recycling | |
Detailed Description
Hough-Transform accumulator node.Definition at line 31 of file ht_accum.h.
Constructor & Destructor Documentation
| RhtAccNode::RhtAccNode | ( | ) |
| RhtAccNode::~RhtAccNode | ( | ) | [virtual] |
Member Function Documentation
| void RhtAccNode::clear | ( | int | ignore | ) | [virtual] |
Member Data Documentation
RhtAccNode* RhtAccNode::left [protected] |
left
Definition at line 40 of file ht_accum.h.
Referenced by clear(), RhtRNode::dump(), RhtYNode::dump(), RhtXNode::dump(), RhtRNode::getNodes(), RhtYNode::getNodes(), RhtXNode::getNodes(), RhtRNode::insert(), RhtYNode::insert(), RhtXNode::insert(), and RhtAccNode().
RhtAccNode* RhtAccNode::next [protected] |
used for recycling
Definition at line 44 of file ht_accum.h.
Referenced by RhtRNode::cleanup(), RhtYNode::cleanup(), RhtXNode::cleanup(), RhtRNode::generate(), RhtYNode::generate(), RhtXNode::generate(), and RhtAccNode().
RhtAccNode* RhtAccNode::right [protected] |
right
Definition at line 42 of file ht_accum.h.
Referenced by clear(), RhtRNode::dump(), RhtYNode::dump(), RhtXNode::dump(), RhtRNode::getNodes(), RhtYNode::getNodes(), RhtXNode::getNodes(), RhtRNode::insert(), RhtYNode::insert(), RhtXNode::insert(), and RhtAccNode().
The documentation for this class was generated from the following files:
- src/firevision/models/shape/accumulators/ht_accum.h
- src/firevision/models/shape/accumulators/ht_accum.cpp

