| 102 | } |
| 103 | |
| 104 | void Renderer::setAlphaKeypoint(const float alphaKeypoint) |
| 105 | { |
| 106 | try |
| 107 | { |
| 108 | mAlphaKeypoint = alphaKeypoint; |
| 109 | } |
| 110 | catch (const std::exception& e) |
| 111 | { |
| 112 | error(e.what(), __LINE__, __FUNCTION__, __FILE__); |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | float Renderer::getAlphaHeatMap() const |
| 117 | { |