source: branches/blt4/packages/vizservers/vtkvis/RpVtkRendererCmd.h @ 2201

Last change on this file since 2201 was 2120, checked in by gah, 13 years ago
File size: 449 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
14namespace Rappture {
15namespace VtkVis {
16
17extern int processCommands(Tcl_Interp *interp, FILE *fin, FILE *fout);
18extern Tcl_Interp *initTcl();
19
20}
21}
22
23#endif
Note: See TracBrowser for help on using the repository browser.