cgv
|
Public Member Functions | |
size_t | get_data_size () const |
volume_info (const volume &V, const std::string &path="") | |
Public Attributes | |
volume::dimension_type | dimensions |
volume::extent_type | extent |
volume::point_type | position |
cgv::math::fmat< volume::coord_type, 3, 3 > | orientation |
std::string | path |
cgv::type::info::TypeId | type_id |
cgv::data::ComponentFormat | components |
Definition at line 13 of file volume_io.h.
cgv::media::volume::volume_info::volume_info | ( | ) |
Definition at line 17 of file volume_io.cxx.
cgv::media::volume::volume_info::volume_info | ( | const volume & | V, |
const std::string & | path = "" |
||
) |
Definition at line 21 of file volume_io.cxx.
size_t cgv::media::volume::volume_info::get_data_size | ( | ) | const |
Definition at line 33 of file volume_io.cxx.
cgv::data::ComponentFormat cgv::media::volume::volume_info::components |
Definition at line 22 of file volume_io.h.
volume::dimension_type cgv::media::volume::volume_info::dimensions |
Definition at line 15 of file volume_io.h.
volume::extent_type cgv::media::volume::volume_info::extent |
Definition at line 16 of file volume_io.h.
cgv::math::fmat<volume::coord_type, 3, 3> cgv::media::volume::volume_info::orientation |
Definition at line 18 of file volume_io.h.
std::string cgv::media::volume::volume_info::path |
Definition at line 19 of file volume_io.h.
volume::point_type cgv::media::volume::volume_info::position |
Definition at line 17 of file volume_io.h.
cgv::type::info::TypeId cgv::media::volume::volume_info::type_id |
Definition at line 21 of file volume_io.h.