casacore
casacore::Cube< T, Alloc > Member List

This is the complete list of members for casacore::Cube< T, Alloc >, including all inherited members.

addDegenerate(size_t numAxes) constcasacore::Array< T, Alloc >
addDegenerate(size_t numAxes)casacore::Array< T, Alloc >
adjustLastAxis(const IPosition &newShape, size_t resizePercentage=0, bool resizeIfNeeded=true)casacore::Array< T, Alloc >
allocator()casacore::Array< T, Alloc >inline
allocator() constcasacore::Array< T, Alloc >inline
allocator_type typedefcasacore::Array< T, Alloc >
apply(Callable function)casacore::Array< T, Alloc >
Array(const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(const IPosition &shape, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >explicit
Array(const IPosition &shape, const T &initialValue, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(const IPosition &shape, uninitializedType, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(std::initializer_list< T > list, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(const Array< T, Alloc > &other)casacore::Array< T, Alloc >
Array(Array< T, Alloc > &&source) noexceptcasacore::Array< T, Alloc >
Array(const IPosition &shape, T *storage, StorageInitPolicy policy=COPY, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(const IPosition &shape, const T *storage)casacore::Array< T, Alloc >
Array(const IPosition &shape, InputIterator startIter, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >
Array(const IPosition &shape, Integral startIter, const Alloc &allocator, std::true_type)casacore::Array< T, Alloc >private
Array(const IPosition &shape, InputIterator startIter, const Alloc &allocator, std::false_type)casacore::Array< T, Alloc >private
Array(Array< T, Alloc > &&source, const IPosition &shapeForSource) noexceptcasacore::Array< T, Alloc >protected
ArrayBase() noexceptcasacore::ArrayBase
ArrayBase(const IPosition &shape)casacore::ArrayBaseexplicit
ArrayBase(const ArrayBase &other)casacore::ArrayBase
ArrayBase(ArrayBase &&source) noexceptcasacore::ArrayBase
ArrayBase(ArrayBase &&source, const IPosition &shapeForSource) noexceptcasacore::ArrayBaseprotected
arrayVersion()casacore::ArrayBaseinlinestatic
assign(const Array< T, Alloc > &other)casacore::Array< T, Alloc >
casacore::ArrayBase::assign(const ArrayBase &)casacore::ArrayBase
assign_conforming(const Array< T, Alloc > &other)casacore::Array< T, Alloc >inline
assign_conforming(const MaskedArray< T, Alloc, MaskAlloc > &marray)casacore::Array< T, Alloc >
assign_conforming_implementation(const Array< T, Alloc > &other, std::true_type)casacore::Array< T, Alloc >private
assign_conforming_implementation(const Array< T, Alloc > &, std::false_type)casacore::Array< T, Alloc >inlineprivate
assignBase(const ArrayBase &other, bool checkType=true) overridecasacore::Array< T, Alloc >virtual
baseAddDegenerate(ArrayBase &, size_t numAxes)casacore::ArrayBaseprotected
baseMakeSteps()casacore::ArrayBaseprotected
baseNonDegenerate(const ArrayBase &other, const IPosition &ignoreAxes)casacore::ArrayBaseprotected
baseReform(ArrayBase &tmp, const IPosition &shape, bool strict=true) constcasacore::ArrayBaseprotected
begin()casacore::Array< T, Alloc >inline
begin() constcasacore::Array< T, Alloc >inline
begin_pcasacore::Array< T, Alloc >protected
capacity() constcasacore::Array< T, Alloc >
cbegin()casacore::Array< T, Alloc >inline
cbegin() constcasacore::Array< T, Alloc >inline
cend()casacore::Array< T, Alloc >inline
cend() constcasacore::Array< T, Alloc >inline
checkAssignableType(ArrayBase &arrayBase) constcasacore::Array< T, Alloc >inlineprotectedvirtual
checkBeforeResize(const IPosition &newShape)casacore::Array< T, Alloc >inlineprotected
checkCubeShape()casacore::ArrayBaseprotected
checkMatrixShape()casacore::ArrayBaseprotected
checkVectorShape()casacore::ArrayBaseprotected
conform(const Array< T, Alloc > &other) constcasacore::Array< T, Alloc >inline
conform(const MaskedArray< T > &other) constcasacore::Array< T, Alloc >
conform2(const ArrayBase &other) constcasacore::ArrayBaseinlineprotected
const_contiter typedefcasacore::Array< T, Alloc >
const_iterator typedefcasacore::Array< T, Alloc >
const_pointer typedefcasacore::Array< T, Alloc >
const_reference typedefcasacore::Array< T, Alloc >
contiguous_pcasacore::ArrayBaseprotected
contiguousStorage() constcasacore::ArrayBaseinline
contiter typedefcasacore::Array< T, Alloc >
copy() constcasacore::Array< T, Alloc >inline
copy(const Alloc &allocator) constcasacore::Array< T, Alloc >private
copyMatchingPart(const Array< T, Alloc > &from)casacore::Array< T, Alloc >
copyToContiguousStorage(T *dst, Array< T, Alloc > const &src, std::true_type)casacore::Array< T, Alloc >privatestatic
copyToContiguousStorage(T *, Array< T, Alloc > const &, std::false_type)casacore::Array< T, Alloc >inlineprivatestatic
copyToContiguousStorage(T *dst, Array< T, Alloc > const &src)casacore::Array< T, Alloc >inlineprotectedstatic
copyVectorHelper(const ArrayBase &other)casacore::ArrayBaseprotected
Cube(const Alloc &allocator=Alloc())casacore::Cube< T, Alloc >
Cube(size_t l1, size_t l2, size_t l3, const T &initialValue=T(), const Alloc &allocator=Alloc())casacore::Cube< T, Alloc >
Cube(size_t l1, size_t l2, size_t l3, typename Array< T, Alloc >::uninitializedType, const Alloc &allocator=Alloc())casacore::Cube< T, Alloc >
Cube(const IPosition &length, const T &initialValue=T(), const Alloc &allocator=Alloc())casacore::Cube< T, Alloc >
Cube(const IPosition &length, typename Array< T, Alloc >::uninitializedType, const Alloc &allocator=Alloc())casacore::Cube< T, Alloc >
Cube(const Cube< T, Alloc > &)casacore::Cube< T, Alloc >
Cube(Cube< T, Alloc > &&)casacore::Cube< T, Alloc >
Cube(const Array< T, Alloc > &)casacore::Cube< T, Alloc >
Cube(Array< T, Alloc > &&)casacore::Cube< T, Alloc >
Cube(const IPosition &shape, T *storage, StorageInitPolicy policy=COPY)casacore::Cube< T, Alloc >
Cube(const IPosition &shape, T *storage, StorageInitPolicy policy, const Alloc &allocator)casacore::Cube< T, Alloc >
Cube(const IPosition &shape, const T *storage)casacore::Cube< T, Alloc >
data()casacore::Array< T, Alloc >inline
data() constcasacore::Array< T, Alloc >inline
data_pcasacore::Array< T, Alloc >protected
diagonals(size_t firstAxis=0, long long diag=0) constcasacore::Array< T, Alloc >
doNonDegenerate(const Array< T > &other, const IPosition &ignoreAxes) overridecasacore::Cube< T, Alloc >protectedvirtual
casacore::Array::doNonDegenerate(const Array< T, Alloc > &other, const IPosition &ignoreAxes)casacore::Array< T, Alloc >protectedvirtual
empty() constcasacore::ArrayBaseinline
end()casacore::Array< T, Alloc >inline
end() constcasacore::Array< T, Alloc >inline
end_pcasacore::Array< T, Alloc >protected
endPosition() constcasacore::ArrayBase
fixedDimensionality() const overridecasacore::Cube< T, Alloc >inlineprotectedvirtual
freeStorage(const T *&storage, bool deleteIt) constcasacore::Array< T, Alloc >
freeVStorage(const void *&storage, bool deleteIt) const overridecasacore::Array< T, Alloc >virtual
getSection(const Slicer &) const overridecasacore::Array< T, Alloc >virtual
getStorage(bool &deleteIt)casacore::Array< T, Alloc >
getStorage(bool &deleteIt) constcasacore::Array< T, Alloc >inline
getVStorage(bool &deleteIt) overridecasacore::Array< T, Alloc >virtual
getVStorage(bool &deleteIt) const overridecasacore::Array< T, Alloc >virtual
inc_pcasacore::ArrayBaseprotected
index(size_t i1, size_t i2, size_t i3) constcasacore::Cube< T, Alloc >inlineprivate
index_continuous(size_t i1, size_t i2, size_t i3) constcasacore::Cube< T, Alloc >inlineprivate
isStorageContiguous() constcasacore::ArrayBaseprotected
isUnique() constcasacore::Array< T, Alloc >inlineprivate
iterator typedefcasacore::Array< T, Alloc >
length_pcasacore::ArrayBaseprotected
makeArray() const overridecasacore::Array< T, Alloc >virtual
makeDiagonal(size_t firstAxis, long long diag)casacore::ArrayBaseprotected
makeIterator(size_t byDim) const overridecasacore::Array< T, Alloc >virtual
makeSteps()casacore::Array< T, Alloc >inlineprotected
makeSubset(ArrayBase &out, const IPosition &b, const IPosition &e, const IPosition &i)casacore::ArrayBaseprotected
ncolumn() constcasacore::Cube< T, Alloc >inline
ndim() constcasacore::ArrayBaseinline
ndimen_pcasacore::ArrayBaseprotected
nelements() constcasacore::ArrayBaseinline
nels_pcasacore::ArrayBaseprotected
nonDegenerate(size_t startingAxis=0, bool throwIfError=true) constcasacore::Array< T, Alloc >
nonDegenerate(const IPosition &ignoreAxes) constcasacore::Array< T, Alloc >
nonDegenerate(const Array< T, Alloc > &other, size_t startingAxis=0, bool throwIfError=true)casacore::Array< T, Alloc >
nonDegenerate(const Array< T, Alloc > &other, const IPosition &ignoreAxes)casacore::Array< T, Alloc >inline
nplane() constcasacore::Cube< T, Alloc >inline
nrefs() constcasacore::Array< T, Alloc >
nrow() constcasacore::Cube< T, Alloc >inline
ok() const overridecasacore::Cube< T, Alloc >virtual
operator()(const IPosition &i)casacore::Cube< T, Alloc >inline
operator()(const IPosition &i) constcasacore::Cube< T, Alloc >inline
operator()(size_t i1, size_t i2, size_t i3)casacore::Cube< T, Alloc >inline
operator()(size_t i1, size_t i2, size_t i3) constcasacore::Cube< T, Alloc >inline
operator()(const Slice &sliceX, const Slice &sliceY, const Slice &sliceZ)casacore::Cube< T, Alloc >
operator()(const Slice &sliceX, const Slice &sliceY, const Slice &sliceZ) constcasacore::Cube< T, Alloc >
operator()(const IPosition &blc, const IPosition &trc, const IPosition &incr)casacore::Cube< T, Alloc >inline
operator()(const IPosition &blc, const IPosition &trc, const IPosition &incr) constcasacore::Cube< T, Alloc >inline
operator()(const IPosition &blc, const IPosition &trc)casacore::Cube< T, Alloc >inline
operator()(const IPosition &blc, const IPosition &trc) constcasacore::Cube< T, Alloc >inline
operator()(const Slicer &slicer)casacore::Cube< T, Alloc >inline
operator()(const Slicer &slicer) constcasacore::Cube< T, Alloc >inline
operator()(const LogicalArray &mask) constcasacore::Cube< T, Alloc >inline
operator()(const LogicalArray &mask)casacore::Cube< T, Alloc >inline
operator()(const MaskedLogicalArray &mask) constcasacore::Cube< T, Alloc >inline
operator()(const MaskedLogicalArray &mask)casacore::Cube< T, Alloc >inline
operator=(const Cube< T, Alloc > &source)casacore::Cube< T, Alloc >inline
operator=(Cube< T, Alloc > &&source)casacore::Cube< T, Alloc >inline
operator=(const Array< T, Alloc > &source)casacore::Cube< T, Alloc >inline
operator=(Array< T, Alloc > &&source)casacore::Cube< T, Alloc >inline
operator=(const T &val)casacore::Cube< T, Alloc >inline
casacore::Array::operator=(const MaskedArray< T, Alloc, MaskAlloc > &marray)casacore::Array< T, Alloc >inline
casacore::ArrayBase::operator=(const ArrayBase &)=deletecasacore::ArrayBase
casacore::ArrayBase::operator=(ArrayBase &&) noexceptcasacore::ArrayBase
operator[](size_t i) constcasacore::Array< T, Alloc >
originalLength_pcasacore::ArrayBaseprotected
pointer typedefcasacore::Array< T, Alloc >
postTakeStorage()casacore::Array< T, Alloc >inlineprotectedvirtual
preTakeStorage(const IPosition &shape) overridecasacore::Cube< T, Alloc >protectedvirtual
putStorage(T *&storage, bool deleteAndCopy)casacore::Array< T, Alloc >
putVStorage(void *&storage, bool deleteAndCopy) overridecasacore::Array< T, Alloc >virtual
reference(const Array< T, Alloc > &other)casacore::Array< T, Alloc >virtual
reform(const IPosition &shape) constcasacore::Array< T, Alloc >
reformOrResize(const IPosition &newShape, size_t resizePercentage=0, bool resizeIfNeeded=true)casacore::Array< T, Alloc >
casacore::ArrayBase::reformOrResize(const IPosition &newShape, bool resizeIfNeeded, size_t nReferences, long long nElementsAllocated, bool copyDataIfNeeded, size_t resizePercentage)casacore::ArrayBaseprotected
removeDegenerate(size_t startingAxis=0, bool throwIfError=true)casacore::Array< T, Alloc >
removeDegenerate(const IPosition &ignoreAxes)casacore::Array< T, Alloc >
resize(size_t nx, size_t ny, size_t nz, bool copyValues=false)casacore::Cube< T, Alloc >
casacore::Array::resize()casacore::Array< T, Alloc >
casacore::Array::resize(const IPosition &newShape, bool copyValues=false) overridecasacore::Array< T, Alloc >virtual
set(const T &value)casacore::Array< T, Alloc >
setEndIter()casacore::Array< T, Alloc >inlineprotected
shape() constcasacore::Cube< T, Alloc >inline
shape(int &s1, int &s2, int &s3) constcasacore::Cube< T, Alloc >inline
size() constcasacore::ArrayBaseinline
steps() constcasacore::ArrayBaseinline
steps_pcasacore::ArrayBaseprotected
swap(Array< T, Alloc > &other)casacore::Array< T, Alloc >protected
casacore::ArrayBase::swap(ArrayBase &source) noexceptcasacore::ArrayBaseprotected
takeStorage(const IPosition &shape, T *storage, StorageInitPolicy policy=COPY, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >virtual
takeStorage(const IPosition &shape, const T *storage, const Alloc &allocator=Alloc())casacore::Array< T, Alloc >virtual
tovector(std::vector< T, U > &out) constcasacore::Array< T, Alloc >
tovector() constcasacore::Array< T, Alloc >
uninitializedcasacore::Array< T, Alloc >static
unique()casacore::Array< T, Alloc >
validateConformance(const ArrayBase &) constcasacore::ArrayBase
validateIndex(const IPosition &) constcasacore::ArrayBase
validateIndex(size_t index) constcasacore::ArrayBase
validateIndex(size_t index1, size_t index2) constcasacore::ArrayBase
validateIndex(size_t index1, size_t index2, size_t index3) constcasacore::ArrayBase
value_type typedefcasacore::Array< T, Alloc >
xinc() constcasacore::Cube< T, Alloc >inlineprivate
xyPlane(size_t zplane)casacore::Cube< T, Alloc >
xyPlane(size_t zplane) constcasacore::Cube< T, Alloc >
xzPlane(size_t yplane)casacore::Cube< T, Alloc >
xzPlane(size_t yplane) constcasacore::Cube< T, Alloc >
yinc() constcasacore::Cube< T, Alloc >inlineprivate
yzPlane(size_t xplane)casacore::Cube< T, Alloc >
yzPlane(size_t xplane) constcasacore::Cube< T, Alloc >
zinc() constcasacore::Cube< T, Alloc >inlineprivate
~Array() noexceptcasacore::Array< T, Alloc >virtual
~ArrayBase() noexceptcasacore::ArrayBasevirtual