/////////////////////////////////////////////////////////////////////////////////////
| 340 | |
| 341 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 342 | void |
| 343 | pcl::visualization::ImageViewer::showShortImage ( |
| 344 | const unsigned short* short_image, unsigned int width, unsigned int height, |
| 345 | unsigned short min_value, unsigned short max_value, bool grayscale, |
| 346 | const std::string &layer_id, double opacity) |
| 347 | { |
| 348 | addShortImage (short_image, width, height, min_value, max_value, grayscale, layer_id, opacity); |
| 349 | render (); |
| 350 | } |
| 351 | |
| 352 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 353 | void |
no outgoing calls
no test coverage detected