VisionX V4 | VADJTOVER | VisionX V4 |
vadjtover - converts a vertex file to a adjacency file |
vadjtover if=infile of=outfile [-p] |
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. |
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 |
B. C. Lee, 1999 |
vvertopol(1), vvertoadj(1), vpoltover(1), vpoltoadj(1), vadjtopol(1) |