Last change
on this file since 6295 was
4063,
checked in by ldelgass, 11 years ago
|
Remove some more Rappture deps from nanovis
|
-
Property svn:eol-style set to
native
|
File size:
315 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 | |
---|
11 | namespace nv { |
---|
12 | |
---|
13 | class Volume; |
---|
14 | |
---|
15 | extern Volume * |
---|
16 | load_vtk_volume_stream(const char *tag, std::iostream& fin); |
---|
17 | |
---|
18 | } |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.