类 Index0D
- java.lang.Object
-
- org.meteoinfo.ndarray.Index
-
- org.meteoinfo.ndarray.Index0D
-
-
构造器概要
构造器 构造器 说明 Index0D(int[] shape)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()intcurrentElement()Get the current element's index into the 1D backing array.intincr()Increment the current element by 1.Indexset()-
从类继承的方法 org.meteoinfo.ndarray.Index
computeSize, factory, getCurrentCounter, getRank, getShape, getShape, getSize, isFastIterator, precalc, section, set, set, set, set, set, set, set, set, set, set0, set1, set2, set3, set4, set5, set6, setCurrentCounter, setCurrentIndex, setDim, toString, toStringDebug
-
-
-
-
方法详细资料
-
currentElement
public int currentElement()
从类复制的说明:IndexGet the current element's index into the 1D backing array. VLEN stops processing.- 覆盖:
currentElement在类中Index- 返回:
- the current element's index into the 1D backing array.
-
incr
public int incr()
从类复制的说明:IndexIncrement the current element by 1. Used by IndexIterator. General rank, with subclass specialization. Vlen skipped.
-
set
public Index set()
-
-