4#include "Foundation/Collections/FixedIndexQueue.h"
14 class SwathPathResamplingPositions;
23 enum class SwathPathChunkFlag : uint32_t {
28 ENABLE_ENUM_FLAGS(SwathPathChunkFlag);
38 SwathPathChunkFlag flags;
51 const uint32_t getGeneration()
const {
return generation; }
57 uint32_t preferredExtent;
59 uint32_t resamplingPosGen = 0;
60 uint32_t generation = 0;
Indexable queue where an element index is fixed through arbitrary enqueues and dequeues.
Contains all Cogs related functionality.
uint32_t a
Start of range, inclusive.
uint32_t b
End of range, inclusive.
IndexRange support
All indexes relevant for this chunk.
IndexRange extent
The actual extent of the chunk.