Image Component Library (ICL)
Classes | Static Public Member Functions | List of all members
icl::geom::PointCloudSerializer Struct Reference

Utility class used as intermediate layer for point cloud serialization. More...

#include <PointCloudSerializer.h>

Classes

struct  DefaultDeserializationDevice
 
struct  DefaultSerializationDevice
 Utilitty class used for. More...
 
struct  DeserializationDevice
 
struct  MandatoryInfo
 Mandatory information provided by each point cloud. More...
 
struct  SerializationDevice
 

Static Public Member Functions

static void serialize (const PointCloudObjectBase &o, SerializationDevice &d)
 
static void deserialize (PointCloudObjectBase &o, DeserializationDevice &d)
 

Detailed Description

Utility class used as intermediate layer for point cloud serialization.

Member Function Documentation

◆ deserialize()

static void icl::geom::PointCloudSerializer::deserialize ( PointCloudObjectBase o,
DeserializationDevice d 
)
static

◆ serialize()

static void icl::geom::PointCloudSerializer::serialize ( const PointCloudObjectBase o,
SerializationDevice d 
)
static

The documentation for this struct was generated from the following file: