Skip to content
Snippets Groups Projects
Commit ea4c8f4b authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: boolVector for specialized bundling of boolean values

- bundled of boolean values as a vector of 3 components with
  element access using x(), y() and z() member functions.
  It also has some methods similar to bitSet.

- Not derived from Vector or VectorSpace since it does not share very
  many vector-like characteristics.
parent bc9e97cf
Branches
Tags
  • Author Maintainer

    @vaggelisp - FYI: I also put this in for you (eg, NURBS3DVolume).

    Figured that it makes sense to have a List<boolVector> instead. It will also make it a bit more natural if you can use x(), y(), z() accessors. There are some additional methods such as all(), any(), none() for convenience.

    Let me know if there are any others that would be useful.

    /mark

  • Developer

    Hi @mark

    This look very handy, thanks! I'll update NURBS3DVolume soon, but possibly after v2006 since things are a bit tight at the moment. If I think of something like this that would be useful, I'll let you know.

  • Author Maintainer

    yes definitely not for v2006 release (not a bug in the existing code), but figured I would jot it down here before forgetting.

    Edited by Mark OLESEN
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