[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | ChunkedArrayOptions Class Reference |  | 
Option object for ChunkedArray construction. More...
#include <vigra/multi_array_chunked.hxx>
| Public Member Functions | |
| ChunkedArrayOptions & | cacheMax (int v) | 
| Maximum number of chunks in the cache.  More... | |
| ChunkedArrayOptions () | |
| Initialize options with defaults. | |
| ChunkedArrayOptions & | compression (CompressionMethod v) | 
| Compress inactive chunks with the given method.  More... | |
| ChunkedArrayOptions & | fillValue (double v) | 
| Element value for read-only access of uninitialized chunks.  More... | |
Option object for ChunkedArray construction.
| ChunkedArrayOptions& fillValue | ( | double | v | ) | 
Element value for read-only access of uninitialized chunks.
Default: 0
| ChunkedArrayOptions& cacheMax | ( | int | v | ) | 
Maximum number of chunks in the cache.
Default: -1 ( = use a heuristic depending on array shape)
| ChunkedArrayOptions& compression | ( | CompressionMethod | v | ) | 
Compress inactive chunks with the given method.
Default: DEFAULT_COMPRESSION (depends on backend)
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |