source: nanovis/tags/1.1.1/NvVolumeShader.cpp @ 5724

Last change on this file since 5724 was 3502, checked in by ldelgass, 11 years ago

Add basic VTK structured points reader to nanovis, update copyright dates.

  • Property svn:eol-style set to native
File size: 234 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#include "NvVolumeShader.h"
7
8NvVolumeShader::NvVolumeShader()
9{
10}
11
12NvVolumeShader::~NvVolumeShader()
13{
14}
15
Note: See TracBrowser for help on using the repository browser.