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

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

VTKVis server for 2D contour plots. Required modifications to vizservers build
to follow.

  • Property svn:eol-style set to native
File size: 376 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (C) 2011, Purdue Research Foundation
4 *
5 * Author: ?
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.