BinaryIO.cpp
Go to the documentation of this file.
1
#include "
BinaryIO.h
"
2
3
#include <
ArmarXCore/core/exceptions/local/ExpressionException.h
>
4
5
6
namespace
visionx::voxelgrid::io
7
{
8
9
void
BinaryIO::checkPositive(
int
value
)
10
{
11
ARMARX_CHECK_POSITIVE
(
value
);
12
}
13
14
void
BinaryIO::checkPositive(
float
value
)
15
{
16
ARMARX_CHECK_POSITIVE
(
value
);
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
VisionX
libraries
VoxelGridCore
io
BinaryIO.cpp
Generated on Sat Oct 12 2024 09:14:18 for armarx_documentation by
1.8.17