FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
H++/H5FileAccess.hpp
1#ifndef __H5_FILE_ACCESS_HPP
2#define __H5_FILE_ACCESS_HPP
3
4#include "H5Property.hpp"
5
6class H5FileAccess : public H5Property
7{
8protected:
10};
11
13{
14protected:
16};
17
19{
20public:
22
23static bool haveNativeWindows();
24};
25
27{
28protected:
30};
31
32
33
34#endif // __H5_FILE_ACCESS_HPP
35
36
Definition H++/H5FileAccess.hpp:27
Definition H++/H5FileAccess.hpp:19
Definition H++/H5FileAccess.hpp:13
Definition H++/H5FileAccess.hpp:7
Representing an HDF5 property.
Definition H++/H5Property.hpp:12