warp.MeshQuery#
- class warp.MeshQuery[source]#
Object used to track state during mesh traversal.
Erased parent of the concrete query-kind tags: codegen produces this type only when the concrete kind is lost (a branch merging two kinds, or a function parameter annotated with the parent). Iteration then dispatches on the kind stored in the query at construction.