| 236 | std::vector<image_t>& reg_image_ids) {} |
| 237 | |
| 238 | void ImageColormapNameFilter::AddColorForWord( |
| 239 | const std::string& word, |
| 240 | const Eigen::Vector4f& plane_color, |
| 241 | const Eigen::Vector4f& frame_color) { |
| 242 | image_name_colors_.emplace_back(word, |
| 243 | std::make_pair(plane_color, frame_color)); |
| 244 | } |
| 245 | |
| 246 | void ImageColormapNameFilter::ComputeColor(const Image& image, |
| 247 | Eigen::Vector4f* plane_color, |
no outgoing calls
no test coverage detected