CheckableFloatArray Struct Reference
#include <math.h>
Definition at line 1690 of file math.h.
Sets the associated boolean value.
Definition at line 1701 of file math.h.
bool State |
( |
void |
| ) |
const |
|
inline |
Retrieves the associated boolean value.
Definition at line 1703 of file math.h.
float Value |
( |
unsigned int |
i | ) |
const |
|
inline |
Definition at line 1705 of file math.h.
#define MB_ASSERT(condition)
void SetValue |
( |
unsigned int |
i, |
|
|
float |
v |
|
) |
| |
|
inline |
Definition at line 1706 of file math.h.
#define MB_ASSERT(condition)
void AddElement |
( |
unsigned int |
i, |
|
|
QString |
sLabel, |
|
|
float |
fMin, |
|
|
float |
fMax, |
|
|
float |
fValue |
|
) |
| |
|
inline |
Definition at line 1708 of file math.h.
1711 MB_ASSERT(fValue > fMin && fValue < fMax);
#define MB_ASSERT(condition)
bool IsComplementary |
( |
| ) |
const |
|
inline |
the return value is true when the second range is [0, m_aMax[0] - m_aValue[0]].
Definition at line 1722 of file math.h.
void SetComplementary |
( |
bool |
b | ) |
|
|
inline |
Definition at line 1726 of file math.h.
bool operator==(const CheckableFloatArray &) const
Definition at line 1728 of file math.h.
1731 for (
unsigned int i = 0; i <
m_iSize; ++i)
The documentation for this struct was generated from the following file: