source: nanovis/branches/1.1/VtkReader.h @ 4890

Last change on this file since 4890 was 4889, checked in by ldelgass, 9 years ago

Merge r3611:3618 from trunk

  • Property svn:eol-style set to native
File size: 381 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (C) 2004-2013  HUBzero Foundation, LLC
4 *
5 */
6#ifndef NV_VTKREADER_H
7#define NV_VTKREADER_H
8
9#include <iostream>
10
11namespace Rappture {
12class Outcome;
13}
14
15namespace nv {
16
17class Volume;
18
19extern Volume *
20load_vtk_volume_stream(Rappture::Outcome& status, const char *tag, std::iostream& fin);
21
22}
23
24#endif
Note: See TracBrowser for help on using the repository browser.