HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
prototypeSceneIndexUtils.h
Go to the documentation of this file.
1 //
2 // Copyright 2025 Pixar
3 //
4 // Licensed under the terms set forth in the LICENSE.txt file available at
5 // https://openusd.org/license.
6 //
7 #ifndef PXR_USD_IMAGING_USD_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
8 #define PXR_USD_IMAGING_USD_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
9 
10 #include "pxr/pxr.h"
11 
12 #include "pxr/base/tf/token.h"
13 
15 
16 namespace UsdImaging_PrototypeSceneIndexUtils
17 {
18 
19 bool IsRenderablePrimType(const TfToken &primType);
20 
21 }
22 
24 
25 #endif // PXR_USD_IMAGING_USD_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
#define PXR_NAMESPACE_OPEN_SCOPE
Definition: pxr.h:73
bool IsRenderablePrimType(const TfToken &primType)
Definition: token.h:70
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74