Class PseudoAtom

    • Constructor Detail

      • PseudoAtom

        public PseudoAtom()
        Constructs an empty PseudoAtom.
      • PseudoAtom

        public PseudoAtom​(String label)
        Constructs an Atom from a String containing an element symbol.
        Parameters:
        label - The String describing the PseudoAtom
      • PseudoAtom

        public PseudoAtom​(IElement element)
        Constructs an PseudoAtom from a IAtom.
        Parameters:
        element - IAtom from which the PseudoAtom is constructed
      • PseudoAtom

        public PseudoAtom​(String label,
                          javax.vecmath.Point3d point3d)
        Constructs an Atom from an Element and a Point3d.
        Parameters:
        label - The String describing the PseudoAtom
        point3d - The 3D coordinates of the atom
      • PseudoAtom

        public PseudoAtom​(String label,
                          javax.vecmath.Point2d point2d)
        Constructs an Atom from an Element and a Point2d.
        Parameters:
        label - The String describing the PseudoAtom
        point2d - The Point