BinaryIO.cpp
Go to the documentation of this file.
1#include "BinaryIO.h"
2
4
6{
7
8 void
9 BinaryIO::checkPositive(int value)
10 {
12 }
13
14 void
15 BinaryIO::checkPositive(float value)
16 {
18 }
19
20} // namespace visionx::voxelgrid::io
#define ARMARX_CHECK_POSITIVE(number)
This macro evaluates whether number is positive (> 0) and if it turns out to be false it will throw a...