Impact Acquire SDK Java
|
A base class for sets of properties that can be modified by the user. More...
Public Member Functions | |
synchronized void | delete () |
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 | |
ComponentCollection (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | swigRelease (ComponentCollection obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
A base class for sets of properties that can be modified by the user.
|
protected |
synchronized void delete | ( | ) |
Reimplemented in AutoControlParameters, BasicDeviceSettings, BasicDeviceSettingsWithAOI, BufferPart, CameraDescriptionBase, CameraDescriptionCameraLink, CameraDescriptionDigital, CameraDescriptionDigitalBase, CameraDescriptionDigitalBase2, CameraDescriptionNonStandard, CameraDescriptionSDI, CameraDescriptionStandard, CameraDescriptionStandardBase, CameraSettingsBase, CameraSettingsBlueCOUGAR, CameraSettingsBlueDevice, CameraSettingsBlueFOX, CameraSettingsFrameGrabber, CameraSettingsV4L2Device, CameraSettingsVirtualDevice, Connector, DataStreamModule, DepthControl, DeviceModule, DigitalIOMeasurementControl, GainOffsetKneeChannelParameters, GenTLDriverConfigurator, GenTLProducerConfiguration, HDRControl, HDRKneePoint, I2CControl, ImageDestination, ImageMemoryManager, ImageProcessing, ImageRequestControl, Info, InfoBlueCOUGAR, InfoBlueDevice, InfoBlueFOX, InterfaceModule, LUTParameters, MirrorParameters, MotorFocusControl, mvAutoFeatureControl, mvCurrentControl, mvDefectivePixelCorrectionControl, mvFFCControl, mvFrameAverageControl, mvHDRControl, mvLensControl, mvLogicGateControl, mvSerialInterfaceControl, PulseStartConfiguration, RequestInfoConfiguration, RTCtrProgram, RTCtrProgramStep, Statistics, SyncOutput, SystemBlueFOX, SystemModule, SystemSettings, SystemV4L2, TriggerControl, and WhiteBalanceSettings.
|
protected |
Reimplemented in AutoControlParameters, BasicDeviceSettings, BasicDeviceSettingsWithAOI, BufferPart, CameraDescriptionBase, CameraDescriptionCameraLink, CameraDescriptionDigital, CameraDescriptionDigitalBase, CameraDescriptionDigitalBase2, CameraDescriptionNonStandard, CameraDescriptionSDI, CameraDescriptionStandard, CameraDescriptionStandardBase, CameraSettingsBase, CameraSettingsBlueCOUGAR, CameraSettingsBlueDevice, CameraSettingsBlueFOX, CameraSettingsFrameGrabber, CameraSettingsV4L2Device, CameraSettingsVirtualDevice, Connector, DataStreamModule, DepthControl, DeviceModule, DigitalIOMeasurementControl, GainOffsetKneeChannelParameters, GenTLDriverConfigurator, GenTLProducerConfiguration, HDRControl, HDRKneePoint, I2CControl, ImageDestination, ImageMemoryManager, ImageProcessing, ImageRequestControl, Info, InfoBlueCOUGAR, InfoBlueDevice, InfoBlueFOX, InterfaceModule, LUTParameters, MirrorParameters, MotorFocusControl, mvAutoFeatureControl, mvCurrentControl, mvDefectivePixelCorrectionControl, mvFFCControl, mvFrameAverageControl, mvHDRControl, mvLensControl, mvLogicGateControl, mvSerialInterfaceControl, PulseStartConfiguration, RequestInfoConfiguration, RTCtrProgram, RTCtrProgramStep, Statistics, SyncOutput, SystemBlueFOX, SystemModule, SystemSettings, SystemV4L2, TriggerControl, and WhiteBalanceSettings.
int hObj | ( | ) |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
ComponentCollection restoreDefault | ( | ) |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotected |
|
protected |