Doxygen Source Code Documentation
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_struct * | domain |
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
|
Definition at line 1086 of file niml.h. Referenced by NI_dataset_transpose(), and NI_free_struct(). |
|
|
|
Definition at line 1083 of file niml.h. Referenced by NI_dataset_transpose(). |
|
Definition at line 1083 of file niml.h. Referenced by NI_dataset_transpose(). |
|
Definition at line 1084 of file niml.h. Referenced by NI_dataset_transpose(). |
|
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: