Changeset 1486 for trunk/packages/vizservers/nanovis/VelocityArrowsSlice.h
- Timestamp:
- Jun 2, 2009, 12:16:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/VelocityArrowsSlice.h
r1484 r1486 36 36 37 37 Vector3 _maxVelocityScale; 38 Vector3 _arrowColor; 38 39 39 40 bool _enabled; … … 59 60 void tickCountForMinSizeAxis(int tickCount); 60 61 int tickCountForMinSizeAxis() const; 62 void arrowColor(const Vector3& color); 61 63 }; 62 64 … … 81 83 return _tickCountForMinSizeAxis; 82 84 } 85 86 inline void VelocityArrowsSlice::arrowColor(const Vector3& color) 87 { 88 _arrowColor = color; 89 } 90
Note: See TracChangeset
for help on using the changeset viewer.