Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

happrox(1) [debian man page]

happrox(1)						  GNU Triangulated Surface utils						happrox(1)

NAME
happrox - returns a simplified triangulation of a set of points using algorithm III of Garland and Heckbert (1995). SYNOPSIS
happrox [OPTIONS] < [input.pgm|input] > output.gts DESCRIPTION
This manual page documents briefly the happrox command. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -n N, --number=N Stop the refinement process if the number of vertices is larger than N. -c C, --cost=C Stop the refinement process if the cost of insertion of a vertex is smaller than C. -f, --flat Input is a flat file with three x,y,z columns (default is PGM file). -r Z, --relative=Z Use relative height cost for all heights larger than Z. -k, --keep Keep enclosing triangle. -C, --closed Close the surface. -l, --log Log evolution of cost. -v, --verbose Display surface statistics. -h, --help Display the help and exit. AUTHOR
happrox was written by Stephane Popinet <popinet@users.sourceforge.net>. This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for the Debian project (but may be used by others). June 2, 2008 happrox(1)

Check Out this Related Man Page

POSTNEWS(1)						      General Commands Manual						       POSTNEWS(1)

NAME
postnews - Post a Usenet article to a server SYNOPSIS
postnews [OPTIONS] SERVER DESCRIPTION
This manual page documents briefly the postnews command. This manual page was written for the Debian distribution because the original program does not have a manual page. Postnews is used to post Usenet articles (including headers) from stdin to a server. The article must at least contain the headers From:, Newsgroups:, Subject:, a newline and a body. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes ("-"). A summary of options is included below. -h, --help Show summary of options. -v, --verbose Be verbose. -f, --file=FILE Read file instead of stdin. -p, --port Port number. --user User name. --pass Password. -r, --readermode Send MODE READER before authentication. AUTHOR
Postnews is written by Michael Waschbusch <waschbuesch@users.sourceforge.net>. This manual page was written by Peter Karlsson <peterk@debian.org>, for the Debian project (but may be used by others). 2002-06-28 POSTNEWS(1)
Man Page

4 More Discussions You Might Find Interesting

1. Linux

How to reduce DASD cost in Zlinux Servers

Hi All, I need to increase the DASD capacity for my zLinux Mainframe server to accomodate high volume in the application. But the cost seems to be huge. Can anyone tell alternate approch to avoid the cost of aditional DASD, if any? Is there any other alternate to DASD for zLinux Mainframe... (1 Reply)
Discussion started by: gokulm
1 Replies

2. Shell Programming and Scripting

awk help

I have problem, I'm a seriously new to this, I'm trying to take a data file and calculate cost. $1 is the item $2 is how many are ordered $3 is is the cost i need to create a 4th and 5th field so i can calculate total cost and total after tax. any help and i would love you forever (2 Replies)
Discussion started by: tommynewb
2 Replies

3. Shell Programming and Scripting

Read flat file upto certain number of columns

Hello Guys Please help me with the below issue I want to read a flat file source upto certain number of columns Say my flat file has 30 columns but I want to read upto 25 columns only How come the above issue can be addressed? Thanks a lot!!!! (1 Reply)
Discussion started by: Pratik4891
1 Replies

4. Shell Programming and Scripting

sed flat file manipulation

Hello, I have a large flat file where i need to change data in columns 131-133 based on what is in columns 172-173. I am not sure if I need to read the file line by line and make the change or if I can do this in a single statement. thank you (3 Replies)
Discussion started by: gblmin
3 Replies