PairwiseGraphRegistration class aligns the clouds two by two More...
#include <pairwise_graph_registration.h>

Public Types | |
| typedef pcl::registration::GraphHandler < GraphT >::Vertex | GraphHandlerVertex |
| typedef Registration< PointT, PointT >::Ptr | RegistrationPtr |
Public Member Functions | |
| RegistrationPtr | getRegistrationMethod () |
| Get the registration object. | |
| bool | isIncremental () const |
| Is incremental ? | |
| PairwiseGraphRegistration () | |
| Empty constructor. | |
| PairwiseGraphRegistration (const RegistrationPtr ®, bool incremental) | |
| Constructor. | |
| void | setIncremental (bool incremental) |
| If True the initial transformation is always set to the Identity. | |
| void | setRegistrationMethod (const RegistrationPtr ®) |
| Set the registration object. | |
| virtual | ~PairwiseGraphRegistration () |
| Empty destructor. | |
Protected Attributes | |
| bool | incremental_ |
| If True the initial transformation is always set to the Identity. | |
| RegistrationPtr | registration_method_ |
| The registration object. | |
Private Member Functions | |
| virtual void | computeRegistration () |
| The registration method. | |
PairwiseGraphRegistration class aligns the clouds two by two
Definition at line 54 of file pairwise_graph_registration.h.
| typedef pcl::registration::GraphHandler<GraphT>::Vertex pcl::PairwiseGraphRegistration< GraphT, PointT >::GraphHandlerVertex |
Reimplemented from pcl::GraphRegistration< GraphT >.
Definition at line 62 of file pairwise_graph_registration.h.
| typedef Registration<PointT, PointT>::Ptr pcl::PairwiseGraphRegistration< GraphT, PointT >::RegistrationPtr |
Definition at line 61 of file pairwise_graph_registration.h.
| virtual pcl::PairwiseGraphRegistration< GraphT, PointT >::~PairwiseGraphRegistration | ( | ) | [inline, virtual] |
Empty destructor.
Definition at line 65 of file pairwise_graph_registration.h.
| pcl::PairwiseGraphRegistration< GraphT, PointT >::PairwiseGraphRegistration | ( | ) | [inline] |
Empty constructor.
Definition at line 69 of file pairwise_graph_registration.h.
| pcl::PairwiseGraphRegistration< GraphT, PointT >::PairwiseGraphRegistration | ( | const RegistrationPtr & | reg, |
| bool | incremental | ||
| ) | [inline] |
Constructor.
Definition at line 72 of file pairwise_graph_registration.h.
| void pcl::PairwiseGraphRegistration< GraphT, PointT >::computeRegistration | ( | ) | [private, virtual] |
The registration method.
Implements pcl::GraphRegistration< GraphT >.
Definition at line 44 of file pairwise_graph_registration.hpp.
| RegistrationPtr pcl::PairwiseGraphRegistration< GraphT, PointT >::getRegistrationMethod | ( | ) | [inline] |
Get the registration object.
Definition at line 84 of file pairwise_graph_registration.h.
| bool pcl::PairwiseGraphRegistration< GraphT, PointT >::isIncremental | ( | ) | const [inline] |
Is incremental ?
Definition at line 98 of file pairwise_graph_registration.h.
| void pcl::PairwiseGraphRegistration< GraphT, PointT >::setIncremental | ( | bool | incremental | ) | [inline] |
If True the initial transformation is always set to the Identity.
Definition at line 91 of file pairwise_graph_registration.h.
| void pcl::PairwiseGraphRegistration< GraphT, PointT >::setRegistrationMethod | ( | const RegistrationPtr & | reg | ) | [inline] |
Set the registration object.
Definition at line 77 of file pairwise_graph_registration.h.
bool pcl::PairwiseGraphRegistration< GraphT, PointT >::incremental_ [protected] |
If True the initial transformation is always set to the Identity.
Definition at line 107 of file pairwise_graph_registration.h.
RegistrationPtr pcl::PairwiseGraphRegistration< GraphT, PointT >::registration_method_ [protected] |
The registration object.
Definition at line 105 of file pairwise_graph_registration.h.