CubicLattice, FiniteLattice<T>, SpaceLatticeBravaisLattice, BravaisLatticeCrystal, CellLattice, ConfigurationLattice.MyLattice, LatticeCubicBcc, LatticeCubicDiamond, LatticeCubicFcc, LatticeCubicSimple, LatticeHcp, LatticeHcp4, LatticeOrthorhombicHexagonal, RectangularLatticepublic interface AbstractLattice<T>
| Modifier and Type | Method | Description |
|---|---|---|
int |
D() |
Dimension of the lattice.
|
T |
site(int[] index) |
Returns the site specified by the given index.
|
int D()
T site(int[] index)