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_double_vector Struct Reference

#include <niml.h>


Data Fields

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

Detailed Description

NI struct to hold a vector of double values:
  • vec_len = number of values
  • vec_typ = type of values (must be NI_DOUBLE)
  • 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 932 of file niml.h.


Field Documentation

NI_double_vector::NI_BASIC_PARTS
 

Definition at line 933 of file niml.h.

NI_statistic* NI_double_vector::statistic
 

Definition at line 938 of file niml.h.

double* NI_double_vector::vec
 

Definition at line 936 of file niml.h.

NI_index_t NI_double_vector::vec_len
 

Definition at line 934 of file niml.h.

double* NI_double_vector::vec_range
 

Definition at line 937 of file niml.h.

int NI_double_vector::vec_typ
 

Definition at line 935 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: