Package crystals

Contains a JavaClass for every lattice, describing how to calculate the lattice points.

See:
          Description

Class Summary
AbstractCrystal Contains the functions necessary to communicate with the gui classes.
Cbcc Java Class containing all necessary operations for the Cubic Body Centered Bravais lattice.
Cfcc Java Class containing all necessary operations for the Cubic Face Centered Bravais lattice.
Chex Java Class containing all necessary operations for the Hexagonal Bravais lattice.
Cmonobase Java Class containing all necessary operations for the base-centered monoclinic Bravais lattice.
Cmonos Java Class containing all necessary operations for the simple monoclinic Bravais lattice.
Corthobase Java Class containing all necessary operations for the base-centered orthorhombic Bravais lattice.
Corthobc Java Class containing all necessary operations for the body-centered orthorhombic Bravais lattice.
Corthofc Java Class containing all necessary operations for the face-centered orthorhombic Bravais lattice.
Corthos Java Class containing all necessary operations for the simple centered orthorhombic Bravais lattice.
Cscc Java Class containing all necessary operations for the Simple Cubic Bravais lattice.
Ctetbc Java Class containing all necessary operations for the Tetragonal Body Centered Bravais lattice.
Ctets Java Class containing all necessary operations for the Simple Tetragonal Bravais lattice.
Ctri Java Class containing all necessary operations for the triclinic Bravais lattice.
Ctrigonal Java Class containing all necessary operations for the trigonal (rhombohedral) Bravais lattice.
ParameterTest Testing the crystal relevant input parameters.
 

Package crystals Description

Contains a JavaClass for every lattice, describing how to calculate the lattice points. Furthermore it contains the AbstractCrystal class, which defines all necessery methods for communication with the gui classes and is inherited by every lattice class. In addition the class ParameterTest is responsible for testing the input parameters before they are passed on.