5 #ifndef __namespace_generic__ 6 #define __namespace_generic__ bool checkBeamDistance(float value)
Check if BeamDistance is a valid value.
Definition: generic.cpp:32
bool checkLongitude(float value)
Check if longitude is a valid value.
Definition: generic.cpp:16
bool checkLatitude(float value)
Check if latitude is a valid value.
Definition: generic.cpp:21
bool checkElevation(float value)
Check if Elevation is a valid value.
Definition: generic.cpp:26
float getMissing()
Return the missing value used for private attribute (NaN if available or the maximum float supported)...
Definition: generic.cpp:3
Generic utility namespace.
Definition: generic.hpp:18
bool isMissing(float value)
Check if the float value passed is set to missing value.
Definition: generic.cpp:8