PVL Function Reference

Release 1.1

PGL Home Page
PGL Handbook

Introduction

The Parallel Visualization Library provides a set of higher-level operations built on top of PGL. Currently, this is limited to a routine for computing default viewing parameters and a set of functions for manipulating a simple geometry-file format known as TVF. Contributions of more interesting parallel visualization operations are welcome.


Contents


Viewing and Navigation Routines

    void PVDefaultView(PGBBox bbox, unsigned xres, unsigned yres,
                       PGView *view)

Geometry and Modeling Routines

    PVTVFObj *PVLoadTVF(char *pathname)
    void PVFreeTVF(PVTVFObj *t)
    PGBBox PVGetTVFBBox(PVTVFObj *t)
    PGObject PVGetTVFObj(PVTVFObj *t)

Copyright © 1989-97, Thomas W. Crockett and the Institute for Computer Applications in Science and Engineering.