3 #include <cgv/base/base.h>
4 #include <cgv/data/data_view.h>
13 class CGV_API video_reader;
48 bool set_void(
const std::string& property,
const std::string& type,
const void* value);
50 bool get_void(
const std::string& property,
const std::string& type,
void* value);
60 static const std::string& get_supported_extensions(
char sep =
';');
62 static std::string construct_filter_string();
64 std::string get_property_declarations();
66 const std::string& get_last_error()
const;
68 bool open(
const std::string& file_name);
72 float get_fps()
const;
89 #include <cgv/config/lib_end.h>
Definition: data_view.h:155
const char * get_type_name(TypeId tid)
function that returns the name of a type specified through TypeId
Definition: type_id.cxx:117
the cgv namespace
Definition: vr_calib.cxx:9