3#include <cgv/base/base.h>
4#include <cgv/data/data_view.h>
13class 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);
58 std::string get_type_name()
const;
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>
base class for all classes that can be registered with support for dynamic properties (see also secti...
the data view gives access to a data array of one, two, three or four dimensions.