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_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_statisticstatistic

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

NI_string_vector::NI_BASIC_PARTS
 

Definition at line 1017 of file niml.h.

NI_statistic* NI_string_vector::statistic
 

Definition at line 1022 of file niml.h.

char** NI_string_vector::vec
 

Definition at line 1020 of file niml.h.

Referenced by NI_free_struct().

NI_index_t NI_string_vector::vec_len
 

Definition at line 1018 of file niml.h.

Referenced by NI_free_struct().

char** NI_string_vector::vec_range
 

Definition at line 1021 of file niml.h.

int NI_string_vector::vec_typ
 

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