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

#include <niml.h>


Data Fields

 NI_BASIC_PARTS
NI_index_t num_node
NI_index_t num_val
int order
NI_vector ** vec
NI_structdomain

Detailed Description

NI struct to hold a generic dataset, which is a collection of value vectors defined over a common domain.
  • num_node = number of nodes in the domain
  • num_val = number of values at each node
  • order = code indicated whether the value vectors are along the node direction or value index direction
  • vec[i] = i-th value vector
  • domain = definition of domain the nodes occupy (if not NULL) -----------------------------------------------------------------------------

Definition at line 1081 of file niml.h.


Field Documentation

NI_struct* NI_dataset::domain
 

Definition at line 1086 of file niml.h.

Referenced by NI_dataset_transpose(), and NI_free_struct().

NI_dataset::NI_BASIC_PARTS
 

Definition at line 1082 of file niml.h.

NI_index_t NI_dataset::num_node
 

Definition at line 1083 of file niml.h.

Referenced by NI_dataset_transpose().

NI_index_t NI_dataset::num_val
 

Definition at line 1083 of file niml.h.

Referenced by NI_dataset_transpose().

int NI_dataset::order
 

Definition at line 1084 of file niml.h.

Referenced by NI_dataset_transpose().

NI_vector** NI_dataset::vec
 

Definition at line 1085 of file niml.h.

Referenced by NI_dataset_transpose(), and NI_free_struct().


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

Powered by Plone

This site conforms to the following standards: