|
HDK
|
Include dependency graph for maskedIterator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | VdfMaskedIterator< IteratorType, mode > |
Enumerations | |
| enum | VdfMaskedIteratorMode { VdfMaskedIteratorMode::VisitUnset = 0, VdfMaskedIteratorMode::VisitSet } |
|
strong |
Enum to specify the behavior of VdfMaskedIterator as template parameter.
| Enumerator | |
|---|---|
| VisitUnset |
The elements in the visitMask are skipped (default). |
| VisitSet |
Visit the elements in the visitMask instead of skipping them. |
Definition at line 23 of file maskedIterator.h.