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
visionx::voxelgrid::io
Definition: BinaryIO.cpp:5
BinaryIO.h
cxxopts::value
std::shared_ptr< Value > value()
Definition: cxxopts.hpp:855
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