Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/recognition/ransac_based/rigid_transform_space.h>
Classes | |
class | Entry |
Public Member Functions | |
RotationSpaceCell ()=default | |
virtual | ~RotationSpaceCell () |
std::map< const ModelLibrary::Model *, Entry > & | getEntries () |
const RotationSpaceCell::Entry * | getEntry (const ModelLibrary::Model *model) const |
const RotationSpaceCell::Entry & | addRigidTransform (const ModelLibrary::Model *model, const float axis_angle[3], const float translation[3]) |
Protected Attributes | |
std::map< const ModelLibrary::Model *, Entry > | model_to_entry_ |
Definition at line 58 of file rigid_transform_space.h.
|
default |
|
inlinevirtual |
Definition at line 141 of file rigid_transform_space.h.
References model_to_entry_.
|
inline |
Definition at line 164 of file rigid_transform_space.h.
References model_to_entry_.
|
inline |
Definition at line 147 of file rigid_transform_space.h.
References model_to_entry_.
|
inline |
Definition at line 153 of file rigid_transform_space.h.
References model_to_entry_.
|
protected |
Definition at line 170 of file rigid_transform_space.h.
Referenced by addRigidTransform(), getEntries(), getEntry(), and ~RotationSpaceCell().