source: trunk/packages/vizservers/nanovis/dxReaderCommon.h @ 2618

Last change on this file since 2618 was 2096, checked in by ldelgass, 13 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

  • Property svn:eol-style set to native
File size: 381 bytes
Line 
1#ifndef _DX_READER_COMMON_H
2#define _DX_READER_COMMON_H
3
4float* merge(float* scalar, float* gradient, int size);
5void normalizeScalar(float* fdata, int count, float min, float max);
6float* computeGradient(float* fdata, int width, int height, int depth,
7        float min, float max);
8void computeSimpleGradient(float* data, int nx, int ny, int nz);
9
10#endif /*_DX_READER_COMMON_H*/
Note: See TracBrowser for help on using the repository browser.