Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

extfile::LabelDescription Struct Reference

A dataset label. More...

#include <ExtentFile.h>

List of all members.

Public Attributes

char name [64]
char side [2]
char system [32]
char location [32]
bool use
bool display


Detailed Description

A dataset label.

Labels are used for segmenting a dataset into individual structures. The label structure here is specific to the Visible Human dataset used on the EPFL web server (http://visiblehuman.epfl.ch).


Member Data Documentation

bool extfile::LabelDescription::display
 

Should this label be displayed.

char extfile::LabelDescription::location[32]
 

Location of the structure (Head, Torso, etc.).

char extfile::LabelDescription::name[64]
 

Name of the structure.

char extfile::LabelDescription::side[2]
 

Side of the body (L or R).

char extfile::LabelDescription::system[32]
 

System to which the structure belongs (Nervous, Muscular, Skeletal, etc.).

bool extfile::LabelDescription::use
 

Indicates whether this label is used.


The documentation for this struct was generated from the following file:
Generated on Wed May 29 11:50:18 2002 for Extent File System by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001