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  

SUMA_GET_OFFSET_STRUCT Struct Reference

#include <SUMA_define.h>


Data Fields

int N_layers
SUMA_NODE_NEIGHB_LAYERlayers
int N_Nodes
int * LayerVect
float * OffVect

Field Documentation

SUMA_NODE_NEIGHB_LAYER* SUMA_GET_OFFSET_STRUCT::layers
 

layers[0] is the zeroth order layer layers[1] is the 1st order layer, etc. See SUMA_NODE_NEIGHB_LAYER

Definition at line 1989 of file SUMA_define.h.

Referenced by SUMA_AddNodeToLayer(), SUMA_Build_Cluster_From_Node(), SUMA_Build_Cluster_From_Node_NoRec(), SUMA_FormNeighbOffset(), SUMA_Free_getoffsets(), SUMA_GetOffset2Offset(), SUMA_getoffsets2(), SUMA_Initialize_getoffsets(), SUMA_Recycle_getoffsets(), and SUMA_ShowOffset_Info().

int* SUMA_GET_OFFSET_STRUCT::LayerVect
 

vector containing the neighborhood layer of a certain node from node n LayerVect[5] = 2; means node 5 is a 2nd order neighbor to node n LayerVect[5] = -1; means node 5 is not within the limit distance from node n All values in LayerVect are initialized to -1

Definition at line 1994 of file SUMA_define.h.

Referenced by calcWithOffsets(), SUMA_EquateSurfaceSize(), SUMA_FormNeighbOffset(), SUMA_Free_getoffsets(), SUMA_getoffsets2(), SUMA_Initialize_getoffsets(), SUMA_Recycle_getoffsets(), and SUMA_ShowOffset_Info().

int SUMA_GET_OFFSET_STRUCT::N_layers
 

Number of node neighborhoods of a certain node n The 0th order layer contain n only The 1st order layer contains the first order neighbors of n etc..

Definition at line 1985 of file SUMA_define.h.

Referenced by SUMA_AddNodeToLayer(), SUMA_Build_Cluster_From_Node(), SUMA_Build_Cluster_From_Node_NoRec(), SUMA_FormNeighbOffset(), SUMA_Free_getoffsets(), SUMA_GetOffset2Offset(), SUMA_Initialize_getoffsets(), and SUMA_Recycle_getoffsets().

int SUMA_GET_OFFSET_STRUCT::N_Nodes
 

Number of nodes in mesh

Definition at line 1993 of file SUMA_define.h.

Referenced by calcWithOffsets(), SUMA_EquateSurfaceSize(), SUMA_Initialize_getoffsets(), and SUMA_ShowOffset_Info().

float* SUMA_GET_OFFSET_STRUCT::OffVect
 

vector containing the distance of nodes in the mesh from node n d = OffVect[5]; is the geodesic distance of node 5 from node n OffVect is N_Nodes long. OffVect[k] is meaningless if LayerVect[k] < 0

Definition at line 1998 of file SUMA_define.h.

Referenced by calcWithOffsets(), SUMA_Build_Cluster_From_Node(), SUMA_Build_Cluster_From_Node_NoRec(), SUMA_EquateSurfaceSize(), SUMA_FormNeighbOffset(), SUMA_Free_getoffsets(), SUMA_GetOffset2Offset(), SUMA_getoffsets2(), SUMA_Initialize_getoffsets(), and SUMA_ShowOffset_Info().


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

Powered by Plone

This site conforms to the following standards: