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

Last change on this file since 2800 was 2798, checked in by ldelgass, 12 years ago

Add emacs mode magic line in preparation for indentation cleanup

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