![]() |
|
Inheritance diagram for gdb.printers.EigenMatrixPrinter._Iterator:Public Member Functions | |
| def | __init__ (self, rows, cols, data_ptr, row_major) |
| def | __next__ (self) |
Public Member Functions inherited from gdb.printers._MatrixEntryIterator | |
| def | __init__ (self, rows, cols, row_major) |
| def | __iter__ (self) |
| def | next (self) |
Public Attributes | |
| dataPtr | |
| cols | |
| rows | |
Public Attributes inherited from gdb.printers._MatrixEntryIterator | |
| rows | |
| cols | |
| currentRow | |
| currentCol | |
| rowMajor | |
| def gdb.printers.EigenMatrixPrinter._Iterator.__init__ | ( | self, | |
| rows, | |||
| cols, | |||
| data_ptr, | |||
| row_major | |||
| ) |
| def gdb.printers.EigenMatrixPrinter._Iterator.__next__ | ( | self | ) |
Reimplemented from gdb.printers._MatrixEntryIterator.
References gdb.printers.EigenMatrixPrinter._Iterator.dataPtr, and gdb.printers.EigenQuaternionPrinter._Iterator.dataPtr.
Referenced by gdb.printers._MatrixEntryIterator.next(), and gdb.printers.EigenQuaternionPrinter._Iterator.next().
| gdb.printers.EigenMatrixPrinter._Iterator.cols |
| gdb.printers.EigenMatrixPrinter._Iterator.dataPtr |
| gdb.printers.EigenMatrixPrinter._Iterator.rows |