UVS Header Files

The hierarchy of UVS header files is:


                   uvs.h
                     |
           ---------------------
           |         |         |
         proc.h   samp.h    hypoth.h
           |         |         |
   ----------------- | ---------
   |               | | |
 rng.h            dist.h
   |                 |
   --------- ---------
           | |
         defs.h

This means that you can get the full functionality of the library with:

	#include "uvs/uvs.h" // all uvs headers

or a given subset with, say:

	#include "uvs/samp.h" // also uvs/dist.h and uvs::defs.h

These header contain facilities for: