Ignore:
Timestamp:
Nov 15, 2013, 7:29:27 PM (11 years ago)
Author:
ldelgass
Message:

Use TransferFunction::sample() instead of Rappture::Field1D

File:
1 edited

Legend:

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

    r3613 r4067  
    6464    }
    6565
    66     static void sample(float fraction, float *key, int count, vrmath::Vector3f *keyValue, vrmath::Vector3f *ret);
     66    static void sample(float fraction, float *keys, vrmath::Vector3f *keyValues, int count, vrmath::Vector3f *ret);
    6767
    68     static void sample(float fraction, float *key, int count, float *keyValue, float *ret);
     68    static void sample(float fraction, float *keys, float *keyValues, int count, float *ret);
    6969
    7070protected :
Note: See TracChangeset for help on using the changeset viewer.