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

#include <niml.h>


Data Fields

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

Detailed Description

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


Field Documentation

NI_float_vector::NI_BASIC_PARTS
 

Definition at line 912 of file niml.h.

NI_statistic* NI_float_vector::statistic
 

Definition at line 917 of file niml.h.

float* NI_float_vector::vec
 

Definition at line 915 of file niml.h.

NI_index_t NI_float_vector::vec_len
 

Definition at line 913 of file niml.h.

float* NI_float_vector::vec_range
 

Definition at line 916 of file niml.h.

int NI_float_vector::vec_typ
 

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