Skip to content

Struct ILLIXR::data_format::semantic_xr::query_response

ClassList > ILLIXR > data_format > semantic_xr > query_response

  • #include <query_response.hpp>

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

Public Attributes

Type Name
std::vector< float > colors
int32_t num_point_clouds
std::vector< ILLIXR::data_format::semantic_xr::point_cloud > point_clouds
uint64_t query_id
float server_query_processing
std::string text_query

Public Functions

Type Name
query_response () = default

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 colors

std::vector<float> ILLIXR::data_format::semantic_xr::query_response::colors;

variable num_point_clouds

int32_t ILLIXR::data_format::semantic_xr::query_response::num_point_clouds;

variable point_clouds

std::vector<ILLIXR::data_format::semantic_xr::point_cloud> ILLIXR::data_format::semantic_xr::query_response::point_clouds;

variable query_id

uint64_t ILLIXR::data_format::semantic_xr::query_response::query_id;

variable server_query_processing

float ILLIXR::data_format::semantic_xr::query_response::server_query_processing;

variable text_query

std::string ILLIXR::data_format::semantic_xr::query_response::text_query;

Public Functions Documentation

function query_response

ILLIXR::data_format::semantic_xr::query_response::query_response () = default


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