Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InRange

[dst] is set to 255 (all 1 -bits) if [src] is within the specified 1D, 2D, 3D, ... box and 0 otherwise.

Hierarchy

Implements

Index

Constructors

constructor

  • new InRange(defaultOptions?: T): InRange

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = "[dst] is set to 255 (all 1 -bits) if [src] is within the specified 1D, 2D, 3D, ... box and 0 otherwise."

isInPlace

isInPlace: boolean = false

name

name: string = "InRange"

noDst

noDst: boolean = false

noInPlace

noInPlace: boolean = false

Optional optionsOrder

optionsOrder: keyof T[]

sameSizeAndType

sameSizeAndType: boolean = false

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

Generated using TypeDoc