class Tensor3Iterator: public GeneralIterator3D

Iterator related to Tensor3

Inheritance:


Public

[more] Explanation
[more]

Private Methods

[more]Index map( Index const& i, Index const& j, Index const& k )
map(i,j,k) return position
[more]Index map_fast( Index const& i, Index const& j, Index const& k )
same as map(i,j,k) but without any control


Documentation

Iterator related to Tensor3
o Explanation
Dense Rowmajor 3D Array

o

o Tensor3Iterator( structure_t const* structure, Index const i = MinIndex, Index const j = MinIndex, Index const k = MinIndex )
constructor

ovoid operator++()
get to the next stored element in matrix

ovoid incDepth()
get to the first stored element in next row

ovoid incRow()
get to the first stored element in next row

ovoid incCol()
get to the first stored element in next column

oIndex map( Index const& i, Index const& j, Index const& k )
map(i,j,k) return position

oIndex map_fast( Index const& i, Index const& j, Index const& k )
same as map(i,j,k) but without any control


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.