Public Methods | |
| SimpleBox (double a, double b, const std::string& name) | |
| ~SimpleBox () | |
| double | a () const |
| double | b () const |
| const std::string& | name () const |
Private Attributes | |
| double | m_a |
| double | m_b |
| std::string | m_name |
|
|
|
|
|
|
|
|
Definition at line 17 of file Demo.cxx. Referenced by SimpleBoxRep::update(). |
|
|
Definition at line 18 of file Demo.cxx. Referenced by SimpleBoxRep::update(). |
|
|
Definition at line 19 of file Demo.cxx. Referenced by SimpleBoxRep::update(). |
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000