#include <point.h>
Inheritance diagram for pandore::Point:
This is the abstract class of all the point classes. Concrete classes are:
A point represents a location in a given coordinate space, specified in Long precision. A Point is a Pobject, and thus can be saved in a file.
For the use of Point see The Points.
Public Member Functions | |
Pobject * | Mask (const Pobject *) |
Pobject * | UnMask (const Pobject *, const Pobject *) |
Errc | LoadAttributes (FILE *) |
Errc | SaveAttributes (FILE *) const |
|
Loads attribute values from the given file. Allocates therefrom the related data.
|
|
Not implemented. Returns the objet itself.
|
|
Saves the current attribute values.
|
|
Not implemented. Returns the objet itself.
|