Iterator for an array of matrix coefficients. More...
#include <coeffIterator.hh>
Public Member Functions | |
| CoeffIterator (const Mapping< F, dim > *data, uint i=0, uint j=0) | |
| Constructor. | |
| const F * | data () |
| Returns the current value. | |
| const F * | operator++ (int) |
| Postfix increment operator. | |
| const F * | operator++ () |
| Prefix increment operator. | |
Private Attributes | |
| const Mapping< F, dim > * | data_ |
| Data. | |
| const uint | i_ |
| const uint | j_ |
Iterator for an array of matrix coefficients.
| F | Return type (type of the coefficients) |
Definition at line 106 of file coeffIterator.hh.
| concepts::CoeffIterator< F, Mapping< F, dim > >::CoeffIterator | ( | const Mapping< F, dim > * | data, |
| uint | i = 0, |
||
| uint | j = 0 |
||
| ) | [inline] |
Constructor.
Definition at line 110 of file coeffIterator.hh.
| const F * concepts::CoeffIterator< F, Mapping< F, dim > >::data | ( | ) | [inline] |
Returns the current value.
Definition at line 143 of file coeffIterator.hh.
| const F * concepts::CoeffIterator< F, Mapping< F, dim > >::operator++ | ( | ) | [inline] |
Prefix increment operator.
Definition at line 126 of file coeffIterator.hh.
| const F * concepts::CoeffIterator< F, Mapping< F, dim > >::operator++ | ( | int | ) | [inline] |
Postfix increment operator.
Definition at line 135 of file coeffIterator.hh.
const Mapping<F,dim>* concepts::CoeffIterator< F, Mapping< F, dim > >::data_ [private] |
Data.
Definition at line 120 of file coeffIterator.hh.
const uint concepts::CoeffIterator< F, Mapping< F, dim > >::i_ [private] |
Definition at line 121 of file coeffIterator.hh.
const uint concepts::CoeffIterator< F, Mapping< F, dim > >::j_ [private] |
Definition at line 122 of file coeffIterator.hh.