Impact Acquire SDK C++
MirrorParameters Class Reference

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

#include <mvIMPACT_acquire.h>

Inheritance diagram for MirrorParameters:
[legend]

Public Member Functions

HOBJ hObj (void) const
 Returns a unique identifier for the component collection referenced by this object.
 
const ComponentCollectionrestoreDefault (void) const
 Restores the default for every component of this collection.
 

Public Attributes

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

Protected Attributes

HOBJ m_hRoot
 

Friends

class ImageProcessing
 

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::mirrorOperationMode is set to mvIMPACT::acquire::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.

Member Function Documentation

◆ hObj()

HOBJ hObj ( void ) const
inlineinherited

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()

const ComponentCollection & restoreDefault ( void ) const
inlineinherited

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.

Friends And Related Symbol Documentation

◆ ImageProcessing

friend class ImageProcessing
friend

Member Data Documentation

◆ m_hRoot

HOBJ m_hRoot
protectedinherited

◆ mirrorMode

PropertyIMirrorMode mirrorMode

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.