first commit
This commit is contained in:
83
Lab4/point.cpp
Normal file
83
Lab4/point.cpp
Normal file
@@ -0,0 +1,83 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: Point; Pseudo Package body
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Source file: H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\Point.cpp
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Point
|
||||
|
||||
#include "H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\Point.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Class Point
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Point::Point()
|
||||
|
||||
//## begin Point::Point%.hasinit preserve=no
|
||||
|
||||
//## end Point::Point%.hasinit
|
||||
|
||||
//## begin Point::Point%.initialization preserve=yes
|
||||
|
||||
//## end Point::Point%.initialization
|
||||
|
||||
{
|
||||
|
||||
//## begin Point::Point%.body preserve=yes
|
||||
|
||||
//## end Point::Point%.body
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Point::~Point()
|
||||
|
||||
{
|
||||
|
||||
//## begin Point::~Point%.body preserve=yes
|
||||
|
||||
//## end Point::~Point%.body
|
||||
Reference in New Issue
Block a user