#include <dimension.h>
Inheritance diagram for pandore::Dimension:
This is the abstract class of all the dimension classes. Concrete classes are:
A dimension encapusles size measures specified in Long precision. A Dimension is a Pobject, and thus can be saved in and load from a file.
For the use of Dimension see The Dimensions.
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.
|