#include <FullMatrix.h>

| Public Member Functions | |
| LineIterator (Real *p, Index i, Index size, Index pitch) | |
| Line & | operator* () | 
| Line * | operator-> () | 
|  Public Member Functions inherited from sofa::linearalgebra::FullMatrix< T >::LineConstIterator | |
| LineConstIterator (Real *p, Index i, Index size, Index pitch) | |
| const Line & | operator* () const | 
| const Line * | operator-> () const | 
| void | operator++ () | 
| void | operator++ (int) | 
| void | operator-- () | 
| void | operator-- (int) | 
| bool | operator== (const LineConstIterator &i) const | 
| bool | operator!= (const LineConstIterator &i) const | 
| Additional Inherited Members | |
|  Public Attributes inherited from sofa::linearalgebra::FullMatrix< T >::LineConstIterator | |
| Index | first | 
| Line | second | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |