source: trunk/packages/vizservers/vtkvis/PPMWriter.h @ 2507

Last change on this file since 2507 was 2492, checked in by ldelgass, 13 years ago

Add constant color, colormode options for pseudocolor: color by scalar, vector
magnitude, vector component, or constant. Add 'normscale' command to glyphs to
toggle clamping/normalizing data values to [0,1] range before applying scale
factor.

  • Property svn:eol-style set to native
File size: 409 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (C) 2011, Purdue Research Foundation
4 *
5 * Author: George A. Howlett <gah@purdue.edu>
6 */
7
8#ifndef __RAPPTURE_VTKVIS_PPMWRITER_H__
9#define __RAPPTURE_VTKVIS_PPMWRITER_H__
10
11namespace Rappture {
12namespace VtkVis {
13
14extern
15void writePPM(int fd, const char *cmdName, const unsigned char *data, int width, int height);
16
17}
18}
19
20#endif
Note: See TracBrowser for help on using the repository browser.