Subversion Repositories gelsvn

Rev

Rev 443 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 443 Rev 595
Line 1... Line -...
1
/**********************************************************************
-
 
2
 
1
/**
3
polygonizer.h
2
    @file Polygonizer.h
4
 
-
 
5
This is Jules Bloomenthal's implicit surface polygonizer from GRAPHICS 
3
 This is Jules Bloomenthal's implicit surface polygonizer from GRAPHICS 
6
GEMS IV. Bloomenthal's polygonizer is still used and the present code
4
 GEMS IV. Bloomenthal's polygonizer is still used and the present code
7
is simply the original code morphed into C++.
5
 is simply the original code morphed into C++.
8
 
-
 
9
J. Andreas Bærentzen 2003.
-
 
10
 
6
 */
11
**********************************************************************/
-
 
12
 
7
 
13
#ifndef __GEOMETRY_POLYGONIZER_H
8
#ifndef __GEOMETRY_POLYGONIZER_H
14
#define __GEOMETRY_POLYGONIZER_H
9
#define __GEOMETRY_POLYGONIZER_H
15
 
10
 
16
#include <vector>
11
#include <vector>