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

Placement.h

Go to the documentation of this file.
00001 #ifndef PLACEMENT_INCLUDED
00002 #define PLACEMENT_INCLUDED
00003 
00004 struct XY { double x_; double y_; };
00005 
00006 class Placement {
00007 public:
00008         static XY* getXY (int no, int stacks);
00009 };
00010 
00011 #endif
00012 

Generated on Tue Apr 26 14:42:42 2005 for rollingmill by doxygen 1.3.6