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
selectionTrieFwd.h
Go to the documentation of this file.
1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/selectionTrieFwd.h"
2 #ifndef _ufeSelectionTrieFwd
3 #define _ufeSelectionTrieFwd
4 // =======================================================================
5 // Copyright 2020 Autodesk, Inc. All rights reserved.
6 //
7 // This computer source code and related instructions and comments are the
8 // unpublished confidential and proprietary information of Autodesk, Inc.
9 // and are protected under applicable copyright and trade secret law. They
10 // may not be disclosed to, copied or used by any third party without the
11 // prior written consent of Autodesk, Inc.
12 // =======================================================================
13 
14 #include "sceneItemList.h"
15 
16 UFE_NS_DEF {
17 
18 template<typename T> class Trie;
20 
21 }
22 
23 #endif /* _ufeSelectionTrieFwd */
Node for Universal Front End trie.
Trie< Ufe::SceneItemList::iterator > SelectionTrie
#define UFE_NS_DEF
Definition: ufe.h:35