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

..03-May-2022-

MakefileH A D03-May-20225.8 KiB22378

READMEH A D08-Feb-19951.7 KiB4534

animation1.cH A D03-May-202211.5 KiB480265

animation2.cH A D03-May-202212.1 KiB473235

animation3.cH A D03-May-202215.6 KiB826538

demo.csh.tplH A D08-Feb-199549.8 KiB1,4541,243

pbm2hp.cH A D04-Feb-20055.4 KiB18669

pbmrot90.cH A D04-Feb-20057.2 KiB259127

pbmshift.cH A D04-Feb-20057.8 KiB274133

vcgcount.cH A D03-May-20223.5 KiB12542

vcgdemomaker.cH A D04-Feb-200518.1 KiB794528

README

1SCCS-info %W% %E%
2$Id: README,v 1.3 1995/02/08 11:21:41 sander Exp $
3
4Files in this directory:
5
6	README          - this file
7	Makefile        - Makefile of this directory
8	demo.csh        - shell script: a demonstration tour around VCG
9	demo.csh.tpl    - template for this shell script. This template
10			  is used to generate demo.csh.
11
12     used by demo.csh:
13
14	vcgcount.c      - count number of nodes and and edges in a graph.
15			  It reads from stdin.
16	vcgcount        - the corresponding binary
17	animation1.c    - example of an animation
18	animation1      - the corresponding binary
19	animation2.c    - a second example of an animation
20	animation2      - the corresponding binary
21	animation3.c    - a third example of an animation
22	animation3      - the corresponding binary
23	vcgdemomaker.c  - utility to produce demo specifications for VCG
24	vcgdemomaker    - the corresponding binary
25
26     The VCG tool does not contain a direct printer driver except
27     PostScript (because there are many different types of printers in the
28     world). Instead, the export into the PBM-format is possible. For the
29     PBM-format, there exist a lot of printer drivers in the world.
30
31	pbmrot90.c   - utility to rotate a PBM-P4-output
32	pbmrot90     - the corresponding binary
33	pbmshift.c   - utility to create margins at PBM-P4-outputs
34	pbmshift     - the corresponding binary
35	pbm2hp.c     - utility to print a PBM-P4-output on a HP LaserJet.
36		       This is an example of a PBM printer driver.
37	pbm2hp       - the corresponding binary
38
39
40When we do "make install", not all these tools are useful to be installed.
41Some are only demo sources.  We install the following tools:
42
43	vcgdemomaker, pbmrot90, pbmshift, pbm2hp
44
45