Impact Acquire SDK Java
MirrorParameters Class Reference

Properties for configuring settings belonging to the mirror filter that processes a certain channel of a captured image. More...

Inheritance diagram for MirrorParameters:
[legend]

Public Member Functions

synchronized void delete ()
 
PropertyI getMirrorMode ()
 An enumerated integer property defining the mirror mode to be applied to this channel of the image.
 
int hObj ()
 Returns a unique identifier for the component collection referenced by this object.
 
ComponentCollection restoreDefault ()
 Restores the default for every component of this collection.
 

Protected Member Functions

void finalize ()
 
 MirrorParameters (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (ComponentCollection obj)
 
static long swigRelease (MirrorParameters obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Properties for configuring settings belonging to the mirror filter that processes a certain channel of a captured image.

Properties in this class will only have influence on the capture process if mvIMPACT.acquire.ImageProcessing.getMirrorOperationMode() is set to mvIMPACT.acquire.TMirrorOperationMode.momChannelBased.

Note
Objects of this class can't be constructed directly. Its parameters can be accessed via an instance of a class derived from mvIMPACT.acquire.ImageProcessing.

Constructor & Destructor Documentation

◆ MirrorParameters()

MirrorParameters ( long cPtr,
boolean cMemoryOwn )
protected

Member Function Documentation

◆ delete()

synchronized void delete ( )

Reimplemented from ComponentCollection.

◆ finalize()

void finalize ( )
protected

Reimplemented from ComponentCollection.

◆ getMirrorMode()

PropertyI getMirrorMode ( )

An enumerated integer property defining the mirror mode to be applied to this channel of the image.

Valid values for this property are defined by the enumeration mvIMPACT.acquire.TMirrorMode.

◆ hObj()

int hObj ( )
inherited

Returns a unique identifier for the component collection referenced by this object.

This handle will always reference an object of type mvIMPACT.acquire.ComponentList.

Returns
A unique identifier for the component referenced by this object.

◆ restoreDefault()

ComponentCollection restoreDefault ( )
inherited

Restores the default for every component of this collection.

Calling this function will restore the default value for every component belonging to this collection.

Note
The caller must have the right to modify the component. Otherwise an exception will be thrown.
Returns
A const reference to the component.

◆ swigRelease() [1/2]

static long swigRelease ( ComponentCollection obj)
staticprotectedinherited

◆ swigRelease() [2/2]

static long swigRelease ( MirrorParameters obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protectedinherited