22 lines
169 B
C
22 lines
169 B
C
|
|
||
|
#ifndef __POLYGON_H
|
||
|
#define __POLYGON_H
|
||
|
|
||
|
class SPolyhedron {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
class SPolygon {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
class SContour {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
class SEdgeList {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|