Parallel Object Library
Function Reference

Release 1.1

PGL Home Page
PGL Handbook

Introduction

The Parallel Object Library is a set of procedures for constructing simple geometric objects using PGL's hierarchical modeling capabilities. Routines are also provided to assist in distributing collections of small objects evenly among processors.


Contents


Object Distribution Routines

    PGInstance POCreateLocalInst(PGInstance inst_func(), unsigned seqno)
    PGInstance POCreateLocalSubInst(PGInstance parent, PGInstance subinst_func(),
                                    Logical auto_del, unsigned seqno)

Local Objects

    PGInstance PLArrow3(Real head[3], Real tail[3], Real lh, Real rl, Real rh,
                        Real color[4])
    PGInstance PLCone3(Real a[3], Real b[3], Real r, Real color[4])
    PGInstance PLLine3(Real a[3], Real b[3], Real r, Real color[4])

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