Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bitwise

Hierarchy

Implements

Index

Constructors

constructor

  • new Bitwise(defaultOptions?: T): Bitwise

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = ""

isInPlace

isInPlace: boolean = false

name

name: string = "Bitwise"

noDst

noDst: boolean = false

noInPlace

noInPlace: boolean = true

optionsOrder

optionsOrder: ("dst" | "src" | "type" | "src2" | "mask")[] = ['src', 'dst', 'type', 'mask', 'src2'] as (keyof BitwiseOptions)[]

sameSizeAndType

sameSizeAndType: boolean = true

validChannels

validChannels: number[] | undefined = undefined

Protected validateEachExec

validateEachExec: boolean = false

Protected validated

validated: boolean = false

Methods

Protected _exec

Protected afterExec

Protected allChannels

Protected checkDst

Protected checkInPlaceAfter

Protected checkInPlaceBefore

Protected checkInputImage

Protected checkOptions

  • checkOptions(o?: T): T

exec

resolveOptionsObject

Protected validate

  • validate(o: BitwiseOptions): undefined | "type option is required" | "src2 option is required"

Generated using TypeDoc