next up previous contents
Next: physical_info_base Class Instantiation Up: The physical_info_base Class Previous: physical_info_base Class Variables

physical_info_base Class Methods

physcial_info_base implements all virtual functions defined in type_info_interface. Note, only additional methods not defined in the interface class are listed in the following table.

Methods Description
physical_info_base(const double le,
        const double ri,
        const double lo,
        const double hi,
        const char **un,
        const long long int *sc,
        int uc)
Constructor of the class. ``le'', ``ri'', ``lo'', and ``hi'' are the left, right, low respectively high bounds of the physical type. ``un'' points to an unit char string array, ``sc'' points to an array which stores the number of basic units each unit consists of. ``uc'' is the number of units.
   




1998-11-17