Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
NI_short_vector Struct Reference
#include <niml.h>
Detailed Description
NI struct to hold a vector of short values:
- vec_len = number of values
- vec_typ = type of values (must be NI_SHORT)
- 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 869 of file niml.h.
Field Documentation
NI_short_vector::NI_BASIC_PARTS
|
|
short* NI_short_vector::vec
|
|
short* NI_short_vector::vec_range
|
|
int NI_short_vector::vec_typ
|
|
The documentation for this struct was generated from the following file: