Rerun C++ SDK
Loading...
Searching...
No Matches
Deprecated List
Member rerun::archetypes::Asset3D::from_bytes (rerun::Collection< uint8_t > bytes, std::optional< rerun::components::MediaType > media_type={})
Use from_file_contents instead.
Member rerun::archetypes::Asset3D::from_file (const std::filesystem::path &path)
Use from_file_path instead.
Member rerun::TimeColumn::from_sequence_points (std::string timeline_name, Collection< int64_t > sequence_points, SortingStatus sorting_status=SortingStatus::Unknown)
Use from_sequence instead.
Member rerun::TimeColumn::from_times (std::string timeline_name, const Collection< std::chrono::duration< TRep, TPeriod > > &chrono_times, SortingStatus sorting_status=SortingStatus::Unknown)
Use from_durations instead.