Generates coordinates of atoms inside a Cuboctahedron.
More...
#include <Cuboctahedron.hpp>
|
| | Cuboctahedron (std::string lattice, int cells, int planes) |
| | Default constructor.
|
| virtual vector< Vector3d > | getPoints () |
| | Get the generated points in the cluster.
|
Generates coordinates of atoms inside a Cuboctahedron.
(Heavily modified from Matlab code from: Dmitry, Richard Brown, and Evgeny Pr)
Definition at line 99 of file Cuboctahedron.hpp.
◆ Cuboctahedron()
| OpenMD::Cuboctahedron::Cuboctahedron |
( |
std::string | lattice, |
|
|
int | cells, |
|
|
int | planes ) |
◆ getPoints()
| vector< Vector3d > OpenMD::Cuboctahedron::getPoints |
( |
| ) |
|
|
virtual |
◆ inCluster()
| bool OpenMD::Cuboctahedron::inCluster |
( |
Vector3d | r | ) |
|
|
protected |
◆ inCluster111()
| bool OpenMD::Cuboctahedron::inCluster111 |
( |
Vector3d | r | ) |
|
|
protected |
◆ Basis
| vector<Vector3d> OpenMD::Cuboctahedron::Basis |
|
protected |
◆ L_
| int OpenMD::Cuboctahedron::L_ |
|
protected |
◆ lattice_
| std::string OpenMD::Cuboctahedron::lattice_ |
|
protected |
◆ M_
| int OpenMD::Cuboctahedron::M_ |
|
protected |
◆ Points
| vector<Vector3d> OpenMD::Cuboctahedron::Points |
|
protected |
The documentation for this class was generated from the following files: