RhtAccNode Class Reference

Hough-Transform accumulator node. More...

#include <models/shape/accumulators/ht_accum.h>

Inheritance diagram for RhtAccNode:

List of all members.


Public Member Functions

 RhtAccNode ()
 Constructor.
virtual ~RhtAccNode ()
 Destructor.
virtual void clear (int ignore)
 Clear.

Protected Attributes

RhtAccNodeleft
 left
RhtAccNoderight
 right
RhtAccNodenext
 used for recycling

Detailed Description

Hough-Transform accumulator node.

Definition at line 31 of file ht_accum.h.


Constructor & Destructor Documentation

RhtAccNode::RhtAccNode (  ) 

Constructor.

Definition at line 57 of file ht_accum.cpp.

References left, next, and right.

RhtAccNode::~RhtAccNode (  )  [virtual]

Destructor.

Definition at line 64 of file ht_accum.cpp.


Member Function Documentation

void RhtAccNode::clear ( int  ignore  )  [virtual]

Clear.

Parameters:
ignore ignored

Reimplemented in RhtRNode, RhtYNode, and RhtXNode.

Definition at line 72 of file ht_accum.cpp.

References left, and right.


Member Data Documentation


The documentation for this class was generated from the following files: