casa
5.7.0-16
|
Iterate a Matrix cursor through a R/O Array. More...
#include <MatrixIter.h>
Public Member Functions | |
ReadOnlyMatrixIterator (const Array< T > &a) | |
ReadOnlyMatrixIterator (const Array< T > &a, uInt cursorAxis1, uInt cursorAxis2) | |
void | next () |
void | reset () |
void | origin () |
const Array< T > & | array () |
const Matrix< T > & | matrix () |
Bool | atStart () const |
Bool | pastEnd () const |
const IPosition & | pos () const |
IPosition | endPos () const |
uInt | ndim () const |
Private Member Functions | |
ReadOnlyMatrixIterator (const ReadOnlyMatrixIterator< T > &) | |
Not implemented. More... | |
ReadOnlyMatrixIterator< T > & | operator= (const ReadOnlyMatrixIterator< T > &) |
Not implemented. More... | |
Private Attributes | |
MatrixIterator< T > | mi |
Iterate a Matrix cursor through a R/O Array.
ReadOnlyMatrixIterator behaves exactly like MatrixIterator (cf.) only it should be used on const Arrays.
Tip: Note that the R/O MatrixIterator is not derived from R/O ArrayIterator;
Definition at line 102 of file MatrixIter.h.
|
inline |
Definition at line 106 of file MatrixIter.h.
|
inline |
Definition at line 109 of file MatrixIter.h.
|
private |
Not implemented.
|
inline |
Definition at line 117 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 120 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 123 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 118 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 124 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 113 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
private |
Not implemented.
|
inline |
Definition at line 115 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 121 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 122 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
inline |
Definition at line 114 of file MatrixIter.h.
References casacore::ReadOnlyMatrixIterator< T >::mi.
|
private |
Definition at line 132 of file MatrixIter.h.
Referenced by casacore::ReadOnlyMatrixIterator< T >::array(), casacore::ReadOnlyMatrixIterator< T >::atStart(), casacore::ReadOnlyMatrixIterator< T >::endPos(), casacore::ReadOnlyMatrixIterator< T >::matrix(), casacore::ReadOnlyMatrixIterator< T >::ndim(), casacore::ReadOnlyMatrixIterator< T >::next(), casacore::ReadOnlyMatrixIterator< T >::origin(), casacore::ReadOnlyMatrixIterator< T >::pastEnd(), casacore::ReadOnlyMatrixIterator< T >::pos(), and casacore::ReadOnlyMatrixIterator< T >::reset().