|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.windmodel.WindVelocityCell.SubcellIndex
private final class WindVelocityCell.SubcellIndex
Defines a data wrapper for the row, column, and plane indices into the cell.
| Field Summary | |
|---|---|
(package private) int |
_indexColumn
the column index on the interval [0, CELL_SIZE_HORIZONTAL) |
(package private) int |
_indexPlane
the plane index on the interval [0, CELL_SIZE_VERTICAL) |
(package private) int |
_indexRow
the row index on the interval [0, CELL_SIZE_HORIZONTAL) |
| Constructor Summary | |
|---|---|
WindVelocityCell.SubcellIndex(int indexRow,
int indexColumn,
int indexPlane)
Creates a subcell index. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
int _indexColumn
int _indexPlane
int _indexRow
| Constructor Detail |
|---|
public WindVelocityCell.SubcellIndex(int indexRow,
int indexColumn,
int indexPlane)
indexRow - - the row index on the interval [0, CELL_SIZE_HORIZONTAL)indexColumn - - the column index on the interval [0, CELL_SIZE_HORIZONTAL)indexPlane - - the plane index on the interval [0, CELL_SIZE_VERTICAL)| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||