Skip to content
Snippets Groups Projects
Commit aa6b918b authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: add ZoneMesh::inZone method that returns a PackedBoolList

- useful for generating combined zones. Eg,

      cellZone combined
      (
          "combinedZone",
          czm.inZone(key).used(),
          ZoneI,
          *this
      );
parent e12581bf
Branches
Tags
No related merge requests found
Showing
with 81 additions and 40 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment