SyncFloat

MacroModule
genre Fields
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition helpers.def
see also SyncVector
keywords synchronize, break, loop, cycle, epsilon

Purpose

The module SyncFloat synchronizes the two float fields so that the data they represent is always consistent.

Windows

Default Panel

../../../Modules/Macros/Helpers/mhelp/Images/Screenshots/SyncFloat._default.png

Parameter Fields

Visible Fields

Float1

name: float1, type: Double, default: 0

Sets the first float value to synchronize.

Float2

name: float2, type: Double, default: 0

Sets the second float value to synchronize.

Epsilon

name: epsilon, type: Float, default: 9.9999997e-05

Sets an epsilon value for comparing the two float values. Only if they differ by epsilon an update happens.