MCPcopy Create free account
hub / github.com/Stability-AI/stable-fast-3d / QueueEntry

Class QueueEntry

texture_baker/texture_baker/csrc/baker.cpp:251–255  ·  view source on GitHub ↗

Define a struct for queue entries

Source from the content-addressed store, hash-verified

249
250 // Define a struct for queue entries
251 struct QueueEntry {
252 int node_idx;
253 int start;
254 int end;
255 };
256
257 // Queue for breadth-first traversal
258 std::queue<QueueEntry> node_queue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected