#include <pol_match.h>
Collaboration diagram for mimas::pol_match:

Public Types | |
| typedef boost::numeric::ublas::vector< double > | Vector |
Public Member Functions | |
| pol_match () | |
| void | setPosition (const Vector &v) |
| const Vector & | getPosition () const |
| void | setOrientation (const angle &a) |
| const angle & | getOrientation () const |
| void | setStrength (double d) |
| double | getScale (void) const |
| void | setScale (double d) |
Public Attributes | |
| pol_model * | model_found |
| is this used?? | |
| Vector | pos |
| position of centroid of model | |
| angle | orient |
| orientation | |
| double | strength |
| strength of match. higher==better match found | |
| double | scale |
| the scale of the match. | |
stumeikle Mon 04 Nov 2002 17:30:22 CET
Definition at line 21 of file pol_match.h.
| typedef boost::numeric::ublas::vector< double > mimas::pol_match::Vector |
Definition at line 24 of file pol_match.h.
| mimas::pol_match::pol_match | ( | ) | [inline] |
| void mimas::pol_match::setPosition | ( | const Vector & | v | ) | [inline] |
| const Vector& mimas::pol_match::getPosition | ( | ) | const [inline] |
| void mimas::pol_match::setOrientation | ( | const angle & | a | ) | [inline] |
| const angle& mimas::pol_match::getOrientation | ( | ) | const [inline] |
| void mimas::pol_match::setStrength | ( | double | d | ) | [inline] |
| double mimas::pol_match::getScale | ( | void | ) | const [inline] |
| void mimas::pol_match::setScale | ( | double | d | ) | [inline] |
position of centroid of model
Definition at line 26 of file pol_match.h.
Referenced by getPosition(), and setPosition().
orientation
Definition at line 27 of file pol_match.h.
Referenced by getOrientation(), and setOrientation().
strength of match. higher==better match found
Definition at line 28 of file pol_match.h.
Referenced by pol_match(), and setStrength().
the scale of the match.
Definition at line 29 of file pol_match.h.
Referenced by getScale(), pol_match(), and setScale().