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

#include <niml.h>


Data Fields

 NI_BASIC_PARTS
NI_index_t num_node
NI_index_tid
float * x
float * y
float * z
int seq
int seqbase
int sorted

Detailed Description

NI struct to define a domain of scattered points:
  • num_node = number of nodes (points)
  • id = list of integer node identifiers
  • x,y,z = list of spatial coordinates
  • seq = If 1, node id's are sequential
  • seqbase = If id's are sequential, is smallest id
  • sorted = If 1, id's are sorted into increasing order -----------------------------------------------------------------------------

Definition at line 1060 of file niml.h.


Field Documentation

NI_index_t* NI_points_domain::id
 

Definition at line 1063 of file niml.h.

Referenced by NI_free_struct().

NI_points_domain::NI_BASIC_PARTS
 

Definition at line 1061 of file niml.h.

NI_index_t NI_points_domain::num_node
 

Definition at line 1062 of file niml.h.

int NI_points_domain::seq
 

Definition at line 1065 of file niml.h.

int NI_points_domain::seqbase
 

Definition at line 1066 of file niml.h.

int NI_points_domain::sorted
 

Definition at line 1067 of file niml.h.

float* NI_points_domain::x
 

Definition at line 1064 of file niml.h.

Referenced by NI_free_struct().

float * NI_points_domain::y
 

Definition at line 1064 of file niml.h.

Referenced by NI_free_struct().

float * NI_points_domain::z
 

Definition at line 1064 of file niml.h.

Referenced by NI_free_struct().


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

Powered by Plone

This site conforms to the following standards: