#include <element.h>
Inheritance diagram for dynamic::Element:

Public Member Functions | |
| Element () | |
| constructor | |
| virtual | ~Element () |
| destructor | |
Public Attributes | |
| Property< std::string > | name |
| Property< std::string > | maker |
| Property< std::string > | type |
Static Public Attributes | |
| static const double | pi = 3.1415926 |
| constant pi | |
| static const double | two_pi = 6.2831852 |
| constant 2pi | |
| Property<std::string> dynamic::Element::maker |
maker of Base system
| Property<std::string> dynamic::Element::name |
name of Base system
| Property<std::string> dynamic::Element::type |
type of Base system
1.4.7