Class SpaceGroupFinder.SGAtom

  • All Implemented Interfaces:
    java.io.Serializable, javajs.api.JSONEncodable
    Enclosing class:
    SpaceGroupFinder

    private class SpaceGroupFinder.SGAtom
    extends javajs.util.P3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) java.lang.String name  
      (package private) int typeAndOcc  
      • Fields inherited from class javajs.util.T3

        x, y, z
    • Constructor Summary

      Constructors 
      Constructor Description
      SGAtom​(int type, int index, java.lang.String name, int occupancy)  
    • Method Summary

      • Methods inherited from class javajs.util.P3

        getUnlikely, new3, newA, newP
      • Methods inherited from class javajs.util.T3

        add, add2, add3, ave, cross, distance, distanceSquared, dot, equals, floatToIntBits, hashCode, length, lengthSquared, normalize, scale, scaleAdd2, scaleT, set, setA, setT, sub, sub2, toJSON, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • typeAndOcc

        int typeAndOcc
      • index

        int index
      • name

        java.lang.String name
    • Constructor Detail

      • SGAtom

        SGAtom​(int type,
               int index,
               java.lang.String name,
               int occupancy)