Main Page   Namespace List   Class Hierarchy   Compound List   File List   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 21 of file testdisplay.cxx.

SimpleBox::~SimpleBox ( ) [inline]
 

Definition at line 23 of file testdisplay.cxx.


Member Function Documentation

double SimpleBox::a ( ) const [inline]
 

Definition at line 24 of file testdisplay.cxx.

Referenced by SimpleBoxRep::update().

double SimpleBox::b ( ) const [inline]
 

Definition at line 25 of file testdisplay.cxx.

Referenced by SimpleBoxRep::update().

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

Definition at line 26 of file testdisplay.cxx.

Referenced by SimpleBoxRep::update().


Member Data Documentation

double SimpleBox::m_a [private]
 

Definition at line 28 of file testdisplay.cxx.

double SimpleBox::m_b [private]
 

Definition at line 28 of file testdisplay.cxx.

std::string SimpleBox::m_name [private]
 

Definition at line 29 of file testdisplay.cxx.


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