|
Overture
Version 25
|
#include <Point.h>


Public Member Functions | |
| Point () | |
| ~Point () | |
| void | operator= (Point &source) |
| void | plot (GenericGraphicsInterface &gi, GraphicsParameters &gp=Overture::defaultGraphicsParameters()) |
Public Member Functions inherited from ReferenceCounting | |
| ReferenceCounting () | |
| ReferenceCounting (const ReferenceCounting &x, const CopyType ct=DEEP) | |
| virtual | ~ReferenceCounting () |
| virtual ReferenceCounting & | operator= (const ReferenceCounting &x) |
| virtual void | reference (const ReferenceCounting &x) |
| virtual void | breakReference () |
| virtual ReferenceCounting * | virtualConstructor (const CopyType ct=DEEP) const |
| Integer | incrementReferenceCount () |
| Integer | decrementReferenceCount () |
| Integer | getReferenceCount () const |
| Logical | uncountedReferencesMayExist () |
| virtual aString | getClassName () const |
| Integer | getGlobalID () const |
| void | setGlobalID (int id) |
| virtual void | consistencyCheck () const |
Public Attributes | |
| real | coordinate [3] |
| Point::Point | ( | ) |
| Point::~Point | ( | ) |
| void Point::operator= | ( | Point & | source | ) |
| void Point::plot | ( | GenericGraphicsInterface & | gi, |
| GraphicsParameters & | gp = Overture::defaultGraphicsParameters() |
||
| ) |
1.8.3