Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

SimpleBox Class Reference

List of all members.

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

Constructor & Destructor Documentation

SimpleBox::SimpleBox ( double a,
double b,
const std::string & name ) [inline]
 

Definition at line 14 of file Demo.cxx.

SimpleBox::~SimpleBox ( ) [inline]
 

Definition at line 16 of file Demo.cxx.


Member Function Documentation

double SimpleBox::a ( ) const [inline]
 

Definition at line 17 of file Demo.cxx.

Referenced by SimpleBoxRep::update().

double SimpleBox::b ( ) const [inline]
 

Definition at line 18 of file Demo.cxx.

Referenced by SimpleBoxRep::update().

const std::string & SimpleBox::name ( ) const [inline]
 

Definition at line 19 of file Demo.cxx.

Referenced by SimpleBoxRep::update().


Member Data Documentation

double SimpleBox::m_a [private]
 

Definition at line 21 of file Demo.cxx.

double SimpleBox::m_b [private]
 

Definition at line 21 of file Demo.cxx.

std::string SimpleBox::m_name [private]
 

Definition at line 22 of file Demo.cxx.


The documentation for this class was generated from the following file:
Generated at Mon Nov 26 18:18:17 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000