opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
opynsim.h File Reference
#include <libopynsim/data_frame.h>
#include <libopynsim/model_specification.h>
#include <liboscar/graphics/mesh.h>
#include <liboscar/platform/log_level.h>
#include <filesystem>
#include <vector>
Include dependency graph for opynsim.h:

Go to the source code of this file.

Namespaces

namespace  opyn
 

Functions

osc::LogLevel opyn::get_log_level ()
 Returns the logging level of the default global log sink that's used by all subsystems.
 
void opyn::set_log_level (osc::LogLevel)
 
bool opyn::init ()
 
std::vector< std::filesystem::path > opyn::get_search_paths ()
 
void opyn::prepend_search_path (std::filesystem::path search_path)
 
void opyn::append_search_path (std::filesystem::path search_path)
 
bool opyn::remove_search_path (const std::filesystem::path &search_path)
 
ModelSpecification opyn::read_osim (const std::filesystem::path &source)
 
DataFrame opyn::read_sto (const std::filesystem::path &source)
 
DataFrame opyn::read_mot (const std::filesystem::path &source)
 
DataFrame opyn::read_trc (const std::filesystem::path &source)
 
DataFrame opyn::read_csv (const std::filesystem::path &source)
 
osc::Mesh opyn::read_vtp (const std::filesystem::path &source)
 
osc::Mesh opyn::read_obj (const std::filesystem::path &source)
 
osc::Mesh opyn::read_stl (const std::filesystem::path &source)
 
osc::Texture2D opyn::read_png (const std::filesystem::path &source)
 
osc::Texture2D opyn::read_jpeg (const std::filesystem::path &source)
 
osc::Texture2D opyn::read_jpg (const std::filesystem::path &source)
 An alias for read_jpeg.