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  

surface_domain.h File Reference

Go to the source code of this file.


Data Structures

struct  AFNI_Surface_Domain

Defines

#define AFNI_SURFACE_DOMAIN_TYPE   53001
#define ISVALID_SUDOM(p)   ( (p) != NULL && (p)->type == AFNI_SURFACE_DOMAIN_TYPE )
#define SUDOM_NODE_ID(sd, n)   ( ((sd)->NodeId == NULL) ? (n) : SUDOM_find_node_id((sd),(n)) )

Functions

int SUDOM_find_node_id (AFNI_Surface_Domain *sd, int n)
void SUDOM_sort_node_id (AFNI_Surface_Domain *sd)

Define Documentation

#define AFNI_SURFACE_DOMAIN_TYPE   53001
 

Definition at line 4 of file surface_domain.h.

#define ISVALID_SUDOM p       ( (p) != NULL && (p)->type == AFNI_SURFACE_DOMAIN_TYPE )
 

Macro to test if a pointer to an AFNI_Surface_Domain is valid.

Definition at line 63 of file surface_domain.h.

#define SUDOM_NODE_ID sd,
n       ( ((sd)->NodeId == NULL) ? (n) : SUDOM_find_node_id((sd),(n)) )
 

Macro to return 'k' such that NodeId[k] = n

Definition at line 69 of file surface_domain.h.


Function Documentation

int SUDOM_find_node_id AFNI_Surface_Domain   sd,
int    n
 

void SUDOM_sort_node_id AFNI_Surface_Domain   sd
 

 

Powered by Plone

This site conforms to the following standards: