OpenMPCD
|
Collection of properties of atoms. More...
#include <VTFSnapshotFile.hpp>
Public Attributes | |
boost::optional< FP > | radius |
The radius of the atom. More... | |
boost::optional< std::string > | name |
The name of the atom. More... | |
boost::optional< std::string > | type |
The type of the atom. More... | |
Collection of properties of atoms.
Definition at line 55 of file VTFSnapshotFile.hpp.
boost::optional<std::string> OpenMPCD::VTFSnapshotFile::AtomProperties::name |
The name of the atom.
Definition at line 58 of file VTFSnapshotFile.hpp.
boost::optional<FP> OpenMPCD::VTFSnapshotFile::AtomProperties::radius |
The radius of the atom.
Definition at line 57 of file VTFSnapshotFile.hpp.
boost::optional<std::string> OpenMPCD::VTFSnapshotFile::AtomProperties::type |
The type of the atom.
Definition at line 59 of file VTFSnapshotFile.hpp.