|
Rerun C++ SDK
|
Definition of a timeline. More...
#include <rerun/timeline.hpp>
Public Member Functions | |
| Timeline (std::string name_, TimeType type_) | |
| Creates a new timeline. | |
| Error | to_c_ffi_struct (rr_timeline &out_column) const |
| To rerun C API timeline. | |
Public Attributes | |
| std::string | name |
| The name of the timeline. | |
| TimeType | type |
| The type of the timeline. | |
Definition of a timeline.