HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iterators.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_EXEC_VDF_ITERATORS_H
8 #define PXR_EXEC_VDF_ITERATORS_H
9 
10 /// \file
11 
12 #include "pxr/pxr.h"
13 
18 
20 
21 ////////////////////////////////////////////////////////////////////////////////
22 ///
23 /// Common masked iterators.
24 ///
25 
26 template<
27  class T,
31 
32 template<
33  class T,
37 
38 
39 ////////////////////////////////////////////////////////////////////////////////
40 ///
41 /// Common weighted iterators.
42 ///
43 
44 template<class T>
47 
48 template<class T>
51 
52 template<
53  class T,
57 
58 template<
59  class T,
63 
65 
66 #endif
#define PXR_NAMESPACE_OPEN_SCOPE
Definition: pxr.h:73
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
VdfMaskedIteratorMode