1#line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.11-windows/ufe/include/lightHandler.h"
29 typedef std::shared_ptr<LightHandler>
Ptr;
Factory base class for Light interface.
virtual Light::Ptr light(const SceneItem::Ptr &item) const =0
LightHandler()
Constructor.
virtual ~LightHandler()
Destructor.
std::shared_ptr< LightHandler > Ptr
LightHandler(const LightHandler &)=default
Default copy constructor.
std::shared_ptr< Light > Ptr
std::shared_ptr< SceneItem > Ptr