File: ComputeTriangs.hh

package info (click to toggle)
topcom 0.17.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,572 kB
  • sloc: cpp: 16,640; sh: 975; makefile: 345; ansic: 40
file content (25 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//////////////////////////////////////////////////////////////////////////
// ComputeTriangs.hh
// produced: 25 Nov 1999 jr
// last change: 25 Nov 1999 jr
/////////////////////////////////////////////////////////////////////////
#ifndef COMPUTETRIANGS_HH
#define COMPUTETRIANGS_HH

#define INPUT_CHIRO    0x0001
#define COMPUTE_ALL    0x0002
#define FINE_ONLY      0x0004
#define OUTPUT_TRIANGS 0x0008
#define PREPROCESS     0x0010
#define FINDFLIPS      0x0020
#define UNIMODULAR     0x0040

class ComputeTriangs {
public:
  static int       run                     (const int flags = 0);
};


#endif

// eof ComputeTriangs.hh