Point Cloud Library (PCL)  1.7.0
Classes | Public Member Functions | Protected Attributes
pcl::recognition::RotationSpaceCell Class Reference

#include <pcl/recognition/ransac_based/rigid_transform_space.h>

List of all members.

Classes

class  Entry

Public Member Functions

 RotationSpaceCell ()
virtual ~RotationSpaceCell ()
std::map< const
ModelLibrary::Model *, Entry > & 
getEntries ()
const RotationSpaceCell::EntrygetEntry (const ModelLibrary::Model *model) const
const RotationSpaceCell::EntryaddRigidTransform (const ModelLibrary::Model *model, const float axis_angle[3], const float translation[3])

Protected Attributes

std::map< const
ModelLibrary::Model *, Entry
model_to_entry_

Detailed Description

Definition at line 59 of file rigid_transform_space.h.


Constructor & Destructor Documentation

Definition at line 142 of file rigid_transform_space.h.

Definition at line 143 of file rigid_transform_space.h.

References model_to_entry_.


Member Function Documentation

const RotationSpaceCell::Entry& pcl::recognition::RotationSpaceCell::addRigidTransform ( const ModelLibrary::Model model,
const float  axis_angle[3],
const float  translation[3] 
) [inline]

Definition at line 166 of file rigid_transform_space.h.

References model_to_entry_.

Definition at line 149 of file rigid_transform_space.h.

References model_to_entry_.

Definition at line 155 of file rigid_transform_space.h.

References model_to_entry_.


Member Data Documentation


The documentation for this class was generated from the following file: