Chemical Data Processing Library C++ API - Version 1.1.1
|
Declaration of functions that operate on Chem::Entity3D instances. More...
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Chem | |
Contains classes and functions related to chemistry. | |
Functions | |
CDPL_CHEM_API const Math::Vector3D & | CDPL::Chem::get3DCoordinates (const Entity3D &entity) |
CDPL_CHEM_API void | CDPL::Chem::set3DCoordinates (Entity3D &entity, const Math::Vector3D &coords) |
CDPL_CHEM_API void | CDPL::Chem::clear3DCoordinates (Entity3D &entity) |
CDPL_CHEM_API bool | CDPL::Chem::has3DCoordinates (const Entity3D &entity) |
Declaration of functions that operate on Chem::Entity3D instances.