source: trunk/packages/vizservers/nanovis/dxReader.h @ 3627

Last change on this file since 3627 was 3611, checked in by ldelgass, 11 years ago

Use nv namespace for classes in nanovis rather than prefixing class names with
Nv (still need to convert shader classes).

  • Property svn:eol-style set to native
File size: 395 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 DXREADER_H
7#define DXREADER_H
8
9#include <iostream>
10
11namespace Rappture {
12class Outcome;
13}
14
15namespace nv {
16
17class Volume;
18
19extern Volume *
20load_dx_volume_stream(Rappture::Outcome& status, const char *tag,
21                      std::iostream& fin);
22
23}
24
25#endif
Note: See TracBrowser for help on using the repository browser.