source: branches/vtkvis_threaded/PPMWriter.h @ 2482

Last change on this file since 2482 was 2482, checked in by gah, 13 years ago

initial changes for a threaded version of VtkVis? server.

  • Property svn:eol-style set to native
File size: 464 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
11#include "ResponseQueue.h"
12
13namespace Rappture {
14    namespace VtkVis {
15        extern void writePPM(ResponseQueue *queuePtr, const char *cmdName,
16                             const unsigned char *data, int width, int height);
17    }
18}
19#endif
Note: See TracBrowser for help on using the repository browser.