Doxygen Source Code Documentation
NI_string_vector Struct Reference
#include <niml.h>
| Data Fields | |
| NI_BASIC_PARTS | |
| NI_index_t | vec_len | 
| int | vec_typ | 
| char ** | vec | 
| char ** | vec_range | 
| NI_statistic * | statistic | 
Detailed Description
NI struct to hold a vector of string values:- vec_len = number of values
- vec_typ = type of values (must be NI_STRING)
- vec = pointer to array of data of length vec_len
- vec_range = pointer to array of length 2 (if not NULL):- vec_range[0] = smallest value in vec
- vec_range[1] = largest value in vec
 
- statistic = defines statistical distribution for these values (if not NULL) -----------------------------------------------------------------------------
Definition at line 1016 of file niml.h.
Field Documentation
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 1020 of file niml.h. Referenced by NI_free_struct(). | 
| 
 | 
| 
 Definition at line 1018 of file niml.h. Referenced by NI_free_struct(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
The documentation for this struct was generated from the following file:
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  