80#ifndef CLUSTERS_CUBOCTAHEDRON_HPP
81#define CLUSTERS_CUBOCTAHEDRON_HPP
109 std::string lattice_;
114 vector<Vector3d> Points;
115 vector<Vector3d> Basis;
Generates coordinates of atoms inside a Cuboctahedron.
Cuboctahedron(std::string lattice, int cells, int planes)
Default constructor.
virtual vector< Vector3d > getPoints()
Get the generated points in the cluster.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.