Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

JShape Class Reference

#include <Shape.hpp>

List of all members.

Public Methods

virtual double area () const
virtual double volume () const
virtual void printShapeName () const=0
virtual void print () const=0


Member Function Documentation

virtual double JShape::area   const [inline, virtual]
 

Definition at line 9 of file Shape.hpp.

00009 { return 0; }

virtual void JShape::print   const [pure virtual]
 

virtual void JShape::printShapeName   const [pure virtual]
 

virtual double JShape::volume   const [inline, virtual]
 

Definition at line 10 of file Shape.hpp.

00010 { return 0; }


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:48:56 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001