Converter.cpp
Go to the documentation of this file.
1#include "Converter.h"
2
4{
5 void
6 ImageConverter::configure(const nlohmann::json& json)
7 {
8 }
9
16
19 {
20 auto d = _convert(data, p);
21 return d;
22 }
23
24} // namespace armarx::armem::server::ltm::processor::converter::data
virtual ConversionResult _convert(const aron::data::NDArrayPtr &data)=0
ConversionResult convert(const aron::data::VariantPtr &data) final
Definition Converter.cpp:11
The Path class.
Definition Path.h:36
std::shared_ptr< Variant > VariantPtr