Loading...
Searching...
No Matches
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
11
12#include "pxr/pxr.h"
13
18
19PXR_NAMESPACE_OPEN_SCOPE
20
25
26template<
27 class T,
31
32template<
33 class T,
37
38
43
44template<class T>
47
48template<class T>
51
52template<
53 class T,
57
58template<
59 class T,
63
64PXR_NAMESPACE_CLOSE_SCOPE
65
66#endif
An iterator that can be used to refine the given iterator IteratorType to iterate over a given mask b...
This iterator can be used to iterate through an input that is weighted by one or more weight vectors.
VdfMaskedIteratorMode
Enum to specify the behavior of VdfMaskedIterator as template parameter.
@ VisitSet
Visit the elements in the visitMask instead of skipping them.