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
namedSelection.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/namedSelection.h"
2#ifndef UFE_NAMEDSELECTION_H
3#define UFE_NAMEDSELECTION_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 "common/ufeExport.h"
14
15#include <memory>
16#include <string>
17
19
20class Selection;
21
33namespace NamedSelection {
34
35typedef std::shared_ptr<Selection> Ptr;
36
47UFE_SDK_DECL const Ptr& get(const std::string& name);
48
57}
58
59}
60
61#endif /* UFE_NAMEDSELECTION_H */
std::shared_ptr< Selection > Ptr
void remove(const std::string &name)
const Ptr & get(const std::string &name)
std::string string(const Path &path)
#define UFE_NS_DEF
Definition: ufe.h:36
Definition of macros for symbol visibility.
#define UFE_SDK_DECL
Definition: ufeExport.h:35