first commit
This commit is contained in:
85
Lab6/pline.h
Normal file
85
Lab6/pline.h
Normal file
@@ -0,0 +1,85 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: Pline; Pseudo Package specification
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Source file: Pline.h
|
||||
|
||||
|
||||
|
||||
#ifndef Pline_h
|
||||
|
||||
#define Pline_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Line
|
||||
|
||||
#include "Line.h"
|
||||
|
||||
// PersFig
|
||||
|
||||
#include "PersFig.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: Pline
|
||||
|
||||
//## Category: Persist
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
class Pline : public PersFig, //## Inherits: <unnamed>
|
||||
|
||||
public Line //## Inherits: <unnamed>
|
||||
|
||||
{
|
||||
|
||||
//## begin Pline.initialDeclarations preserve=yes
|
||||
|
||||
//## end Pline.initialDeclarations
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//## Constructors (generated)
|
||||
|
||||
Pline();
|
||||
Reference in New Issue
Block a user