Ignore:
Timestamp:
May 30, 2009, 8:07:17 PM (15 years ago)
Author:
gah
Message:

Fix volume management routines to handle deletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.h

    r1475 r1478  
    7373    void SetVectorField(Volume *volPtr) {
    7474        _rendererPtr->setVectorField(volPtr->id,
    75             *(volPtr->get_location()),
     75            volPtr->location(),
    7676            1.0f,
    7777            volPtr->height / (float)volPtr->width,
     
    169169                                         * flow.  This isn't the same thing as
    170170                                         * a normal volume displayed. */
    171     int _volDataID;                     /* The index of slot in the volume
     171    int _volId;                         /* The index of slot in the volume
    172172                                         * vector. -1 indicates that a slot
    173173                                         * hasn't been previously allocated.
     
    184184                                         * into the flow. */
    185185
    186     Tcl_HashTable _boxTable;            /* A table of boxes.  The many be
     186    Tcl_HashTable _boxTable;            /* A table of boxes.  There maybe
    187187                                         * zero or more boxes associated
    188188                                         * with each field. */
Note: See TracChangeset for help on using the changeset viewer.