• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-Mar-2015908 3526

V_EdgeMetric.cppH A D03-Mar-20151.4 KiB5015

V_GaussIntegration.cppH A D03-Mar-201532.1 KiB1,111953

V_GaussIntegration.hppH A D03-Mar-20154.1 KiB11138

V_HexMetric.cppH A D03-Mar-201595.8 KiB3,4182,152

V_KnifeMetric.cppH A D03-Mar-20154.1 KiB17383

V_PyramidMetric.cppH A D03-Mar-20152.8 KiB11939

V_QuadMetric.cppH A D03-Mar-201554.9 KiB1,8731,273

V_TetMetric.cppH A D03-Mar-201543.1 KiB1,410918

V_TriMetric.cppH A D03-Mar-201534.8 KiB1,202783

V_WedgeMetric.cppH A D03-Mar-201530.3 KiB919497

Verdict.htmH A D03-Mar-201537 KiB787485

VerdictVector.cppH A D03-Mar-201512 KiB447272

VerdictVector.hppH A D03-Mar-201515.6 KiB517297

v_vector.hH A D03-Mar-20152.8 KiB13067

verdict.h.inH A D03-Mar-201555.8 KiB1,4131,217

verdict_defines.hppH A D03-Mar-20156.5 KiB312180

verdict_mangle.h.inH A D03-Mar-20157.8 KiB137124

verdict_test.cppH A D03-Mar-20155.8 KiB27574

README

1    VERDICT - computes quality functions of 2 and 3-dimensional
2              regions.
3
4To build with CMake
5
6   1. set up a build directory
7   2. cd to this directory
8   3. type "ccmake <path-to-source directory>"
9   4. fill the required fields and press the 'c' key
10      NB: this process is recursive
11   5. when it becomes available, press the 'g' key to generate
12      the Makefile and exit CMake.
13   6. build with 'make'
14
15To build on Unix/Linux
16
17  Set MACHINE_TYPE environment variable to the type of machine
18  you are compiling on.
19    Linux = lin
20    SGI   = sg
21    Sun   = ss
22    HP-UX = hp or hp11
23    DEC   = da
24    AIX   = is
25    Mac   = mac
26
27  Then just type "make" or "gmake"
28
29To build on Windows, a Visual C++ project file is included.
30
31For information on what functions are available to applications,
32see Verdict.doc or Verdict.htm.  verdict.h is the only header file
33you need to include.
34
35