AtomInfo

data class AtomInfo(name: String, pos: Vector3d, molIndex: Int, resIndex: Int)

Properties

Link copied to clipboard
val molIndex: Int
Link copied to clipboard
val name: String
Link copied to clipboard
val pos: Vector3d
Link copied to clipboard
val resIndex: Int