|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/recognition/ransac_based/rigid_transform_space.h>
Public Member Functions | |
| RotationSpaceCreator ()=default | |
| virtual | ~RotationSpaceCreator ()=default |
| RotationSpace * | create (const SimpleOctree< RotationSpace, RotationSpaceCreator, float >::Node *leaf) |
| void | setDiscretization (float value) |
| int | getNumberOfRotationSpaces () const |
| const std::list< RotationSpace * > & | getRotationSpaces () const |
| std::list< RotationSpace * > & | getRotationSpaces () |
| void | reset () |
Protected Attributes | |
| float | discretization_ |
| int | counter_ {0} |
| std::list< RotationSpace * > | rotation_spaces_ |
Definition at line 292 of file rigid_transform_space.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 299 of file rigid_transform_space.h.
References counter_, discretization_, pcl::recognition::SimpleOctree< NodeData, NodeDataCreator, Scalar >::Node::getCenter(), and rotation_spaces_.
|
inline |
Definition at line 314 of file rigid_transform_space.h.
References counter_.
|
inline |
Definition at line 320 of file rigid_transform_space.h.
References rotation_spaces_.
|
inline |
Definition at line 317 of file rigid_transform_space.h.
References rotation_spaces_.
|
inline |
Definition at line 323 of file rigid_transform_space.h.
References counter_, and rotation_spaces_.
|
inline |
Definition at line 311 of file rigid_transform_space.h.
References discretization_.
|
protected |
Definition at line 331 of file rigid_transform_space.h.
Referenced by create(), getNumberOfRotationSpaces(), and reset().
|
protected |
Definition at line 330 of file rigid_transform_space.h.
Referenced by create(), and setDiscretization().
|
protected |
Definition at line 332 of file rigid_transform_space.h.
Referenced by create(), getRotationSpaces(), getRotationSpaces(), and reset().