source: nanovis/branches/1.2/VtkDataSetReader.h @ 6632

Last change on this file since 6632 was 5472, checked in by ldelgass, 9 years ago

Merge r3870,r4061 from nanovis trunk (new VTK reader/resampler - scalar only).
The new VTK reader is disabled by default.

File size: 342 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_VTKDATASET_READER_H
7#define NV_VTKDATASET_READER_H
8
9#include <iostream>
10
11namespace nv {
12
13class Volume;
14
15extern Volume *
16load_vtk_volume_stream(const char *tag, const char *bytes, int nBytes);
17
18}
19
20#endif
Note: See TracBrowser for help on using the repository browser.