|
degate 0.1.1
|
Storage policy for image objects that are stored in a persistent file. More...
#include <StoragePolicies.h>

Public Member Functions | |
| StoragePolicy_PersistentFile (unsigned int _width, unsigned int _height, std::string const &filename) | |
| virtual | ~StoragePolicy_PersistentFile () |
Storage policy for image objects that are stored in a persistent file.
Definition at line 162 of file StoragePolicies.h.
| degate::StoragePolicy_PersistentFile< PixelPolicy >::StoragePolicy_PersistentFile | ( | unsigned int | _width, |
| unsigned int | _height, | ||
| std::string const & | filename | ||
| ) | [inline] |
Definition at line 166 of file StoragePolicies.h.
:
StoragePolicy_File<PixelPolicy>(_width, _height, filename, true) {}
| virtual degate::StoragePolicy_PersistentFile< PixelPolicy >::~StoragePolicy_PersistentFile | ( | ) | [inline, virtual] |
Definition at line 171 of file StoragePolicies.h.
{}
1.7.4