/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 246 | |
| 247 | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 248 | vtkMatrix3x3 * |
| 249 | pcl::visualization::PCLPainter2D::getTransform() |
| 250 | { |
| 251 | return current_transform_->GetMatrix (); |
| 252 | } |
| 253 | |
| 254 | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 255 | void |
no outgoing calls