IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2004, 5:38:26 PM (22 years ago)
Author:
eugene
Message:

moved complex array functions inside psMath.h BinaryOp & UnaryOp
simplified BitMask operation function set

File:
1 edited

Legend:

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

    r237 r238  
    272272
    273273# endif
    274 
    275 /** allowed operators for the different image functions
     274/* image overlay operations
    276275    PS_OVERLAY_EQUALS   = '=',
    277276    PS_OVERLAY_ADD      = '+',
     
    279278    PS_OVERLAY_MULTIPLY = '*',
    280279    PS_OVERLAY_DIVIDE   = '/',
    281 
    282     PS_BINARY_ADD        = '+',
    283     PS_BINARY_SUBTRACT   = '-',
    284     PS_BINARY_MULTIPLY   = '*',
    285     PS_BINARY_DIVIDE     = '/',
    286     PS_BINARY_POWER      = '^',
    287     PS_BINARY_MIN,
    288     PS_BINARY_MAX,
    289     PS_BINARY_LESSTHAN   = '<',
    290     PS_BINARY_MORETHAN   = '>',
    291     PS_BINARY_ISEQUAL    = '==',
    292     PS_BINARY_NOTEQUAL   = '!=',
    293     PS_BINARY_LESSOREQ   = '<=',
    294     PS_BINARY_MOREOREQ   = '>=',
    295     PS_BINARY_AND        = '&&',
    296     PS_BINARY_OR         = '||',
    297     PS_BINARY_BITAND     = '&',
    298     PS_BINARY_BITOR      = '|',
    299     PS_BINARY_XOR        = '~',
    300     PS_BINARY_ATAN2      = 'atan2',
    301 
    302     PS_UNARY_IS     = '=',
    303     PS_UNARY_ABS,
    304     PS_UNARY_INT,
    305     PS_UNARY_EXP,
    306     PS_UNARY_TEN,
    307     PS_UNARY_LOG,
    308     PS_UNARY_LN,
    309     PS_UNARY_SQRT,
    310     PS_UNARY_SIN,
    311     PS_UNARY_COS,
    312     PS_UNARY_TAN,
    313     PS_UNARY_DSIN,
    314     PS_UNARY_DCOS,
    315     PS_UNARY_DTAN,
    316     PS_UNARY_ASIN,
    317     PS_UNARY_ACOS,
    318     PS_UNARY_ATAN,
    319     PS_UNARY_DASIN,
    320     PS_UNARY_DACOS,
    321     PS_UNARY_DATAN,
    322     PS_UNARY_RND,
    323     PS_UNARY_NOT,
    324     PS_UNARY_NEGATE = '-',
    325     PS_UNARY_INCR,
    326     PS_UNARY_DECR,
    327     PS_UNARY_ISINF,
    328     PS_UNARY_ISNAN
    329 **/
     280*/
Note: See TracChangeset for help on using the changeset viewer.