| 233 | } |
| 234 | |
| 235 | LightsDefinition Lights_Impl::lightsDefinition() const { |
| 236 | return this->definition().cast<LightsDefinition>(); |
| 237 | } |
| 238 | |
| 239 | bool Lights_Impl::setLightsDefinition(const LightsDefinition& definition) { |
| 240 | return this->setPointer(this->definitionIndex(), definition.handle()); |