80#ifndef CLUSTERS_DECAHEDRON_HPP
81#define CLUSTERS_DECAHEDRON_HPP
100 Decahedron(
int columnAtoms,
int shells,
int twinAtoms);
114 vector<Vector3d> Points;
115 vector<Vector3d> Basis;
126 Decahedron(columnAtoms, shells, columnAtoms) {}
132 int truncatedPlanes);
vector< Vector3d > getPoints()
Get the generated points in the cluster.
Creates the regular decahedron, Ino decahedron, or truncated (Marks) decahedron structures (depending...
virtual vector< Vector3d > getPoints()
Get the generated points in the cluster.
vector< Vector3d > truncatedRing(int n, int k)
Generate the rings of the Decahedron.
Decahedron(int columnAtoms, int shells, int twinAtoms)
Default constructor.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.