ArVizStorage.cpp File Reference
#include "ArVizStorage.h"
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/util/IceBlobToObject.h>
#include <ArmarXCore/core/util/ObjectToIceBlob.h>
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <SimoxUtility/json/json.hpp>
#include <iomanip>
#include <optional>
+ Include dependency graph for ArVizStorage.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::viz
 This file is part of ArmarX.
 
 armarx::viz::data
 

Functions

void from_json (nlohmann::json const &j, Recording &recording)
 
void from_json (nlohmann::json const &j, RecordingBatchHeader &batch)
 
void to_json (nlohmann::json &j, Recording const &recording)
 
void to_json (nlohmann::json &j, RecordingBatchHeader const &batch)