source: trunk/packages/vizservers/nanovis/dxReader2.h @ 2921

Last change on this file since 2921 was 2846, checked in by ldelgass, 12 years ago

Move declarations of dx volume loading functions to separate headers, remove
unused structs from nanovis.h and reorganize static NanoVis? class member
declarations.

  • Property svn:eol-style set to native
File size: 309 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef DXREADER2_H
3#define DXREADER2_H
4
5namespace Rappture {
6    class Outcome;
7}
8class Volume;
9
10extern Volume *
11load_volume_stream_odx(Rappture::Outcome& status,
12                       const char *tag, const char *buf, int nBytes);
13
14#endif
Note: See TracBrowser for help on using the repository browser.