[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
ChunkedArrayFull< N, T, Alloc > Member List | ![]() |
This is the complete list of members for ChunkedArrayFull< N, T, Alloc >, including all inherited members.
allocate(pointer &ptr, difference_type_1 s, const_reference init) | MultiArray< N, T, Alloc > | protected |
allocate(pointer &ptr, difference_type_1 s, U const *init) | MultiArray< N, T, Alloc > | protected |
allocate(pointer &ptr, MultiArrayView< N, U, StrideTag > const &init) | MultiArray< N, T, Alloc > | protected |
allocator() const | MultiArray< N, T, Alloc > | |
allocator_type typedef | MultiArray< N, T, Alloc > | |
begin() | ChunkedArray< N, T > | |
begin() const | ChunkedArray< N, T > | |
bind(difference_type_1 index) const | ChunkedArray< N, T > | |
bindAt(MultiArrayIndex dim, MultiArrayIndex index) const | ChunkedArray< N, T > | |
bindInner(difference_type_1 index) const | ChunkedArray< N, T > | |
bindInner(const TinyVector< Index, M > &d) const | ChunkedArray< N, T > | |
bindOuter(difference_type_1 index) const | ChunkedArray< N, T > | |
bindOuter(const TinyVector< Index, M > &d) const | ChunkedArray< N, T > | |
cacheMaxSize() const | ChunkedArray< N, T > | |
cacheSize() const | ChunkedArray< N, T > | |
cbegin() const | ChunkedArray< N, T > | |
cend() const | ChunkedArray< N, T > | |
checkoutSubarray(shape_type const &start, MultiArrayView< N, U, Stride > &subarray) const | ChunkedArray< N, T > | |
chunk_begin(shape_type const &start, shape_type const &stop) | ChunkedArray< N, T > | |
chunk_begin(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
chunk_cbegin(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
chunk_cend(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
chunk_end(shape_type const &start, shape_type const &stop) | ChunkedArray< N, T > | |
chunk_end(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
chunkArrayShape() const | ChunkedArrayFull< N, T, Alloc > | virtual |
ChunkedArrayFull(shape_type const &shape, ChunkedArrayOptions const &options=ChunkedArrayOptions(), Alloc const &alloc=Alloc()) | ChunkedArrayFull< N, T, Alloc > | explicit |
chunkShape(shape_type const &chunk_index) const | ChunkedArray< N, T > | |
chunkShape() const | ChunkedArray< N, T > | |
chunkStart(shape_type const &global_start) const | ChunkedArray< N, T > | |
chunkStop(shape_type global_stop) const | ChunkedArray< N, T > | |
commitSubarray(shape_type const &start, MultiArrayView< N, U, Stride > const &subarray) | ChunkedArray< N, T > | |
const_subarray(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
const_traverser typedef | MultiArray< N, T, Alloc > | |
vigra::ChunkedArray::dataBytes() const | ChunkedArray< N, T > | |
dataBytesPerChunk() const | ChunkedArray< N, T > | |
deallocate(pointer &ptr, difference_type_1 s) | MultiArray< N, T, Alloc > | protected |
end() | ChunkedArray< N, T > | |
end() const | ChunkedArray< N, T > | |
getItem(shape_type const &point) const | ChunkedArray< N, T > | |
init(const U &init) | MultiArray< N, T, Alloc > | |
isInside(shape_type const &p) const | ChunkedArray< N, T > | |
m_alloc | MultiArray< N, T, Alloc > | protected |
matrix_type typedef | MultiArray< N, T, Alloc > | |
MultiArray() | MultiArray< N, T, Alloc > | |
MultiArray(allocator_type const &alloc) | MultiArray< N, T, Alloc > | |
MultiArray(difference_type_1 length, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | explicit |
MultiArray(difference_type_1 width, difference_type_1 height, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
MultiArray(const difference_type &shape, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | explicit |
MultiArray(const difference_type &shape, const_reference init, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
MultiArray(const difference_type &shape, MultiArrayInitializationTag init, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
MultiArray(const difference_type &shape, const_pointer init, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
MultiArray(const MultiArray &rhs) | MultiArray< N, T, Alloc > | |
MultiArray(multi_math::MultiMathOperand< Expression > const &rhs, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
MultiArray(const MultiArrayView< N, U, StrideTag > &rhs, allocator_type const &alloc=allocator_type()) | MultiArray< N, T, Alloc > | |
operator!=(MultiArrayView< N, U, C1 > const &rhs) const | ChunkedArray< N, T > | |
operator*=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< N, T, Alloc > | |
operator*=(const T &rhs) | MultiArray< N, T, Alloc > | |
operator*=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< N, T, Alloc > | |
operator+=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< N, T, Alloc > | |
operator+=(const T &rhs) | MultiArray< N, T, Alloc > | |
operator+=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< N, T, Alloc > | |
operator-=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< N, T, Alloc > | |
operator-=(const T &rhs) | MultiArray< N, T, Alloc > | |
operator-=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< N, T, Alloc > | |
operator/=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< N, T, Alloc > | |
operator/=(const T &rhs) | MultiArray< N, T, Alloc > | |
operator/=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< N, T, Alloc > | |
MultiArray< N, T, Alloc >::operator=(const MultiArray &rhs) | MultiArray< N, T, Alloc > | |
MultiArray< N, T, Alloc >::operator=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< N, T, Alloc > | |
MultiArray< N, T, Alloc >::operator=(value_type const &v) | MultiArray< N, T, Alloc > | |
MultiArray< N, T, Alloc >::operator=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< N, T, Alloc > | |
operator==(MultiArrayView< N, U, C1 > const &rhs) const | ChunkedArray< N, T > | |
overheadBytes() const | ChunkedArray< N, T > | |
overheadBytesPerChunk() const | ChunkedArrayFull< N, T, Alloc > | virtual |
releaseChunks(shape_type const &start, shape_type const &stop, bool destroy=false) | ChunkedArray< N, T > | |
reshape(const difference_type &shape) | MultiArray< N, T, Alloc > | |
reshape(const difference_type &shape, const_reference init) | MultiArray< N, T, Alloc > | |
setCacheMaxSize(std::size_t c) | ChunkedArray< N, T > | |
setItem(shape_type const &point, value_type const &v) | ChunkedArray< N, T > | |
shape() const | ChunkedArray< N, T > | |
size() const | ChunkedArray< N, T > | |
subarray(shape_type const &start, shape_type const &stop) | ChunkedArray< N, T > | |
subarray(shape_type const &start, shape_type const &stop) const | ChunkedArray< N, T > | |
swap(MultiArray &other) | MultiArray< N, T, Alloc > | |
traverser typedef | MultiArray< N, T, Alloc > | |
~MultiArray() | MultiArray< N, T, Alloc > |
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|