Lawrence Livermore National Laboratory                               line 1D

################################################################################

                               DISCLAIMER
                             
This document was prepared as an account of work sponsored by an agency of the
United States Government. Neither the United States Government nor the 
University of California nor any of their employees, makes any warrenty,
expressed or implied, or assumes any liability or responsibility for the
accuracy, completeness, or usefulness of any information, apparatus, product,
or process disclosed, or represents that its specific commercial products,
process, or service by trade name, trademark, manufacturer, or otherwise, does
not necessarily constitute or imply its endorsement, recommendation, or favoring
by the United States Government or the University of California, and shall not
be used for advertising or product endorsement purposes.

################################################################################


NAME:      line 1D  - draw a line in 2-space or 3-space

AUTHOR:    Kathleen M. Dyer, Lawrence Livermore National Laboratory

TYPE:      mapper

INPUTS:    field 1D 2-space or 3-space irregular

OUTPUTS:   geom

DESCRIPTION
    This module reads in a "field 1D 2-space or 3-space irregular" and produces
    a "line".  The line is a GEOM object composed of disjoint lines, 
    the vertices of which are determined from the grid points of the field.
     
    This module was written so that the location of an orthogonal slice of a 
    2D field could be shown via "render geometry".


INPUT
    Data Field (required; field 1D 2-space or 3-space irregular)
      The input data may have any data type at each field point.


OUTPUT
    Geometry (geom)
      The output is a geometry object consisting of disjoint lines showing the
      location of a 1D field.


EXAMPLE
      The following network shows a typical usage of line 1D:


                           read field
                                |
                                |
                         extract scalar
                                |
                                |
                          orthogonal slicer
                                |
                                |
                 _________________________________
                 |                               |
                 |                               |
           field to mesh                   orthogonal slicer
                 |                               |
                 |                               |
                 |                       ___________________
                 |                       |                 |
                 |                       |                 |
                 |                  line 1D           graph viewer
                 |                       |
                 |                       |
                 _________________________
                                |
                                |
                          render geometry
                                |
                                |
                          display pixmap




RELATED MODULES
      field to mesh

Lawrence Livermore National Laboratory                               line 1D

