PK_TRANSF_operation_t   

typedef int PK_TRANSF_operation_t;

Used in:

PK_TRANSF_transform_o_t


This datatype specifies what operation to use when combining transforms.

PK_TRANSF_operation_t can take the values:

    PK_TRANSF_operation_none_c      The transform is used as supplied.
    PK_TRANSF_operation_invert_c    The transform is inverted before being
                                    combined.