Cortical label storing vertex indices, hemisphere assignment, and display color. More...
#include <analyze_types.h>
Public Attributes | |
| char * | file_name |
| char * | short_name |
| char * | comment |
| int | hemi |
| int * | sel |
| int | nsel |
| float | color [4] |
Cortical label storing vertex indices, hemisphere assignment, and display color.
Definition at line 157 of file analyze_types.h.
| float INVERSELIB::mshLabel::color[4] |
Definition at line 164 of file analyze_types.h.
| char* INVERSELIB::mshLabel::comment |
Definition at line 160 of file analyze_types.h.
| char* INVERSELIB::mshLabel::file_name |
Definition at line 158 of file analyze_types.h.
| int INVERSELIB::mshLabel::hemi |
Definition at line 161 of file analyze_types.h.
| int INVERSELIB::mshLabel::nsel |
Definition at line 163 of file analyze_types.h.
| int* INVERSELIB::mshLabel::sel |
Definition at line 162 of file analyze_types.h.
| char* INVERSELIB::mshLabel::short_name |
Definition at line 159 of file analyze_types.h.