Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

NI_short_vector Struct Reference

#include <niml.h>


Data Fields

 NI_BASIC_PARTS
NI_index_t vec_len
int vec_typ
short * vec
short * vec_range
NI_statisticstatistic

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
 

Definition at line 870 of file niml.h.

NI_statistic* NI_short_vector::statistic
 

Definition at line 875 of file niml.h.

short* NI_short_vector::vec
 

Definition at line 873 of file niml.h.

NI_index_t NI_short_vector::vec_len
 

Definition at line 871 of file niml.h.

short* NI_short_vector::vec_range
 

Definition at line 874 of file niml.h.

int NI_short_vector::vec_typ
 

Definition at line 872 of file niml.h.


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: