ParMooN
 All Classes Functions Variables Friends Pages
Parallelogram.h
1 // =======================================================================
2 // @(#)Parallelogram.h 1.1 10/30/98
3 //
4 // Class: TParallelogram
5 // Purpose: shape descriptor of a quadrangle, especially a
6 // parallelogram
7 //
8 // Author: Volker Behns 06.02.98
9 //
10 // =======================================================================
11 
12 #ifndef __PARALLELOGRAM__
13 #define __PARALLELOGRAM__
14 
15 #include <Quadrangle.h>
16 
19 {
20  public:
21  // Constructor
24 
25  // Methods
26 };
27 
28 #endif
Definition: Parallelogram.h:18
TParallelogram()
Definition: Parallelogram.C:15
Definition: Quadrangle.h:19