[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]

details ChunkedArrayOptions Class Reference VIGRA

Option object for ChunkedArray construction. More...

#include <vigra/multi_array_chunked.hxx>

Public Member Functions

ChunkedArrayOptionscacheMax (int v)
 Maximum number of chunks in the cache. More...
 
 ChunkedArrayOptions ()
 Initialize options with defaults.
 
ChunkedArrayOptionscompression (CompressionMethod v)
 Compress inactive chunks with the given method. More...
 
ChunkedArrayOptionsfillValue (double v)
 Element value for read-only access of uninitialized chunks. More...
 

Detailed Description

Option object for ChunkedArray construction.

Member Function Documentation

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)


The documentation for this class was generated from the following file:

© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de)
Heidelberg Collaboratory for Image Processing, University of Heidelberg, Germany

html generated using doxygen and Python
vigra 1.11.1 (Fri May 19 2017)