source: trunk/packages/vizservers/vtkvis/RpVtkRendererCmd.h @ 2664

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

Merge vtkvis_threaded branch to trunk. (Threading off by default in Makefile)

  • Property svn:eol-style set to native
File size: 586 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (C) 2011, Purdue Research Foundation
4 *
5 * Author: Leif Delgass <ldelgass@purdue.edu>
6 */
7
8#ifndef __RAPPTURE_VTKVIS_RENDERERCMD_H__
9#define __RAPPTURE_VTKVIS_RENDERERCMD_H__
10
11#include <cstdio>
12#include <tcl.h>
13#include "ReadBuffer.h"
14
15namespace Rappture {
16namespace VtkVis {
17
18extern int processCommands(Tcl_Interp *interp, ReadBuffer *inBufPtr,
19                           int fdOut);
20extern void initTcl(Tcl_Interp *interp, ClientData clientData);
21extern void exitTcl(Tcl_Interp *interp);
22
23}
24}
25
26#endif
Note: See TracBrowser for help on using the repository browser.