ufe 7.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
light2Handler.h
Go to the documentation of this file.
1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.13-windows/ufe/include/light2Handler.h"
2#ifndef UFE_LIGHT2HANDLER_H
3#define UFE_LIGHT2HANDLER_H
4
5// ===========================================================================
6// Copyright 2025 Autodesk, Inc. All rights reserved.
7//
8// The use of this software is subject to the Autodesk Terms of Use or other
9// license agreement provided at the time of installation or download, or
10// which otherwise accompanies this software.
11// ===========================================================================
12
13#include "light2.h"
14#include "sceneItem.h"
15
17
18class Path;
19
21
28{
29public:
30 typedef std::shared_ptr<Light2Handler> Ptr;
34 Light2Handler(const Light2Handler&) = default;
36 virtual ~Light2Handler();
37
45 const SceneItem::Ptr& item) const = 0;
46
47};
48
49}
50
51#endif /* UFE_LIGHT2HANDLER_H */
Factory base class for Light2 interface.
Definition: light2Handler.h:28
Light2Handler()
Constructor.
std::shared_ptr< Light2Handler > Ptr
Definition: light2Handler.h:30
virtual ~Light2Handler()
Destructor.
virtual Light2::Ptr light(const SceneItem::Ptr &item) const =0
Light2Handler(const Light2Handler &)=default
Default copy constructor.
std::shared_ptr< Light2 > Ptr
Definition: light2.h:114
std::shared_ptr< SceneItem > Ptr
Definition: sceneItem.h:45
#define UFE_NS_DEF
Definition: ufe.h:36
#define UFE_SDK_DECL
Definition: ufeExport.h:35