Skip to content

Commit

Permalink
Add new interface to getShapeActorMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Logrus committed Jun 4, 2014
1 parent 6dbe990 commit 39bc4e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions visualization/include/pcl/visualization/pcl_visualizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,12 @@ namespace pcl
return (cloud_actor_map_);
}

/** \brief Return a pointer to the ShapeActorMap this visualizer uses. */
ShapeActorMapPtr
getShapeActorMap ()
{
return (shape_actor_map_);
}

/** \brief Set the position in screen coordinates.
* \param[in] x where to move the window to (X)
Expand Down

0 comments on commit 39bc4e9

Please sign in to comment.