ufe  4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
namedSelection.h
Go to the documentation of this file.
1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/namedSelection.h"
2 #ifndef _namedSelection
3 #define _namedSelection
4 // ===========================================================================
5 // Copyright 2020 Autodesk, Inc. All rights reserved.
6 //
7 // Use of this software is subject to the terms of the Autodesk license
8 // agreement provided at the time of installation or download, or which
9 // otherwise accompanies this software in either electronic or hard copy form.
10 // ===========================================================================
11 
12 #include "common/ufeExport.h"
13 
14 #include <memory>
15 #include <string>
16 
17 UFE_NS_DEF {
18 
19 class Selection;
20 
32 namespace NamedSelection {
33 
34 typedef std::shared_ptr<Selection> Ptr;
35 
46 UFE_SDK_DECL const Ptr& get(const std::string& name);
47 
55 UFE_SDK_DECL void remove(const std::string& name);
56 }
57 
58 }
59 
60 #endif /* _namedSelection */
std::string string(const Path &path)
Definition of macros for symbol visibility.
std::shared_ptr< Selection > Ptr
#define UFE_NS_DEF
Definition: ufe.h:35
#define UFE_SDK_DECL
Definition: ufeExport.h:36