Go to the source code of this file.
◆ call_template_function
#define call_template_function |
( |
|
F | ) |
|
Value: switch(_pointCloudProviderInfo.pointCloudFormat->type) \
{ \
\
\
\
case visionx::PointContentType::eOrientedPoints : \
ARMARX_ERROR << "eOrientedPoints NOT HANDLED IN VISIONX"; \
[[fallthrough]]; default: \
ARMARX_ERROR << "Could not process point cloud, because format '" \
<< _pointCloudProviderInfo.pointCloudFormat->type << "' is unknown"; \
} do{}while(false)
Definition at line 41 of file MaskFilterPointCloudProcessor.cpp.