IAC Slice_to_Volume Project
---------------------------

This directory ( iac_proj/slc2vol/ ) contains all the V code, source code,
HTML documentation, and installation information for the IAC project
"Slice_to_Volume".

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new Slice_to_Volume project, and two single line additions to some of the 
iac_lib/ files (in this instance mappers.v and examples.v) to add a link to
the User Macro and the Example Application from the new top-level IAC library
page.

Once the files have been correctly installed, the low-level module of the new
project may be compiled. Users of the Developer's Edition may select the
library IAC_PROJ.Slice_to_Volume.Slice_to_Volume_Mods in the Templates library,
and then perform a compile. Alternatively, you may type the following command
into the VCP prompt; Visualization Edition users must type the following 
command to compile the project, as there is no access to the Templates library
through the Network Editor:

$compile IAC_PROJ.Slice_to_Volume.Slice_to_Volume_Mods

Files
-----

The following files can be found in the iac_proj/slc2vol/ directory.

INSTALL       Contains installation instructions for editing the iac_proj.v
              and iac_lib/mappers.v and examples.v files. This file should
              not be edited as the future installation script will use this
              file.

slc2vol.v     Creates the IAC_PROJ.Slice_to_Volume library.

s2v_mods.v    Creates the Slice_to_Volume_Mods library containing the parameter
              block Slice_to_Volume_Params and the low-level module 
              Slice_to_Volume_Core.

s2v_macs.v    Creates the Slice_to_Volume_Macs library containing the functional 
              macro Slice_to_Volume_FUNC, the user interface macro
              Slice_to_Volume_UI and the high-level user macro Slice_to_Volume.
		
s2v_apps.v    Creates the Slice_to_Volume_Apps library containing and the example
              appplication Slice_to_Volume_Eg.

slc2vol.c     The C source code for the Slice_to_Volume_Core module.

slc2vol.html  HTML documentation for the Slice_to_Volume module.

README        This file.

Generated Files
---------------

When the project is compiled, the following files will be generated. Once
completed, you may safely remove these files; any future recompilations
will regenerate these files.

gen.h          AVS/Express generated header file.

slc2vol.o      Intermediate object file.
