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

Last change on this file since 5049 was 4904, checked in by ldelgass, 9 years ago

Merge serveral changes from trunk. Does not include threading, world space
changes, etc.

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