typedef struct {
GeneralInfo gen; /*general header information*/
SceneInfo scn; /*scene data header information*/
StructureInfo str; /*structure data header information*/
DisplayInfo dsp; /*display data header information*/
} ViewnixHeader;
See Appendix B for description of GeneralInfo, SceneInfo, StructureInfo
and DisplayInfo.