Changeset 4819 for nanovis/branches/1.1/TransferFunction.h
- Timestamp:
- Dec 6, 2014 7:16:39 PM (9 years ago)
- Location:
- nanovis/branches/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nanovis/branches/1.1
- Property svn:mergeinfo changed
/trunk/packages/vizservers/nanovis merged: 4067
- Property svn:mergeinfo changed
-
nanovis/branches/1.1/TransferFunction.h
r3568 r4819 62 62 } 63 63 64 static void sample(float fraction, float *key , int count, vrmath::Vector3f *keyValue, vrmath::Vector3f *ret);64 static void sample(float fraction, float *keys, vrmath::Vector3f *keyValues, int count, vrmath::Vector3f *ret); 65 65 66 static void sample(float fraction, float *key , int count, float *keyValue, float *ret);66 static void sample(float fraction, float *keys, float *keyValues, int count, float *ret); 67 67 68 68 protected :
Note: See TracChangeset
for help on using the changeset viewer.