UCF FormatUniversal Contour Files (UCF) is a format devised at LONI. | ||||||||
| Changed: | ||||||||
| < < |
It is an ascii based file in the following format. | |||||||
| > > |
It is an ascii based file in the following format: | |||||||
Header | ||||||||
| Line: 22 to 22 | ||||||||
|---|---|---|---|---|---|---|---|---|
| 255 | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
Immediately following the header are contours. | |||||||
| > > |
Immediately following the header are contours planes | |||||||
Contour | ||||||||
| Line: 46 to 49 | ||||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
End | ||||||||
| Line: 57 to 61 | ||||||||
|
| ||||||||
| Added: | ||||||||
| > > |
There should be no empty lines as it may break some parsers, including SHIVA. | |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
UCF FormatUniversal Contour Files (UCF) is a format devised at LONI. It is an ascii based file in the following format.Header<width=> 384 <height=> 256 <xrange=> -200.000000 200.000000 <yrange=> -200.000000 200.000000 <zrange=> -200.000000 200.000000 <levels> 255
Contour<level number=> 0.000000 <point_num=> 256 <contour_data=> -28.192158 0.121569 -43.811764 6.325370 ... ... ... <end of level>
EndFinally, a UCF file is ended with<end> | |||||||
|
Revision r1.1 - 20 Jun 2006 - 23:50 - Main.HengYuan Revision r1.2 - 07 Jul 2006 - 22:53 - Main.HengYuan |