Classes | Public Types | Public Member Functions | Private Member Functions | Private Attributes
point_containment_filter::ShapeMask Class Reference

Computing a mask for a pointcloud that states which points are inside the robot. More...

#include <shape_mask.h>

List of all members.

Classes

struct  SeeShape
struct  SortBodies

Public Types

enum  { INSIDE = 0, OUTSIDE = 1, CLIP = 2 }
 The possible values of a mask computed for a point. More...
typedef boost::function< bool(ShapeHandle,
Eigen::Affine3d &)> 
TransformCallback

Public Member Functions

ShapeHandle addShape (const shapes::ShapeConstPtr &shape, double scale=1.0, double padding=0.0)
int getMaskContainment (double x, double y, double z) const
 Get the containment mask (INSIDE or OUTSIDE) value for an individual point. It is assumed the point is in the frame corresponding to the TransformCallback.
int getMaskContainment (const Eigen::Vector3d &pt) const
 Get the containment mask (INSIDE or OUTSIDE) value for an individual point. It is assumed the point is in the frame corresponding to the TransformCallback.
void maskContainment (const pcl::PointCloud< pcl::PointXYZ > &data_in, const Eigen::Vector3d &sensor_pos, const double min_sensor_dist, const double max_sensor_dist, std::vector< int > &mask)
 Compute the containment mask (INSIDE or OUTSIDE) for a given pointcloud. If a mask element is INSIDE, the point is inside the robot. The point is outside if the mask element is OUTSIDE.
void removeShape (ShapeHandle handle)
void setTransformCallback (const TransformCallback &transform_callback)
 ShapeMask (const TransformCallback &transform_callback=TransformCallback())
 Construct the filter.
 ~ShapeMask ()
 Destructor to clean up.

Private Member Functions

void freeMemory ()
 Free memory.

Private Attributes

std::set< SeeShape, SortBodiesbodies_
std::vector
< bodies::BoundingSphere
bspheres_
ShapeHandle min_handle_
ShapeHandle next_handle_
boost::mutex shapes_lock_
TransformCallback transform_callback_
std::map< ShapeHandle,
std::set< SeeShape, SortBodies >
::iterator > 
used_handles_

Detailed Description

Computing a mask for a pointcloud that states which points are inside the robot.

Definition at line 58 of file shape_mask.h.


Member Typedef Documentation

typedef boost::function<bool (ShapeHandle, Eigen::Affine3d&)> point_containment_filter::ShapeMask::TransformCallback

Definition at line 71 of file shape_mask.h.


Member Enumeration Documentation

anonymous enum

The possible values of a mask computed for a point.

Enumerator:
INSIDE 
OUTSIDE 
CLIP 

Definition at line 64 of file shape_mask.h.


Constructor & Destructor Documentation

Construct the filter.

Definition at line 41 of file shape_mask.cpp.

Destructor to clean up.

Definition at line 48 of file shape_mask.cpp.


Member Function Documentation

point_containment_filter::ShapeHandle point_containment_filter::ShapeMask::addShape ( const shapes::ShapeConstPtr shape,
double  scale = 1.0,
double  padding = 0.0 
)

Definition at line 66 of file shape_mask.cpp.

Free memory.

Definition at line 53 of file shape_mask.cpp.

int point_containment_filter::ShapeMask::getMaskContainment ( double  x,
double  y,
double  z 
) const

Get the containment mask (INSIDE or OUTSIDE) value for an individual point. It is assumed the point is in the frame corresponding to the TransformCallback.

Definition at line 173 of file shape_mask.cpp.

int point_containment_filter::ShapeMask::getMaskContainment ( const Eigen::Vector3d &  pt) const

Get the containment mask (INSIDE or OUTSIDE) value for an individual point. It is assumed the point is in the frame corresponding to the TransformCallback.

Definition at line 162 of file shape_mask.cpp.

void point_containment_filter::ShapeMask::maskContainment ( const pcl::PointCloud< pcl::PointXYZ > &  data_in,
const Eigen::Vector3d &  sensor_pos,
const double  min_sensor_dist,
const double  max_sensor_dist,
std::vector< int > &  mask 
)

Compute the containment mask (INSIDE or OUTSIDE) for a given pointcloud. If a mask element is INSIDE, the point is inside the robot. The point is outside if the mask element is OUTSIDE.

Definition at line 113 of file shape_mask.cpp.

Definition at line 98 of file shape_mask.cpp.

Definition at line 60 of file shape_mask.cpp.


Member Data Documentation

Definition at line 133 of file shape_mask.h.

Definition at line 135 of file shape_mask.h.

Definition at line 130 of file shape_mask.h.

Definition at line 129 of file shape_mask.h.

boost::mutex point_containment_filter::ShapeMask::shapes_lock_ [mutable, private]

Definition at line 132 of file shape_mask.h.

Definition at line 128 of file shape_mask.h.

Definition at line 134 of file shape_mask.h.


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


perception
Author(s): Ioan Sucan , Jon Binney , Suat Gedikli
autogenerated on Wed Aug 26 2015 12:43:21