|
Jafar
|
**************************************************************************** FrameTransformer More...
**************************************************************************** FrameTransformer
Definition at line 27 of file filters.hpp.
#include <filters.hpp>
Public Types | |
| typedef pcl::PCLBase< PointT > | BaseClass |
| typedef pcl::PointCloud< PointT > | PointCloud |
|
typedef boost::shared_ptr < const Eigen::Affine3f > | AffineConstPtr |
|
typedef boost::shared_ptr < FrameTransformer< PointT > > | Ptr |
|
typedef boost::shared_ptr < const FrameTransformer < PointT > > | ConstPtr |
Public Member Functions | |
| int | setInputAffine (const AffineConstPtr &affine) |
| int | compute (PointCloud &output) |
Private Member Functions | |
| bool | initCompute () |
Private Attributes | |
| AffineConstPtr | affine |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|