CubicLattice
, FiniteLattice<T>
, SpaceLattice
BravaisLattice
, BravaisLatticeCrystal
, CellLattice
, ConfigurationLattice.MyLattice
, LatticeCubicBcc
, LatticeCubicDiamond
, LatticeCubicFcc
, LatticeCubicSimple
, LatticeHcp
, LatticeHcp4
, LatticeOrthorhombicHexagonal
, RectangularLattice
public 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)