Skip to content

Struct ILLIXR::data_format::scene_recon_path

ClassList > ILLIXR > data_format > scene_recon_path

Inherits the following classes: ILLIXR::switchboard::event

Public Attributes

Type Name
std::string depth_path
pose_type pose
std::string rgb_path
time_point time

Public Functions

Type Name
scene_recon_path (time_point camera_time, pose_type pose_, std::string depth_path_, std::string rgb_path_)

Public Functions inherited from ILLIXR::switchboard::event

See ILLIXR::switchboard::event

Type Name
void serialize (Archive & ar, const unsigned int version)
virtual ~event () = default

Public Attributes Documentation

variable depth_path

std::string ILLIXR::data_format::scene_recon_path::depth_path;

variable pose

pose_type ILLIXR::data_format::scene_recon_path::pose;

variable rgb_path

std::string ILLIXR::data_format::scene_recon_path::rgb_path;

variable time

time_point ILLIXR::data_format::scene_recon_path::time;

Public Functions Documentation

function scene_recon_path

inline ILLIXR::data_format::scene_recon_path::scene_recon_path (
    time_point camera_time,
    pose_type pose_,
    std::string depth_path_,
    std::string rgb_path_
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/ILLIXR/include/illixr/data_format/scene_reconstruction.hpp