Package org.jmol.adapter.smarter
Interface MSInterface
- All Known Implementing Classes:
MSCifParser
,MSRdr
public interface MSInterface
Modulated Structure Reader Interface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addLatticeVector
(Lst<float[]> lattvecs, String substring) void
addModulation
(Map<String, double[]> map, String id, double[] pt, int iModel) void
addSubsystem
(String code, Matrix w) void
getAtomSymmetry
(Atom a, XtalSymmetry.FileSymmetry symmetry) double[]
char
getModType
(String key) double[]
getSymmetryFromCode
(String spaceGroupOperationCode) int
initialize
(AtomSetCollectionReader r, int modDim) void
setMinMax0
(P3 minXYZ0, P3 maxXYZ0) void
setModulation
(boolean isPost, XtalSymmetry.FileSymmetry symmetry)