==============================================================================
| 172 | |
| 173 | //============================================================================== |
| 174 | void Shape::notifyColorUpdated(const Eigen::Vector4d& /*color*/) |
| 175 | { |
| 176 | // Do nothing |
| 177 | } |
| 178 | |
| 179 | //============================================================================== |
| 180 | std::size_t Shape::incrementVersion() |
no outgoing calls
no test coverage detected