Ignore:
Timestamp:
Jun 2, 2009, 12:16:30 PM (15 years ago)
Author:
vrinside
Message:

deleted graphic objects and free memory blocks
added a member function for color

File:
1 edited

Legend:

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

    r1484 r1486  
    3636
    3737        Vector3 _maxVelocityScale;
     38        Vector3 _arrowColor;
    3839
    3940        bool _enabled; 
     
    5960        void tickCountForMinSizeAxis(int tickCount);
    6061        int tickCountForMinSizeAxis() const;
     62        void arrowColor(const Vector3& color);
    6163};
    6264
     
    8183        return _tickCountForMinSizeAxis;
    8284}
     85
     86inline void VelocityArrowsSlice::arrowColor(const Vector3& color)
     87{
     88    _arrowColor = color;
     89}
     90
Note: See TracChangeset for help on using the changeset viewer.