Last change
on this file since 3596 was
3502,
checked in by ldelgass, 12 years ago
|
Add basic VTK structured points reader to nanovis, update copyright dates.
|
-
Property svn:eol-style set to
native
|
File size:
379 bytes
|
Rev | Line | |
---|
[2846] | 1 | /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ |
---|
[3502] | 2 | /* |
---|
| 3 | * Copyright (C) 2004-2013 HUBzero Foundation, LLC |
---|
| 4 | * |
---|
| 5 | */ |
---|
[2846] | 6 | #ifndef DXREADER_H |
---|
| 7 | #define DXREADER_H |
---|
| 8 | |
---|
[2853] | 9 | #include <iostream> |
---|
| 10 | |
---|
[2846] | 11 | namespace Rappture { |
---|
| 12 | class Outcome; |
---|
| 13 | } |
---|
| 14 | class Volume; |
---|
| 15 | |
---|
| 16 | extern Volume * |
---|
[3502] | 17 | load_dx_volume_stream(Rappture::Outcome& status, const char *tag, |
---|
| 18 | std::iostream& fin); |
---|
[2846] | 19 | |
---|
| 20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.