Skip to content

Commit

Permalink
Merge pull request #725 from Logrus/master
Browse files Browse the repository at this point in the history
Add new interface to getShapeActorMap
  • Loading branch information
taketwo committed Jun 7, 2014
2 parents 6dbe990 + 39bc4e9 commit 0e13e16
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 0e13e16

Please sign in to comment.