~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/modules/marchingCubes/COPYING

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Code for this module has been take from the the following files.
2
 
 
3
 
// Description: This is the implementation file for the CIsoSurface class.
4
 
// File Name: CIsoSurface.h
5
 
// Last Modified: 5/8/2000
6
 
// Author: Raghavendra Chandrashekara (basesd on source code
7
 
// provided by Paul Bourke and Cory Gene Bloyd)
8
 
// Email: rc99@doc.ic.ac.uk, rchandrashekara@hotmail.com
9
 
//
10
 
// Description: This is the interface file for the CIsoSurface class.
11
 
// CIsoSurface can be used to construct an isosurface from a scalar
12
 
// field.
13
 
 
14
 
// File Name: CIsoSurface.cpp
15
 
// Last Modified: 5/8/2000
16
 
// Author: Raghavendra Chandrashekara (based on source code provided
17
 
// by Paul Bourke and Cory Gene Bloyd)
18
 
// Email: rc99@doc.ic.ac.uk, rchandrashekara@hotmail.com
19
 
//