#include <hypothesis.h>

Public Member Functions | |
| HypothesisBase (const ModelLibrary::Model *obj_model) | |
| HypothesisBase (const ModelLibrary::Model *obj_model, const float *rigid_transform) | |
| void | setModel (const ModelLibrary::Model *model) |
| virtual | ~HypothesisBase () |
Public Attributes | |
| const ModelLibrary::Model * | obj_model_ |
| float | rigid_transform_ [12] |
Definition at line 56 of file hypothesis.h.
| pcl::recognition::HypothesisBase::HypothesisBase | ( | const ModelLibrary::Model * | obj_model | ) | [inline] |
Definition at line 59 of file hypothesis.h.
| pcl::recognition::HypothesisBase::HypothesisBase | ( | const ModelLibrary::Model * | obj_model, |
| const float * | rigid_transform | ||
| ) | [inline] |
Definition at line 63 of file hypothesis.h.
| virtual pcl::recognition::HypothesisBase::~HypothesisBase | ( | ) | [inline, virtual] |
Definition at line 69 of file hypothesis.h.
| void pcl::recognition::HypothesisBase::setModel | ( | const ModelLibrary::Model * | model | ) | [inline] |
Definition at line 72 of file hypothesis.h.
Definition at line 79 of file hypothesis.h.
Definition at line 78 of file hypothesis.h.