IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2004, 12:05:10 PM (22 years ago)
Author:
Paul Price
Message:

Added unary NOT on a bitset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psBitset.h

    r519 r604  
    4848    );
    4949
     50/** Apply unary NOT to a bitset */
     51psBitset *
     52psBitsetNot(psBitset *out,              ///< Output bitset, or NULL
     53            psBitset *in                ///< Input bitset to be NOT-ed
     54    );
     55
    5056/* \} */ // End of MathGroup Functions
    5157
Note: See TracChangeset for help on using the changeset viewer.