/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 653 | |
| 654 | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 655 | bool |
| 656 | pcl::visualization::PCLPlotter::wasStopped () const |
| 657 | { |
| 658 | if (view_->GetInteractor()) |
| 659 | return (stopped_); |
| 660 | return (true); |
| 661 | } |
| 662 | |
| 663 | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 664 | void |
no outgoing calls