Represents a sequence of Series with optional associated metadata.
Definition data_frame.h:16
Definition model_specification.h:16
Definition texture2d.h:22
Definition component_registry.h:14
std::vector< std::filesystem::path > get_search_paths()
osc::Texture2D read_png(const std::filesystem::path &source)
osc::Texture2D read_jpeg(const std::filesystem::path &source)
DataFrame read_trc(const std::filesystem::path &source)
bool remove_search_path(const std::filesystem::path &search_path)
osc::Texture2D read_jpg(const std::filesystem::path &source)
An alias for read_jpeg.
osc::Mesh read_obj(const std::filesystem::path &source)
void set_log_level(osc::LogLevel)
void append_search_path(std::filesystem::path search_path)
DataFrame read_csv(const std::filesystem::path &source)
osc::LogLevel get_log_level()
Returns the logging level of the default global log sink that's used by all subsystems.
void prepend_search_path(std::filesystem::path search_path)
osc::Mesh read_vtp(const std::filesystem::path &source)
DataFrame read_mot(const std::filesystem::path &source)
ModelSpecification read_osim(const std::filesystem::path &source)
DataFrame read_sto(const std::filesystem::path &source)
osc::Mesh read_stl(const std::filesystem::path &source)
LogLevel
Definition log_level.h:11