Rerun C++ SDK
|
Datatype: A helper type for mapping class IDs to class descriptions. More...
#include <rerun/datatypes/class_description_map_elem.hpp>
Public Member Functions | |
ClassDescriptionMapElem (ClassDescription _class_description) | |
Public Attributes | |
rerun::datatypes::ClassId | class_id |
The key: the class ID. | |
rerun::datatypes::ClassDescription | class_description |
The value: class name, color, etc. | |
Datatype: A helper type for mapping class IDs to class descriptions.
This is internal to the AnnotationContext
structure.