VisionX V4VADJTOVERVisionX V4
NAME

vadjtover - converts a vertex file to a adjacency file

SYNOPSIS

vadjtover if=infile of=outfile [-p]

DESCRIPTION

Vadjtover converts a 3D adjacency file to a 3D vertex file by searching for only vertices in the adjacency list and outputting them into the 3D vertex list. The input adjacency file is a list of an index, a 3D vertex, and an adjacency list with VisX types VX_VID, VX_V3D, and VX_ADJ, respectively. The output vertex file is a list of 3D vertices with a VisX type of VX_V3D. Each 3D vertex is composed of three floating point numbers.

OPTIONS

if=

adjacency list file with the file format: VX_VID (0xDA) [size=1] vertex index VX_V3D [size=3] vertex VX_ADJ (0XD7) [size=n] adjacency list where n is the number of adjacencies

of=

vertex file with each vertex of the format: VX_V3D [size=3] vertex

-p

inhibits packing of result

AUTHOR(S)

B. C. Lee, 1999

SEE ALSO

vvertopol(1), vvertoadj(1), vpoltover(1), vpoltoadj(1), vadjtopol(1)