BinaryIO.cpp
Go to the documentation of this file.
1 #include "BinaryIO.h"
2 
4 
5 
7 {
8 
9  void BinaryIO::checkPositive(int value)
10  {
12  }
13 
14  void BinaryIO::checkPositive(float value)
15  {
17  }
18 
19 }
20 
21 
visionx::voxelgrid::io
Definition: BinaryIO.cpp:6
BinaryIO.h
cxxopts::value
std::shared_ptr< Value > value()
Definition: cxxopts.hpp:926
ARMARX_CHECK_POSITIVE
#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...
Definition: ExpressionException.h:145
ExpressionException.h