Changeset 4889 for nanovis/branches/1.1/TransferFunction.h
- Timestamp:
- Dec 19, 2014 10:00:34 PM (8 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: 3611-3614,3617-3618
- Property svn:mergeinfo changed
-
nanovis/branches/1.1/TransferFunction.h
r4819 r4889 14 14 * ====================================================================== 15 15 */ 16 #ifndef TRANSFER_FUNCTION_H17 #define TRANSFER_FUNCTION_H16 #ifndef NV_TRANSFER_FUNCTION_H 17 #define NV_TRANSFER_FUNCTION_H 18 18 19 19 #include <string> … … 22 22 23 23 #include "Texture1D.h" 24 25 namespace nv { 24 26 25 27 class TransferFunction … … 78 80 }; 79 81 82 } 83 80 84 #endif
Note: See TracChangeset
for help on using the changeset viewer.