@brief Returns the intensity mode Returns the current intensity mode of type IntensityModes @return the current intensity mode */
| 231 | @return the current intensity mode |
| 232 | */ |
| 233 | inline IntensityModes getIntensityMode() const |
| 234 | { |
| 235 | return intensity_mode_; |
| 236 | } |
| 237 | |
| 238 | /** |
| 239 | @brief Sets the intensity mode |