|
RMF
|
#include <RMF/decorator/physics.h>
Inheritance diagram for RMF::decorator::AtomConst:Public Member Functions | |
| Int | get_element () const |
| Int | get_frame_element () const |
| Float | get_frame_mass () const |
| Float | get_frame_radius () const |
| Float | get_mass () const |
| Float | get_radius () const |
| Int | get_static_element () const |
| Float | get_static_mass () const |
| Float | get_static_radius () const |
Static Public Member Functions | |
| static std::string | get_decorator_type_name () |
Protected Member Functions | |
| AtomConst (NodeConstHandle nh, IntKey element, FloatKey mass, FloatKey radius) | |
Protected Member Functions inherited from RMF::Decorator | |
| Decorator (NodeConstHandle handle) | |
| NodeHandle | get_node () const |
Protected Attributes | |
| IntKey | element_ |
| FloatKey | mass_ |
| FloatKey | radius_ |
See also Atom and AtomFactory.