![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Classes | |
| struct | Selection |
Public Member Functions | |
| const H5::Group & | getGroup () const |
| Handle * | getHandleForPath (const std::string &path) const |
| Document | getInfo () const |
| template<typename T> | |
| std::vector< T > | getVectorAtPath (const Path &path) const |
| template<typename T> | |
| std::vector< glm::tvec3< T, glm::defaultp > > | getVectorOfVec3AtPath (const Path &path) const |
| std::shared_ptr< Volume > | getVolumeAtPathAsType (const Path &path, std::vector< Selection > selection, const DataFormatBase *type) const |
| Handle (const Handle &rhs) | |
| Handle (const std::filesystem::path &filename) | |
| Handle (const std::filesystem::path &filename, Path path) | |
| Handle (Handle &&rhs) | |
| Handle & | operator= (const Handle &that) |
| Handle & | operator= (Handle &&that) |